Class: TableSaw::Queries::PreparedInsertStatement::Statement
- Inherits:
-
Struct
- Object
- Struct
- TableSaw::Queries::PreparedInsertStatement::Statement
- Defined in:
- lib/table_saw/queries/prepared_insert_statement.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#sql ⇒ Object
Returns the value of attribute sql.
-
#table_name ⇒ Object
Returns the value of attribute table_name.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/table_saw/queries/prepared_insert_statement.rb', line 8 def name @name end |
#sql ⇒ Object
Returns the value of attribute sql
8 9 10 |
# File 'lib/table_saw/queries/prepared_insert_statement.rb', line 8 def sql @sql end |
#table_name ⇒ Object
Returns the value of attribute table_name
8 9 10 |
# File 'lib/table_saw/queries/prepared_insert_statement.rb', line 8 def table_name @table_name end |