forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
6 lines
331 B
Text
6 lines
331 B
Text
Warning: you need a sqlite3 port compiled with SQLITE_ENABLE_COLUMN_METADATA
|
|
in order to use the following methods:
|
|
String ResultSetMetaData.getCatalogName(int column)
|
|
String ResultSetMetaData.getTableName(int column)
|
|
any attemp to use them will close the JVM with an error of:
|
|
Undefined symbol "sqlite3_column_table_name16"
|