freebsd-ports/java/sqlitejdbc/pkg-message
Max Khon 8bdef20164 New port: SQLiteJDBC is a Java JDBC driver for SQLite.
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
2008-12-16 08:14:26 +00:00

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"