Class: ActiveRecord::ConnectionAdapters::MSSQLColumn

Inherits:
JdbcColumn
  • Object
show all
Includes:
ArJdbc::MSSQL::Column
Defined in:
lib/arjdbc/mssql/adapter.rb

Instance Attribute Summary

Attributes included from ArJdbc::MSSQL::Column

#identity, #special

Attributes inherited from JdbcColumn

#limit, #precision

Method Summary

Methods included from ArJdbc::MSSQL::Column

#default_value, #extract_limit, #simplified_type, #type_cast

Methods included from ArJdbc::MSSQL::LockMethods

#add_lock!

Methods inherited from JdbcColumn

column_types, #default_value, #init_column, #initialize

Constructor Details

This class inherits a constructor from ActiveRecord::ConnectionAdapters::JdbcColumn