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 TypeMethodDescriptionio.github.jdbcx.FormatGets preferred data format.booleansupports(io.github.jdbcx.Format format) Checks 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
getEncodings, getMimeTypes, getPreferredCompression, getRemoteTable, getValueFactory, getVariableTag, supportMultipleResultSetsPerStatement, supports
-
Constructor Details
-
DuckDBDialect
public DuckDBDialect()
-
-
Method Details
-
getPreferredFormat
public io.github.jdbcx.Format getPreferredFormat()Description copied from interface:JdbcDialectGets preferred data format.- Specified by:
getPreferredFormatin interfaceJdbcDialect- Returns:
- non-null data format
-
getMapper
- Specified by:
getMapperin interfaceJdbcDialect
-
supports
public boolean supports(io.github.jdbcx.Format format) 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
-