E G O P S

E

EVENT_TYPE_ID - Static variable in interface org.mobicents.slee.resource.jdbc.event.PreparedStatementResultSetEvent
 
EVENT_TYPE_ID - Static variable in interface org.mobicents.slee.resource.jdbc.event.PreparedStatementSQLExceptionEvent
 
EVENT_TYPE_ID - Static variable in interface org.mobicents.slee.resource.jdbc.event.PreparedStatementUnknownResultEvent
 
EVENT_TYPE_ID - Static variable in interface org.mobicents.slee.resource.jdbc.event.PreparedStatementUpdateCountEvent
 
EVENT_TYPE_ID - Static variable in interface org.mobicents.slee.resource.jdbc.event.StatementResultSetEvent
 
EVENT_TYPE_ID - Static variable in interface org.mobicents.slee.resource.jdbc.event.StatementSQLExceptionEvent
 
EVENT_TYPE_ID - Static variable in interface org.mobicents.slee.resource.jdbc.event.StatementUnknownResultEvent
 
EVENT_TYPE_ID - Static variable in interface org.mobicents.slee.resource.jdbc.event.StatementUpdateCountEvent
 

G

getAutoGeneratedKeys() - Method in interface org.mobicents.slee.resource.jdbc.event.StatementEvent
Retrieves the autoGeneratedKeys parameter, which may be used in certain statement executions.
getColumnIndexes() - Method in interface org.mobicents.slee.resource.jdbc.event.StatementEvent
Retrieves the columnIndexes parameter, which may be used in certain statement executions.
getColumnNames() - Method in interface org.mobicents.slee.resource.jdbc.event.StatementEvent
Retrieves the columnNames parameter, which may be used in certain statement executions.
getExecutionResult() - Method in interface org.mobicents.slee.resource.jdbc.event.PreparedStatementUnknownResultEvent
Retrieves the statement sql execution result.
getExecutionResult() - Method in interface org.mobicents.slee.resource.jdbc.event.StatementUnknownResultEvent
Retrieves the statement sql execution result.
getPreparedStatement() - Method in interface org.mobicents.slee.resource.jdbc.event.PreparedStatementEvent
Retrieves the executed PreparedStatement.
getResultSet() - Method in interface org.mobicents.slee.resource.jdbc.event.PreparedStatementResultSetEvent
Retrieves the executed query's result set.
getResultSet() - Method in interface org.mobicents.slee.resource.jdbc.event.StatementResultSetEvent
Retrieves the executed query's result set.
getSQL() - Method in interface org.mobicents.slee.resource.jdbc.event.StatementEvent
Retrieves the sql executed.
getSQLException() - Method in interface org.mobicents.slee.resource.jdbc.event.PreparedStatementSQLExceptionEvent
Retrieves the executed query's sql exception.
getSQLException() - Method in interface org.mobicents.slee.resource.jdbc.event.StatementSQLExceptionEvent
Retrieves the executed query's sql exception.
getStatement() - Method in interface org.mobicents.slee.resource.jdbc.event.StatementEvent
Retrieves the executed Statement#.
getUpdateCount() - Method in interface org.mobicents.slee.resource.jdbc.event.PreparedStatementUpdateCountEvent
Retrieves the executed SQL update count.
getUpdateCount() - Method in interface org.mobicents.slee.resource.jdbc.event.StatementUpdateCountEvent
Retrieves the executed SQL update count.

O

org.mobicents.slee.resource.jdbc.event - package org.mobicents.slee.resource.jdbc.event
 

P

PreparedStatementEvent - Interface in org.mobicents.slee.resource.jdbc.event
An event which provides the results for the execution of a PreparedStatement.
PreparedStatementResultSetEvent - Interface in org.mobicents.slee.resource.jdbc.event
An event which provides the results for the execution of query in a PreparedStatement, a ResultSet.
PreparedStatementSQLExceptionEvent - Interface in org.mobicents.slee.resource.jdbc.event
An event which provides the exception which occurred when executing a PreparedStatement.
PreparedStatementUnknownResultEvent - Interface in org.mobicents.slee.resource.jdbc.event
An event which provides the results for the execution of unknown sql in a PreparedStatement.
PreparedStatementUpdateCountEvent - Interface in org.mobicents.slee.resource.jdbc.event
An event which provides the results for the execution of update in a PreparedStatement, a update count.

S

StatementEvent - Interface in org.mobicents.slee.resource.jdbc.event
An event which provides the results for the execution of a Statement.
StatementResultSetEvent - Interface in org.mobicents.slee.resource.jdbc.event
An event which provides the results for the execution of query in a Statement, a ResultSet.
StatementSQLExceptionEvent - Interface in org.mobicents.slee.resource.jdbc.event
An event which provides the exception which occurred when executing a Statement.
StatementUnknownResultEvent - Interface in org.mobicents.slee.resource.jdbc.event
An event which provides the results for the execution of unknown sql in a Statement.
StatementUpdateCountEvent - Interface in org.mobicents.slee.resource.jdbc.event
An event which provides the results for the execution of update in a Statement, a update count.

E G O P S

Copyright © 2011. All Rights Reserved.