Example 4.2. Example properties for Interbase
kodo.ConnectionDriverName: interbase.interclient.Driver kodo.ConnectionURL: jdbc:interbase://SERVER_NAME:SERVER_PORT/DB_PATH
Interbase does not support record locking, so datastore transactions cannot use the pessimistic lock manager.
Interbase does not support the
LOWER, SUBSTRING,
or INSTR SQL functions,
which means that
toLowerCase(),
indexOf(),
and substring()
methods in JPA/JDOQL cannot be used.