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 TypeMethodDescriptiontoRemoteTable(String url, Format format, Compression compress, Result<?> result) protected StringtoStructDefinition(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
- Specified by:
toRemoteTablein interfaceResultMapper
-