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

Uses of Class
com.lapetus_ltd.api.db.control.TLptsConnection

Packages that use TLptsConnection
com.lapetus_ltd.api.db.control This package contains all the classes for controlling the connections, statements and row sets. 
 

Uses of TLptsConnection in com.lapetus_ltd.api.db.control
 

Methods in com.lapetus_ltd.api.db.control that return TLptsConnection
static TLptsConnection TLptsFactoryConnection.getConnection(java.lang.String id)
           Gets a Connection by its id.
 

Methods in com.lapetus_ltd.api.db.control that return types with arguments of type TLptsConnection
static java.util.List<TLptsConnection> TLptsFactoryConnection.getConnectionList()
           Gets the Connection List.
 

Methods in com.lapetus_ltd.api.db.control with parameters of type TLptsConnection
static void TLptsFactoryStatement.createNewStatement(TLptsConnection connection, XLptsDBStatementType statementType)
          This function creates a TLptsStatement class and initialises all the relative properties.
static void TLptsFactoryStatement.createNewStatement(TLptsConnection connection, XLptsDBTypeOfStatementType statementType)
          Creates a new statement based on a connection and statement type.
static java.util.List<TLptsStatement> TLptsFactoryStatement.getStatementList(TLptsConnection connection)
           Gets all the statements for a connection.
 void ILptsFactoryConnectionListener.newConnectionCreated(TLptsConnection connection)
           This informs the listener that a new Connection has been made and established to a database.
 void ILptsFactoryStatementListener.newStatementCreated(TLptsConnection connection, TLptsStatement statement)
          This informs the implementation that a new statements has been successfully created.
 void ILptsFactoryStatementListener.newStatementFailed(TLptsConnection connection)
          This informs of a failed attempt to create a statement.
 void ILptsFactoryStatementListener.newStatementProcessStarted(TLptsConnection connection)
          This is called when a new statement is being created.
static void TLptsFactoryConnection.removeConnection(TLptsConnection connection, boolean forceful)
           Remove Connection from System.
 void ILptsFactoryConnectionListener.removedAndClosedConnection(TLptsConnection connection)
           Informs the listener that an existing connection has been removed and closed on the database.
 void ILptsFactoryStatementListener.removedAndClosedStatement(TLptsConnection connection, TLptsStatement statement)
          The TLptsFactoryStatement.removeStatement(TLptsStatement) has been called for removal of the statement from the system.
 

Constructors in com.lapetus_ltd.api.db.control with parameters of type TLptsConnection
TLptsStatement(TLptsConnection connection, XLptsDBStatementType statementType)
          This Constructor create a new Statement by setting only the connection and loading all the fields from another Statement.
TLptsStatement(TLptsConnection connection, XLptsDBTypeOfStatementType typeOfStatement)
          Creates a new Statement by setting the connection and the type of the statement.
 



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