Class: ActiveRecord::ConnectionAdapters::FunctionDefinition

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



48
49
50
# File 'lib/trackless_triggers.rb', line 48

def charset
  @charset
end

#collationObject

Returns the value of attribute collation

Returns:

  • (Object)

    the current value of collation



48
49
50
# File 'lib/trackless_triggers.rb', line 48

def collation
  @collation
end

#db_collationObject

Returns the value of attribute db_collation

Returns:

  • (Object)

    the current value of db_collation



48
49
50
# File 'lib/trackless_triggers.rb', line 48

def db_collation
  @db_collation
end

#definitionObject

Returns the value of attribute definition

Returns:

  • (Object)

    the current value of definition



48
49
50
# File 'lib/trackless_triggers.rb', line 48

def definition
  @definition
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



48
49
50
# File 'lib/trackless_triggers.rb', line 48

def name
  @name
end

#sql_modeObject

Returns the value of attribute sql_mode

Returns:

  • (Object)

    the current value of sql_mode



48
49
50
# File 'lib/trackless_triggers.rb', line 48

def sql_mode
  @sql_mode
end