Package io.github.jdbcx.dialect
Class DuckDBDialect
java.lang.Object
io.github.jdbcx.dialect.DuckDBDialect
- All Implemented Interfaces:
JdbcDialect
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets preferred data format.booleanChecks if the data format is supported or not.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.jdbcx.JdbcDialect
getPreferredCompression, getRemoteTable, getValueFactory, getVariableTag, supportMultipleResultSetsPerStatement, supports
-
Constructor Details
-
DuckDBDialect
public DuckDBDialect()
-
-
Method Details
-
getPreferredFormat
Description copied from interface:JdbcDialectGets preferred data format.- Specified by:
getPreferredFormatin interfaceJdbcDialect- Returns:
- non-null data format
-
getMapper
- Specified by:
getMapperin interfaceJdbcDialect
-
supports
Description copied from interface:JdbcDialectChecks if the data format is supported or not.- Specified by:
supportsin interfaceJdbcDialect- Parameters:
format- non-null data format- Returns:
- true if it's supported; false otherwise
-