Class: TableSaw::Queries::PreparedInsertStatement::Statement

Inherits:
Struct
  • Object
show all
Defined in:
lib/table_saw/queries/prepared_insert_statement.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/table_saw/queries/prepared_insert_statement.rb', line 8

def name
  @name
end

#sqlObject

Returns the value of attribute sql

Returns:

  • (Object)

    the current value of sql



8
9
10
# File 'lib/table_saw/queries/prepared_insert_statement.rb', line 8

def sql
  @sql
end

#table_nameObject

Returns the value of attribute table_name

Returns:

  • (Object)

    the current value of table_name



8
9
10
# File 'lib/table_saw/queries/prepared_insert_statement.rb', line 8

def table_name
  @table_name
end