|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILptsFactoryStatementListener
Class Description : The listener for statement events.
Method Summary | |
---|---|
void |
newStatementCreated(TLptsConnection connection,
TLptsStatement statement)
This informs the implementation that a new statements has been successfully created. |
void |
newStatementFailed(TLptsConnection connection)
This informs of a failed attempt to create a statement. |
void |
newStatementProcessStarted(TLptsConnection connection)
This is called when a new statement is being created. |
void |
removedAndClosedStatement(TLptsConnection connection,
TLptsStatement statement)
The TLptsFactoryStatement.removeStatement(TLptsStatement) has been called for removal of the statement from the system. |
Method Detail |
---|
void newStatementCreated(TLptsConnection connection, TLptsStatement statement)
TLptsFactoryStatement.createNewStatement(com.lapetus_ltd.api.db.control.TLptsConnection, com.lapetus_ltd._2009.xml.types.XLptsDBStatementType)
for more information.
connection
- The connection used for the creation.statement
- The new statement that contains all the table and column information from the connection.void newStatementFailed(TLptsConnection connection)
connection
- The connection used for the failed attempt to create a statement.void newStatementProcessStarted(TLptsConnection connection)
TLptsMainDatabase.setApplicationMainFrame(javax.swing.JFrame)
has been set on the main frame of the application,
connection
- The connection for the creation of the statment.void removedAndClosedStatement(TLptsConnection connection, TLptsStatement statement)
TLptsFactoryStatement.removeStatement(TLptsStatement)
has been called for removal of the statement from the system.
TLptsFactoryConnection.removeConnection(com.lapetus_ltd.api.db.control.TLptsConnection, boolean)
is made with forceful set to true.
TLptsFactoryStatement.executeOtherStatement(TLptsStatement)
is issued, this is function is called after the statement
connection
- The connection that relates to the statement has been closed and removed from the system.statement
- The statement that was removed. This statement is closed and cannot be used for any processing.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |