Class: ActiveRecord::ConnectionAdapters::FunctionInfoDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/trackless_triggers.rb

Instance Attribute Summary collapse

Instance Attribute Details

#charsetObject

Returns the value of attribute charset

Returns:

  • (Object)

    the current value of charset



45
46
47
# File 'lib/trackless_triggers.rb', line 45

def charset
  @charset
end

#collationObject

Returns the value of attribute collation

Returns:

  • (Object)

    the current value of collation



45
46
47
# File 'lib/trackless_triggers.rb', line 45

def collation
  @collation
end

#commentObject

Returns the value of attribute comment

Returns:

  • (Object)

    the current value of comment



45
46
47
# File 'lib/trackless_triggers.rb', line 45

def comment
  @comment
end

#createdObject

Returns the value of attribute created

Returns:

  • (Object)

    the current value of created



45
46
47
# File 'lib/trackless_triggers.rb', line 45

def created
  @created
end

#dbObject

Returns the value of attribute db

Returns:

  • (Object)

    the current value of db



45
46
47
# File 'lib/trackless_triggers.rb', line 45

def db
  @db
end

#db_collationObject

Returns the value of attribute db_collation

Returns:

  • (Object)

    the current value of db_collation



45
46
47
# File 'lib/trackless_triggers.rb', line 45

def db_collation
  @db_collation
end

#definerObject

Returns the value of attribute definer

Returns:

  • (Object)

    the current value of definer



45
46
47
# File 'lib/trackless_triggers.rb', line 45

def definer
  @definer
end

#modifiedObject

Returns the value of attribute modified

Returns:

  • (Object)

    the current value of modified



45
46
47
# File 'lib/trackless_triggers.rb', line 45

def modified
  @modified
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



45
46
47
# File 'lib/trackless_triggers.rb', line 45

def name
  @name
end

#security_typeObject

Returns the value of attribute security_type

Returns:

  • (Object)

    the current value of security_type



45
46
47
# File 'lib/trackless_triggers.rb', line 45

def security_type
  @security_type
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



45
46
47
# File 'lib/trackless_triggers.rb', line 45

def type
  @type
end