Package org.duckdb
Class DuckDBLogicalType
java.lang.Object
org.duckdb.DuckDBLogicalType
- All Implemented Interfaces:
AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static DuckDBLogicalTypedecimal(int width, int scale) static DuckDBLogicalTypeof(DuckDBColumnType type)
-
Method Details
-
of
- Throws:
SQLException
-
decimal
- Throws:
SQLException
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-