Package jnicli

Interface Summary
Cursor Iterator through result set returned by Database.select There are two types of cursors: incremental and prefetched.
Database This class is used as interface to local or remote database (through RMI).
DatabaseSession Database session interface.
 

Class Summary
DatabaseJNI Interface to database using Java native interface.
DatabaseSessionClient Database session client implementation.
DatabaseSessionServer Database session client implementation.
PrefetchedCursor  
 

Exception Summary
CliException Exception thrown by Database CLI implementation.