8bdef20164
It runs using either a native code library or a 100% Pure Java driver based on NestedVM emulation (but in this package only the native version is installed). PR: 124905 Submitted by: Lapo Luchini
7 lines
331 B
Plaintext
7 lines
331 B
Plaintext
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"
|