Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)

Package com.lapetus_ltd.api.db.control

This package contains all the classes for controlling the connections, statements and row sets.

See:
          Description

Interface Summary
ILptsFactoryConnectionListener Class Description : The listener to be implemented for control of connections.
ILptsFactoryProjectListener Class Description : The listener to be implemented for listening to project loading and saving events.
ILptsFactoryRowSetListener Class Description : The listener for rowset events.
ILptsFactoryStatementListener Class Description : The listener for statement events.
 

Class Summary
TLptsConnection Class Description : This is the connection class that implements the java.sql.Connection interface.
TLptsFactoryConnection Class Description : The class responsible for initiating and managing database Connections.
TLptsFactoryProject Class Description : The class responsible for loading and saving project files.
TLptsFactoryRowSet Class Description :
This is the workhorse of the whole db-JAPI.
TLptsFactoryStatement Class Description : This is the class responsible for the creation and control of the TLptsStatements.
TLptsRowEvent Class Description : This class contains all the information required for a row event from the TLptsFactoryRowSet.
TLptsRowSet Class Description : This class implements the javax.sql.RowSet.
TLptsRowSetEvent Class Description : The rowset event used in the TLptsRowSetFactoryListener.
TLptsRowSetOutputListener Class Description :

This class provides the ability to store the output from a rowset execution (either simple or dynamic with sub-sets)
which can then be output to a file or used to transfer information (across the net for instance).

TLptsRowSetStringObject Class Description : This is the character set processing class for String types from the RowSet.
TLptsStatement Class Description : This is the statement class that implements the java.sql.Statement interface.
 

Enum Summary
TLptsRowEvent.EVENT_TYPE  
TLptsRowSetEvent.EVENT_TYPE  
TLptsRowSetOutputListener.OUTPUT_TYPE  
 

Package com.lapetus_ltd.api.db.control Description

This package contains all the classes for controlling the connections, statements and row sets.



Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)