Package org.duckdb
Class DuckDBSingleValueAppender
java.lang.Object
org.duckdb.DuckDBSingleValueAppender
- All Implemented Interfaces:
AutoCloseable
Deprecated.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDuckDBSingleValueAppender(DuckDBConnection con, String schemaName, String tableName) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidappend(boolean value) Deprecated.voidappend(byte value) Deprecated.voidappend(byte[] value) Deprecated.voidappend(double value) Deprecated.voidappend(float value) Deprecated.voidappend(int value) Deprecated.voidappend(long value) Deprecated.voidappend(short value) Deprecated.voidDeprecated.voidappendBigDecimal(BigDecimal value) Deprecated.voidappendLocalDateTime(LocalDateTime value) Deprecated.voidbeginRow()Deprecated.voidclose()Deprecated.voidendRow()Deprecated.protected voidfinalize()Deprecated.voidflush()Deprecated.
-
Field Details
-
appender_ref
Deprecated.
-
-
Constructor Details
-
DuckDBSingleValueAppender
public DuckDBSingleValueAppender(DuckDBConnection con, String schemaName, String tableName) throws SQLException Deprecated.- Throws:
SQLException
-
-
Method Details
-
beginRow
Deprecated.- Throws:
SQLException
-
endRow
Deprecated.- Throws:
SQLException
-
flush
Deprecated.- Throws:
SQLException
-
append
Deprecated.- Throws:
SQLException
-
append
Deprecated.- Throws:
SQLException
-
append
Deprecated.- Throws:
SQLException
-
append
Deprecated.- Throws:
SQLException
-
append
Deprecated.- Throws:
SQLException
-
appendLocalDateTime
Deprecated.- Throws:
SQLException
-
appendBigDecimal
Deprecated.- Throws:
SQLException
-
append
Deprecated.- Throws:
SQLException
-
append
Deprecated.- Throws:
SQLException
-
append
Deprecated.- Throws:
SQLException
-
append
Deprecated.- Throws:
SQLException
-
finalize
Deprecated. -
close
Deprecated.- Specified by:
closein interfaceAutoCloseable- Throws:
SQLException
-