Class: ActiveRecord::ConnectionAdapters::FunctionInfoDefinition
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::ConnectionAdapters::FunctionInfoDefinition
- 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.
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#created ⇒ Object
Returns the value of attribute created.
-
#db ⇒ Object
Returns the value of attribute db.
-
#db_collation ⇒ Object
Returns the value of attribute db_collation.
-
#definer ⇒ Object
Returns the value of attribute definer.
-
#modified ⇒ Object
Returns the value of attribute modified.
-
#name ⇒ Object
Returns the value of attribute name.
-
#security_type ⇒ Object
Returns the value of attribute security_type.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#charset ⇒ Object
Returns the value of attribute charset
45 46 47 |
# File 'lib/trackless_triggers.rb', line 45 def charset @charset end |
#collation ⇒ Object
Returns the value of attribute collation
45 46 47 |
# File 'lib/trackless_triggers.rb', line 45 def collation @collation end |
#comment ⇒ Object
Returns the value of attribute comment
45 46 47 |
# File 'lib/trackless_triggers.rb', line 45 def comment @comment end |
#created ⇒ Object
Returns the value of attribute created
45 46 47 |
# File 'lib/trackless_triggers.rb', line 45 def created @created end |
#db ⇒ Object
Returns the value of attribute db
45 46 47 |
# File 'lib/trackless_triggers.rb', line 45 def db @db end |
#db_collation ⇒ Object
Returns the value of attribute db_collation
45 46 47 |
# File 'lib/trackless_triggers.rb', line 45 def db_collation @db_collation end |
#definer ⇒ Object
Returns the value of attribute definer
45 46 47 |
# File 'lib/trackless_triggers.rb', line 45 def definer @definer end |
#modified ⇒ Object
Returns the value of attribute modified
45 46 47 |
# File 'lib/trackless_triggers.rb', line 45 def modified @modified end |
#name ⇒ Object
Returns the value of attribute name
45 46 47 |
# File 'lib/trackless_triggers.rb', line 45 def name @name end |
#security_type ⇒ Object
Returns the value of attribute security_type
45 46 47 |
# File 'lib/trackless_triggers.rb', line 45 def security_type @security_type end |
#type ⇒ Object
Returns the value of attribute type
45 46 47 |
# File 'lib/trackless_triggers.rb', line 45 def type @type end |