Class: ActiveRecord::ConnectionAdapters::TriggerDefinition

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

Instance Attribute Summary collapse

Instance Attribute Details

#character_set_clientObject

Returns the value of attribute character_set_client

Returns:

  • (Object)

    the current value of character_set_client



42
43
44
# File 'lib/trackless_triggers.rb', line 42

def character_set_client
  @character_set_client
end

#collation_connectionObject

Returns the value of attribute collation_connection

Returns:

  • (Object)

    the current value of collation_connection



42
43
44
# File 'lib/trackless_triggers.rb', line 42

def collation_connection
  @collation_connection
end

#createdObject

Returns the value of attribute created

Returns:

  • (Object)

    the current value of created



42
43
44
# File 'lib/trackless_triggers.rb', line 42

def created
  @created
end

#database_collationObject

Returns the value of attribute database_collation

Returns:

  • (Object)

    the current value of database_collation



42
43
44
# File 'lib/trackless_triggers.rb', line 42

def database_collation
  @database_collation
end

#definerObject

Returns the value of attribute definer

Returns:

  • (Object)

    the current value of definer



42
43
44
# File 'lib/trackless_triggers.rb', line 42

def definer
  @definer
end

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



42
43
44
# File 'lib/trackless_triggers.rb', line 42

def event
  @event
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



42
43
44
# File 'lib/trackless_triggers.rb', line 42

def name
  @name
end

#reference_tableObject

Returns the value of attribute reference_table

Returns:

  • (Object)

    the current value of reference_table



42
43
44
# File 'lib/trackless_triggers.rb', line 42

def reference_table
  @reference_table
end

#sql_modeObject

Returns the value of attribute sql_mode

Returns:

  • (Object)

    the current value of sql_mode



42
43
44
# File 'lib/trackless_triggers.rb', line 42

def sql_mode
  @sql_mode
end

#statementObject

Returns the value of attribute statement

Returns:

  • (Object)

    the current value of statement



42
43
44
# File 'lib/trackless_triggers.rb', line 42

def statement
  @statement
end

#timingObject

Returns the value of attribute timing

Returns:

  • (Object)

    the current value of timing



42
43
44
# File 'lib/trackless_triggers.rb', line 42

def timing
  @timing
end