|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| LitebaseConnection | This class is the one used to issue SQL commands. |
| PreparedStatement | Represents a SQL Statement that can be prepared (compiled) once and executed many times with different parameter values. |
| ResultSet | This class represents a set or rows resulting from a LitebaseConnection.executeQuery() method call. |
| ResultSetMetaData | This class returns useful information for the ResultSet columns. |
| RowIterator | Used to iterate through the rows of a database. |
| Exception Summary | |
|---|---|
| AlreadyCreatedException | This exception may be thrown by LitebaseConnection.execute, when a table or index has already been
created. |
| DriverException | This exception may be dispatched if any problem, other than a SQL parsing error, occurs. |
| PrimaryKeyViolationException | This exception may be thrown by LitebaseConnection.executeUpdate, when an update in a table can not be completed because it violates
the primary key rule. |
| SQLParseException | This exception may be dispatched by routines that handle the parsing of an SQL command. |
| TableNotClosedException | This exception may be thrown if a table was not closed properly. |
Package that contains the classes that manipulate files using SQL.
You must install the files LitebaseLib.pdb (for Palm OS) or LitebaseLib.tcz (for all other platforms), and Litebase.prc (for Palm OS) or Litebase.dll (for all other platforms).
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||