A B C D G I M O R S
A
- addSessionEventListener(SessionEventListener) -
Method in interface com.stc.connector.db.Session
- Adds sessoin event listener.
C
- checkConnection(SQLException) -
Method in interface com.stc.connector.db.Session
- Connection status check if there is a SQL exception.
- close() -
Method in class com.stc.connector.Oracleadapter.base.DbConnectorImpl
- Requests the DbConnector to close a connection and
release all the necessary resources.
- close() -
Method in interface com.stc.connector.db.DbConnector
- Requests the DbConnector to close a connection and
release all the necessary resources.
- close() -
Method in interface com.stc.connector.db.Session
- Closes the session.
- commit() -
Method in class com.stc.connector.Oracleadapter.base.DbConnectorImpl
- Commits a transaction for the connection.
- commit() -
Method in interface com.stc.connector.appconn.db.DbOtd
- Commits a transaction for the connection.
- commit() -
Method in interface com.stc.connector.db.DbConnector
- Commits a transaction for the connection.
- commit() -
Method in interface com.stc.connector.db.Session
- Commits a transaction for the connection.
- connInvoke(String, Class[], Object[]) -
Method in class com.stc.connector.Oracleadapter.base.DbConnectorImpl
- Invokes a method of the database
Connection
object of this ETD.
- connInvoke(String, Class[], Object[]) -
Method in interface com.stc.connector.db.DbConnector
- Invokes a method of the database
Connection
object of this ETD.
- connInvoke(String, Class[], Object[]) -
Method in interface com.stc.connector.db.Session
- Invokes a method of the database
Connection
object of this ETD.
- connect() -
Method in interface com.stc.connector.db.Session
- Connects to a database.
G
- getAutoCommit() -
Method in class com.stc.connector.Oracleadapter.base.DbConnectorImpl
- Gets the AutoCommit mode of the connection.
- getAutoCommit() -
Method in interface com.stc.connector.appconn.db.DbOtd
- Gets the AutoCommit mode of the connection.
- getAutoCommit() -
Method in interface com.stc.connector.db.DbConnector
- Gets the AutoCommit mode of the connection.
- getAutoCommit() -
Method in interface com.stc.connector.db.Session
- Returns the session auto commit property.
- getAutoCommit() -
Method in class com.stc.connector.webservice.db.DBWebServiceRequest
- Gets the AutoCommit mode of the connection.
- getCatalog() -
Method in class com.stc.connector.Oracleadapter.base.DbConnectorImpl
- Gets the catalog name of the connection.
- getCatalog() -
Method in interface com.stc.connector.db.DbConnector
- Gets the catalog name of the connection.
- getCatalog() -
Method in interface com.stc.connector.db.Session
- Returns the session catalog property.
- getCatalog() -
Method in class com.stc.connector.webservice.db.DBWebServiceRequest
- Gets the catalog name of the connection.
- getConcurrencyToReadOnly() -
Method in class com.stc.connector.webservice.db.DBWebServiceRequest
- Get concurrency type; determines if the concurrency is set to read only.
- getConcurrencyToUpdatable() -
Method in class com.stc.connector.webservice.db.DBWebServiceRequest
- Get concurrency type; determines if the concurrency is set to updatable.
- getConcurrencyType() -
Method in interface com.stc.connector.db.Session
- Get concurrency type.
- getConnection() -
Method in class com.stc.connector.Oracleadapter.base.DbConnectorImpl
- Get the database
Connection
object of this ETD.
- getConnection() -
Method in interface com.stc.connector.appconn.db.DbOtd
- Gets the connection of the OTD.
- getConnection() -
Method in interface com.stc.connector.db.DbConnector
- Get the database
Connection
object of this ETD.
- getConnection() -
Method in interface com.stc.connector.db.Session
- Get the database
Connection
object of this ETD.
- getConnection() -
Method in class com.stc.connector.oracleappsadapter.appconn.OracleappsApplicationConnectionFactory
- Gets the Db Application Connection which represents a connection
handle to the underlying Db EIS.
- getConnection(Properties) -
Method in class com.stc.connector.oracleappsadapter.appconn.OracleappsApplicationConnectionFactory
- Gets the Application Connection which represents a connection handle to
the underlying EIS using the connection information in the Properties.
- getDBMS() -
Method in interface com.stc.connector.db.Session
- Retrieves the DBMS type.
- getInstance(Class) -
Method in class com.stc.connector.Oracleadapter.base.DbConnectorImpl
- Gets an instance of the named StaementAgent.
- getInstance(Class, int, int) -
Method in class com.stc.connector.Oracleadapter.base.DbConnectorImpl
- Gets an instance of the named StaementAgent with the specified resultset
and concurrency types.
- getInstance(Class) -
Method in interface com.stc.connector.db.DbConnector
- Gets an instance of the named StaementAgent.
- getInstance(Class, int, int) -
Method in interface com.stc.connector.db.DbConnector
- Gets an instance of the named StaementAgent with the specified resultset
and concurrency types.
- getMetaData() -
Method in interface com.stc.connector.db.Session
- Returns the session database meta data.
- getNewTypeFlag() -
Method in interface com.stc.connector.db.Session
- Check if it is a new ResultSet type.
- getResultSetType() -
Method in interface com.stc.connector.db.Session
- Get result set type.
- getScrollTypeToForwardOnly() -
Method in class com.stc.connector.webservice.db.DBWebServiceRequest
- Gets the result set type; determines if scroll is set to forward only.
- getScrollTypeToScrollInsensitive() -
Method in class com.stc.connector.webservice.db.DBWebServiceRequest
- Gets the result set type; determines if scroll is set to insensitive.
- getScrollTypeToScrollSensitive() -
Method in class com.stc.connector.webservice.db.DBWebServiceRequest
- Gets the result set type; determines if scroll is set to sensitive.
- getSupportsBatch() -
Method in interface com.stc.connector.db.Session
- checks to see if the driver supports batch operations.
- getTransactionIsolation() -
Method in class com.stc.connector.Oracleadapter.base.DbConnectorImpl
- Gets the transaction isolation level for the connection.
- getTransactionIsolation() -
Method in interface com.stc.connector.appconn.db.DbOtd
- Gets the transaction isolation level for the connection.
- getTransactionIsolation() -
Method in interface com.stc.connector.db.DbConnector
- Gets the transaction isolation level for the connection.
- getTransactionIsolation() -
Method in interface com.stc.connector.db.Session
- Returns the session transaction isolation level.
- getTransactionIsolation() -
Method in class com.stc.connector.webservice.db.DBWebServiceRequest
- Gets the transaction isolation level for the connection.
- getTypeMap() -
Method in interface com.stc.connector.db.Session
- Returns the session type map for user-defined type.
I
- init(DataSource, Properties) -
Method in interface com.stc.connector.db.DbConnector
- Initialize DbConnector
- isClosed() -
Method in interface com.stc.connector.db.Session
- Returns the session open status.
- isConnected() -
Method in class com.stc.connector.Oracleadapter.base.DbConnectorImpl
- Returns the connection status.
- isConnected() -
Method in interface com.stc.connector.appconn.db.DbOtd
- Returns the connection status.
- isConnected() -
Method in interface com.stc.connector.db.DbConnector
- Returns the connection status.
- isConnected() -
Method in interface com.stc.connector.db.Session
- Returns the connection status.
- isOpen() -
Method in class com.stc.connector.Oracleadapter.base.DbConnectorImpl
- Checks if the DbConnector has a open connection.
- isOpen() -
Method in interface com.stc.connector.db.DbConnector
- Checks if the DbConnector has a open connection.
- isReadOnly() -
Method in interface com.stc.connector.db.Session
- Returns the session read only status.
O
- OracleappsApplicationConnectionFactory(DataSource) -
Constructor for class com.stc.connector.oracleappsadapter.appconn.OracleappsApplicationConnectionFactory
- Creates a new instance of OracleappsApplicationConnectionFactory.
- OracleappsApplicationConnectionFactory(DataSource, ConnectionManager) -
Constructor for class com.stc.connector.oracleappsadapter.appconn.OracleappsApplicationConnectionFactory
- Creates a new instance of DbApplicationConnectionFactory.
- OracleappsTableResultSet(Session) -
Constructor for class com.stc.connector.oracleappsadapter.OracleappsTableResultSet
- OracleappsTableResultSet constructor.
- OracleappsTableResultSet(Session, int, int) -
Constructor for class com.stc.connector.oracleappsadapter.OracleappsTableResultSet
- OracleappsTableResultSet constructor.
- open(DataSource, Properties) -
Method in class com.stc.connector.Oracleadapter.base.DbConnectorImpl
- Requests the DbConnector object to open a connection
and allocate necessary resources.
- open(DataSource, Properties) -
Method in interface com.stc.connector.db.DbConnector
- Requests the DbConnector object to open a connection
and allocate necessary resources.
- open() -
Method in interface com.stc.connector.db.Session
- Opens the session.
R
- reconnect() -
Method in interface com.stc.connector.appconn.db.DbOtd
- Reconnect to a database.
- release() -
Method in interface com.stc.connector.db.DbConnector
- Releases all the DbConnector resources.
- releaseResources() -
Method in interface com.stc.connector.db.Session
- Releases connection resources.
- removeSessionEventListener(SessionEventListener) -
Method in interface com.stc.connector.db.Session
- Removes sessoin event listener.
- requestReset() -
Method in class com.stc.connector.Oracleadapter.base.DbConnectorImpl
- Receives a request to reset the data content of the DB ETD.
- requestReset() -
Method in interface com.stc.connector.db.DbConnector
- Receives a request to reset the data content of the DB ETD.
- requestReset() -
Method in interface com.stc.connector.db.Session
- Request that a reset be done on the data content of the DB ETD.
- rollback() -
Method in class com.stc.connector.Oracleadapter.base.DbConnectorImpl
- Rollbacks a transaction for the connection.
- rollback() -
Method in interface com.stc.connector.appconn.db.DbOtd
- Rollbacks a transaction for the connection.
- rollback() -
Method in interface com.stc.connector.db.DbConnector
- Rollbacks a transaction for the connection.
- rollback() -
Method in interface com.stc.connector.db.Session
- Rollbacks a transaction for the connection.
S
- setAutoCommit(boolean) -
Method in class com.stc.connector.Oracleadapter.base.DbConnectorImpl
- Sets the AutoCommit mode of the connection.
- setAutoCommit(boolean) -
Method in interface com.stc.connector.appconn.db.DbOtd
- Sets the AutoCommit mode of the connection.
- setAutoCommit(boolean) -
Method in interface com.stc.connector.db.DbConnector
- Sets the AutoCommit mode of the connection.
- setAutoCommit(boolean) -
Method in interface com.stc.connector.db.Session
- Sets the session auto commit property.
- setAutoCommit(boolean) -
Method in class com.stc.connector.webservice.db.DBWebServiceRequest
- Sets the AutoCommit mode of the connection.
- setCatalog(String) -
Method in class com.stc.connector.Oracleadapter.base.DbConnectorImpl
- Sets the catalog name of the connection.
- setCatalog(String) -
Method in interface com.stc.connector.db.DbConnector
- Sets the catalog name of the connection.
- setCatalog(String) -
Method in interface com.stc.connector.db.Session
- Sets the session catalog property.
- setCatalog(String) -
Method in class com.stc.connector.webservice.db.DBWebServiceRequest
- Sets the catalog name of the connection.
- setConcurrencyToReadOnly() -
Method in class com.stc.connector.Oracleadapter.base.DbConnectorImpl
- Set concurrency type of the session to read only.
- setConcurrencyToReadOnly() -
Method in interface com.stc.connector.appconn.db.DbOtd
- Set concurrency type of the session to read only.
- setConcurrencyToReadOnly() -
Method in interface com.stc.connector.db.DbConnector
- Set concurrency type of the session to read only.
- setConcurrencyToReadOnly(boolean) -
Method in class com.stc.connector.webservice.db.DBWebServiceRequest
- Set concurrency type of the session to read only.
- setConcurrencyToUpdatable() -
Method in class com.stc.connector.Oracleadapter.base.DbConnectorImpl
- Set concurrency type of the session to updatable.
- setConcurrencyToUpdatable() -
Method in interface com.stc.connector.appconn.db.DbOtd
- Set concurrency type of the session to updatable.
- setConcurrencyToUpdatable() -
Method in interface com.stc.connector.db.DbConnector
- Set concurrency type of the session to updatable.
- setConcurrencyToUpdatable(boolean) -
Method in class com.stc.connector.webservice.db.DBWebServiceRequest
- Set concurrency type of the session to updatable.
- setConcurrencyType(int) -
Method in class com.stc.connector.Oracleadapter.base.DbConnectorImpl
- Set the concurrency type of the connection.
- setConcurrencyType(int) -
Method in interface com.stc.connector.db.Session
- Set the concurrency type of the connection.
- setDBMS(int) -
Method in interface com.stc.connector.db.Session
- Sets the DBMS type.
- setNewTypeFlag(boolean) -
Method in interface com.stc.connector.db.Session
- Set whether this is a new ResultSet type.
- setReadOnly(boolean) -
Method in interface com.stc.connector.db.Session
- Sets the session read only property.
- setResultSetType(int) -
Method in class com.stc.connector.Oracleadapter.base.DbConnectorImpl
- Set the resultset type of the connection.
- setResultSetType(int) -
Method in interface com.stc.connector.db.Session
- Set the resultset type of the connection.
- setScrollTypeToForwardOnly() -
Method in class com.stc.connector.Oracleadapter.base.DbConnectorImpl
- Set result set type of the session to be forward only.
- setScrollTypeToForwardOnly() -
Method in interface com.stc.connector.appconn.db.DbOtd
- Set result set type of the session to be forward only.
- setScrollTypeToForwardOnly() -
Method in interface com.stc.connector.db.DbConnector
- Set result set type of the session to be forward only.
- setScrollTypeToForwardOnly(boolean) -
Method in class com.stc.connector.webservice.db.DBWebServiceRequest
- Set result set type of the session to be forward only.
- setScrollTypeToScrollInsensitive() -
Method in class com.stc.connector.Oracleadapter.base.DbConnectorImpl
- Set result set type of the session to be insensitive.
- setScrollTypeToScrollInsensitive() -
Method in interface com.stc.connector.appconn.db.DbOtd
- Set result set type of the session to be insensitive.
- setScrollTypeToScrollInsensitive() -
Method in interface com.stc.connector.db.DbConnector
- Set result set type of the session to be insensitive.
- setScrollTypeToScrollInsensitive(boolean) -
Method in class com.stc.connector.webservice.db.DBWebServiceRequest
- Set result set type of the session to be insensitive.
- setScrollTypeToScrollSensitive() -
Method in class com.stc.connector.Oracleadapter.base.DbConnectorImpl
- Set result set type of the session to be sensitive.
- setScrollTypeToScrollSensitive() -
Method in interface com.stc.connector.appconn.db.DbOtd
- Set result set type of the session to be sensitive.
- setScrollTypeToScrollSensitive() -
Method in interface com.stc.connector.db.DbConnector
- Set result set type of the session to be sensitive.
- setScrollTypeToScrollSensitive(boolean) -
Method in class com.stc.connector.webservice.db.DBWebServiceRequest
- Set result set type of the session to be sensitive.
- setTransactionIsolation(int) -
Method in class com.stc.connector.Oracleadapter.base.DbConnectorImpl
- Sets the transaction isolation level for the connection.
- setTransactionIsolation(int) -
Method in interface com.stc.connector.appconn.db.DbOtd
- Sets the transaction isolation level for the connection.
- setTransactionIsolation(int) -
Method in interface com.stc.connector.db.DbConnector
- Sets the transaction isolation level for the connection.
- setTransactionIsolation(int) -
Method in interface com.stc.connector.db.Session
- Sets the session transaction isolation level.
- setTransactionIsolation(int) -
Method in class com.stc.connector.webservice.db.DBWebServiceRequest
- Sets the transaction isolation level for the connection.
- setTypeMap(Map) -
Method in interface com.stc.connector.db.Session
- Sets the session type map for user-defined type.
A B C D G I M O R S
Copyright 2006 by Sun Microsystems, Inc. All Rights Reserved.