Package litebase

Package that contains the classes that manipulate files using SQL.

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 Class 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 was already 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.
 

Package litebase Description

Package that contains the classes that manipulate files using SQL.

The SuperWaba Global Library PDB file (that must be installed in the device) containing the classes is located in lib/xplat/Litebase.pdb. Note that there's also a native counterpart that must be installed, named Litebase.dll or Litebase.prc, depending on the platform.