Class: ActiveRecord::ConnectionAdapters::TriggerDefinition
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::ConnectionAdapters::TriggerDefinition
- Defined in:
- lib/trackless_triggers.rb
Instance Attribute Summary collapse
-
#character_set_client ⇒ Object
Returns the value of attribute character_set_client.
-
#collation_connection ⇒ Object
Returns the value of attribute collation_connection.
-
#created ⇒ Object
Returns the value of attribute created.
-
#database_collation ⇒ Object
Returns the value of attribute database_collation.
-
#definer ⇒ Object
Returns the value of attribute definer.
-
#event ⇒ Object
Returns the value of attribute event.
-
#name ⇒ Object
Returns the value of attribute name.
-
#reference_table ⇒ Object
Returns the value of attribute reference_table.
-
#sql_mode ⇒ Object
Returns the value of attribute sql_mode.
-
#statement ⇒ Object
Returns the value of attribute statement.
-
#timing ⇒ Object
Returns the value of attribute timing.
Instance Attribute Details
#character_set_client ⇒ Object
Returns the value of attribute character_set_client
42 43 44 |
# File 'lib/trackless_triggers.rb', line 42 def character_set_client @character_set_client end |
#collation_connection ⇒ Object
Returns the value of attribute collation_connection
42 43 44 |
# File 'lib/trackless_triggers.rb', line 42 def collation_connection @collation_connection end |
#created ⇒ Object
Returns the value of attribute created
42 43 44 |
# File 'lib/trackless_triggers.rb', line 42 def created @created end |
#database_collation ⇒ Object
Returns the value of attribute database_collation
42 43 44 |
# File 'lib/trackless_triggers.rb', line 42 def database_collation @database_collation end |
#definer ⇒ Object
Returns the value of attribute definer
42 43 44 |
# File 'lib/trackless_triggers.rb', line 42 def definer @definer end |
#event ⇒ Object
Returns the value of attribute event
42 43 44 |
# File 'lib/trackless_triggers.rb', line 42 def event @event end |
#name ⇒ Object
Returns the value of attribute name
42 43 44 |
# File 'lib/trackless_triggers.rb', line 42 def name @name end |
#reference_table ⇒ Object
Returns the value of attribute reference_table
42 43 44 |
# File 'lib/trackless_triggers.rb', line 42 def reference_table @reference_table end |
#sql_mode ⇒ Object
Returns the value of attribute sql_mode
42 43 44 |
# File 'lib/trackless_triggers.rb', line 42 def sql_mode @sql_mode end |
#statement ⇒ Object
Returns the value of attribute statement
42 43 44 |
# File 'lib/trackless_triggers.rb', line 42 def statement @statement end |
#timing ⇒ Object
Returns the value of attribute timing
42 43 44 |
# File 'lib/trackless_triggers.rb', line 42 def timing @timing end |