Class: TableSaw::Formats::Insert
- Inherits:
-
Base
- Object
- Base
- TableSaw::Formats::Insert
show all
- Defined in:
- lib/table_saw/formats/insert.rb
Instance Attribute Summary
Attributes inherited from Base
#options, #table_name
Instance Method Summary
collapse
Methods inherited from Base
#initialize
Instance Method Details
#coder ⇒ Object
18
19
20
|
# File 'lib/table_saw/formats/insert.rb', line 18
def coder
PG::TextDecoder::CopyRow.new
end
|
10
11
12
|
# File 'lib/table_saw/formats/insert.rb', line 10
def
"\n"
end
|
6
7
8
|
# File 'lib/table_saw/formats/insert.rb', line 6
def
prepared_statement.sql
end
|