Class: ActiveRecord::ConnectionAdapters::FunctionDefinition
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::ConnectionAdapters::FunctionDefinition
- Defined in:
- lib/trackless_triggers.rb
Instance Attribute Summary collapse
-
#charset ⇒ Object
Returns the value of attribute charset.
-
#collation ⇒ Object
Returns the value of attribute collation.
-
#db_collation ⇒ Object
Returns the value of attribute db_collation.
-
#definition ⇒ Object
Returns the value of attribute definition.
-
#name ⇒ Object
Returns the value of attribute name.
-
#sql_mode ⇒ Object
Returns the value of attribute sql_mode.
Instance Attribute Details
#charset ⇒ Object
Returns the value of attribute charset
48 49 50 |
# File 'lib/trackless_triggers.rb', line 48 def charset @charset end |
#collation ⇒ Object
Returns the value of attribute collation
48 49 50 |
# File 'lib/trackless_triggers.rb', line 48 def collation @collation end |
#db_collation ⇒ Object
Returns the value of attribute db_collation
48 49 50 |
# File 'lib/trackless_triggers.rb', line 48 def db_collation @db_collation end |
#definition ⇒ Object
Returns the value of attribute definition
48 49 50 |
# File 'lib/trackless_triggers.rb', line 48 def definition @definition end |
#name ⇒ Object
Returns the value of attribute name
48 49 50 |
# File 'lib/trackless_triggers.rb', line 48 def name @name end |
#sql_mode ⇒ Object
Returns the value of attribute sql_mode
48 49 50 |
# File 'lib/trackless_triggers.rb', line 48 def sql_mode @sql_mode end |