UltraLite Static Java User's Guide
UltraLite Static Java API Reference
UltraLite API reference
Class JdbcConnection
long getLastIdentity( )
Returns the most recent identity value used. This function is equivalent to the following SQL statement:
SELECT @@identity
The function is particularly useful in the context of global autoincrement columns.
The last identity value.
Determining the most recently assigned value
Setting the global database identifier