Package org.duckdb
Class DuckDBAppender
java.lang.Object
org.duckdb.DuckDBAppender
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
appender_ref
-
-
Constructor Details
-
DuckDBAppender
public DuckDBAppender(DuckDBConnection con, String schemaName, String tableName) throws SQLException - Throws:
SQLException
-
-
Method Details
-
beginRow
- Throws:
SQLException
-
endRow
- Throws:
SQLException
-
flush
- Throws:
SQLException
-
append
- Throws:
SQLException
-
append
- Throws:
SQLException
-
append
- Throws:
SQLException
-
append
- Throws:
SQLException
-
append
- Throws:
SQLException
-
append
- Throws:
SQLException
-
append
- Throws:
SQLException
-
append
- Throws:
SQLException
-
finalize
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
SQLException
-