Package io.github.jdbcx.dialect
Class DuckDBMapper
java.lang.Object
io.github.jdbcx.dialect.DuckDBMapper
- All Implemented Interfaces:
ResultMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoColumnType(io.github.jdbcx.Field f) toRemoteTable(String url, io.github.jdbcx.Format format, io.github.jdbcx.Compression compress, io.github.jdbcx.Result<?> result) protected StringtoStructDefinition(io.github.jdbcx.Field... fields) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.jdbcx.ResultMapper
quoteIdentifier, toColumnDefinition
-
Constructor Details
-
DuckDBMapper
public DuckDBMapper()
-
-
Method Details
-
toStructDefinition
-
toColumnType
- Specified by:
toColumnTypein interfaceResultMapper
-
toRemoteTable
public String toRemoteTable(String url, io.github.jdbcx.Format format, io.github.jdbcx.Compression compress, io.github.jdbcx.Result<?> result) - Specified by:
toRemoteTablein interfaceResultMapper
-