SQLServer eWay API
A B C D E F G I L M N O P Q R S T U W

A

absolute(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Moves the cursor to the specified row of the result set.
absolute(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Moves the cursor to the specified row of the result set.
absolute(int) - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Moves the cursor to the specified row of the result set.
ActivationSpecImpl - Class in com.stc.connector.sqlserveradapter.base
Activation Spec for database Inbound functionality
ActivationSpecImpl() - Constructor for class com.stc.connector.sqlserveradapter.base.ActivationSpecImpl
This class is just here because some DBs need to sub class this anyhow
ActivationSpecImplExt - Class in com.stc.connector.sqlserveradapter.base
DOCUMENT ME!
ActivationSpecImplExt() - Constructor for class com.stc.connector.sqlserveradapter.base.ActivationSpecImplExt
This class is just here because some DBs need to sub class this anyhow
addBatch() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Adds a set of parameters to the list of commands to be sent as a batch.
addSessionEventListener(SessionEventListener) - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Adds sessoin event listener.
afterLast() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Moves the cursor after the last row of the result set.
afterLast() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Moves the cursor after the last row of the result set.
afterLast() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Moves the cursor after the last row of the result set.
agentFactory - Variable in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
An AgentFactory object to create other StatementAgent instance.
AgentFactoryImpl - Class in com.stc.connector.sqlserveradapter.base
Statement agent factory
AgentFactoryImpl(Session) - Constructor for class com.stc.connector.sqlserveradapter.base.AgentFactoryImpl
Creates a new AgentFactory.
appConnFactoryInstances - Variable in class com.stc.connector.sqlserveradapter.base.SqlserverManagedConnectionFactory
 
appendExtendedOptions(String) - Method in class com.stc.connector.sqlserveradapter.base.DriverPropertiesURI
 
askGetMoreResults - Variable in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Indicator for getting more results.
askGetResultSet - Variable in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Indicator for getting Result Set.
available() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Determines whether data for this particular Result Set is available after an execute.

B

beforeFirst() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Moves the cursor before the first row of the result set.
beforeFirst() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Moves the cursor before the first row of the result set.
beforeFirst() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Moves the cursor before the first row of the result set.
bInit - Variable in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
A flag to indicate if initilization has taken place.
bSupportsBatch - Variable in class com.stc.connector.sqlserveradapter.base.SessionImpl
Indicator for the driver support of batch processing.
bUseResultsAvailable - Variable in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Indicator to determine if they are using Result Set enhancement.

C

CallableStatementAgentImpl - Class in com.stc.connector.sqlserveradapter.base
Agent hosts a CallableStatement.
CallableStatementAgentImpl() - Constructor for class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Default constructor.
CallableStatementAgentImpl(Session, String) - Constructor for class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
CallableStatementAgent constructor.
CallableStatementAgentImpl(Session, int, int) - Constructor for class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
CallableStatementAgent constructor.
CallableStatementAgentImpl(Session, String, int, int) - Constructor for class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
CallableStatementAgent constructor.
cancel() - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Cancels statement results.
cancelRowUpdates() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Rolls back the updates made to a row if it is invoked before calling the method updateRow.
cancelRowUpdates() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Cancels any updates made to this row.
checkConnection(SQLException) - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Connection status check if there is a SQL exception.
checkConnection(SQLException) - Method in class com.stc.connector.sqlserveradapter.SqlserverSession
Connection status check if there is a SQL exception.
clearBatch() - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Clears the batch of operations.
clearParameters() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Clears the value of all parameters.
clearParameters() - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Clears all Stored Procedure Input and Output parameters
clearWarnings() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Clears any warnings reported on this object.
clearWarnings() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Clears any warnings reported on this object.
clearWarnings() - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Clear all SQLWarning objects.
clearWarnings() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Clears any warnings reported on this object.
close() - Method in class com.stc.connector.sqlserveradapter.appconn.DbApplicationConnection
Closes the application connection handle using the cci conn handle
close() - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Requests the DbConnector to close a connection and release all the necessary resources.
close() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Immediately releases a ResultSet object's resources.
close() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Immediately releases a ResultSet object's resources.
close() - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Closes the session.
closeResultSet() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Immediately releases a ResultSet object's resources.
closeResultSet() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Immediately releases ResultSet object's resources, close the cursor.
com.stc.connector.sqlserveradapter - package com.stc.connector.sqlserveradapter
 
com.stc.connector.sqlserveradapter.appconn - package com.stc.connector.sqlserveradapter.appconn
 
com.stc.connector.sqlserveradapter.base - package com.stc.connector.sqlserveradapter.base
 
commit() - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Commits a transaction for the connection.
commit() - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Commits a transaction for the connection.
concurrencyType - Variable in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Holds the concurrency type.
concurrencyType - Variable in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Current concurrency type.
ConfigurationHelper - Class in com.stc.connector.sqlserveradapter.base
DOCUMENT ME!
ConfigurationHelper(IConfiguration) - Constructor for class com.stc.connector.sqlserveradapter.base.ConfigurationHelper
Creates a new instance of ConfigurationHelper
ConfigurationHelper(ISection) - Constructor for class com.stc.connector.sqlserveradapter.base.ConfigurationHelper
Creates a new instance of ConfigurationHelper
conn - Variable in class com.stc.connector.sqlserveradapter.base.SessionImpl
A Connection instance to the database.
connect() - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Connects to a database.
connect() - Method in class com.stc.connector.sqlserveradapter.base.SqlserverConnection
 
connInvoke(String, Class[], Object[]) - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Invokes a method of the database Connection object of this ETD.
connInvoke(String, Class[], Object[]) - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Invokes a method of the database Connection object of this ETD.
createApplication(String) - Method in class com.stc.connector.sqlserveradapter.appconn.DbApplicationConnection
Creates an Application from the Application Connection.
createConnectionFactoryInternal(ConnectionManager, String) - Method in class com.stc.connector.sqlserveradapter.base.SqlserverManagedConnectionFactory
 
createManagedConnectionInternal(Subject, ConnectionRequestInfo) - Method in class com.stc.connector.sqlserveradapter.base.SqlserverManagedConnectionFactory
 
createOutputHandler() - Method in class com.stc.connector.sqlserveradapter.appconn.DbApplicationConnection
Creates an OutputHandler for "sending" data to the EIS.
createSession(Class, DataSource, Properties) - Static method in class com.stc.connector.sqlserveradapter.base.SessionFactory
Creates a new session instance based on given properties.
curRSetAgent - Variable in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Current ResultSetAgent.
curRSetSig - Variable in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Current ResultSet Signature.
curRSetSig() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Calculates the Result Set Column signature.

D

dataSource - Variable in class com.stc.connector.sqlserveradapter.base.SessionImpl
A DataSource instance used for creating database connection.
DbApplicationConnection - Class in com.stc.connector.sqlserveradapter.appconn
This class implements the ApplicationConnection interface for the Db Application Connection.
DbApplicationConnection() - Constructor for class com.stc.connector.sqlserveradapter.appconn.DbApplicationConnection
Default constructor.
DbApplicationConnection(DataSource) - Constructor for class com.stc.connector.sqlserveradapter.appconn.DbApplicationConnection
Creates a new instance of DbApplicationConnection.
DbApplicationConnection(DataSource, Properties) - Constructor for class com.stc.connector.sqlserveradapter.appconn.DbApplicationConnection
Creates a new instance of DbApplicationConnection.
DbApplicationConnectionException - Exception in com.stc.connector.sqlserveradapter.appconn
Exception class for DB application connection.
DbApplicationConnectionException() - Constructor for exception com.stc.connector.sqlserveradapter.appconn.DbApplicationConnectionException
Creates a new instance of DbApplicationConnectionException without detail message.
DbApplicationConnectionException(String) - Constructor for exception com.stc.connector.sqlserveradapter.appconn.DbApplicationConnectionException
Constructs an instance of DbApplicationConnectionException with the specified detail message.
DbApplicationConnectionFactoryImpl - Class in com.stc.connector.sqlserveradapter.appconn
A factory class for creating DbApplicationConnection.
DbApplicationConnectionFactoryImpl(DataSource) - Constructor for class com.stc.connector.sqlserveradapter.appconn.DbApplicationConnectionFactoryImpl
Create a new instance of DbApplicationConnectionFactory.
DbApplicationConnectionFactoryImpl(DataSource, ConnectionManager) - Constructor for class com.stc.connector.sqlserveradapter.appconn.DbApplicationConnectionFactoryImpl
Creates a new instance of DbApplicationConnectionFactory
DbConnectorImpl - Class in com.stc.connector.sqlserveradapter.base
Connector class implementation for database e*Way.
DbConnectorImpl() - Constructor for class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Default constructor.
DbListener - Interface in com.stc.connector.sqlserveradapter.base
DOCUMENT ME!
dbms - Variable in class com.stc.connector.sqlserveradapter.base.SessionImpl
Database type.
delete(String) - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Delete table records according to the where condition if any.
deleteRow() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Deletes the current row from the result set and the underlying database.
deleteRow() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Deletes the current row from the result set and the underlying database.
deleteRow() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Deletes the contents of the current row from the database.
dmd - Variable in class com.stc.connector.sqlserveradapter.base.SessionImpl
A database metadata instance for discovering database information.
DriverPropertiesURI - Class in com.stc.connector.sqlserveradapter.base
 
DriverPropertiesURI(String, String, String) - Constructor for class com.stc.connector.sqlserveradapter.base.DriverPropertiesURI
DriverPropertiesURI constructor.
DriverPropertiesURI(String, String, String, String) - Constructor for class com.stc.connector.sqlserveradapter.base.DriverPropertiesURI
DriverPropertiesURI constructor.
DriverPropertiesURI() - Constructor for class com.stc.connector.sqlserveradapter.base.DriverPropertiesURI
 

E

enableResultSetsAndUpdateCounts() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Enables both Results Sets and Update Counts to be received after an execute call.
enableResultSetsOnly() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Enables only Result Sets to be received after an execute call.
enableUpdateCountsOnly() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Enables only Update Counts to be received after an execute call.
endpointActivation(MessageEndpointFactory, ActivationSpec) - Method in class com.stc.connector.sqlserveradapter.base.SqlserverResourceAdapter
 
execute() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Executes the prepared SQL statement.
execute() - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Executes the Procedure & sets the ResultSets of this procedure if any matches the Otd definition.
executeBatch() - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Executes a batch of SQL statements.
executeQuery() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Executes the prepared SQL query and returns a ResultSetAgent that contains the generated result set
executeUpdate() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Executes the prepared SQL statement and returns the number of rows that were affected
executeUpdate(String) - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
 

F

fetchDirection - Variable in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Holds the fetch direction.
findColumn(String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Returns the column index for the named column in the result set.
findColumn(String) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Returns the column index for the named column in the result set.
findColumn(String) - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Returns the column index for the named column in the result set.
first() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Moves the cursor to the first row of the result set.
first() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Moves the cursor to the first row of the result set.
first() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Moves the cursor to the first row of the result set.

G

getArray(int) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Gets the Array value of the indexed parameter.
getArray(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the Array value of the specified column.
getArray(String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the Array value of the specified column.
getArray(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the Array value of the specified column.
getArray(String) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the Array value of the specified column.
getArray(int) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Gets the Array value of the indexed parameter.
getAsciiStream(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Retrieves the value of the specified column vlaue as a stream of ASCII characters.
getAsciiStream(String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Retrieves the value of the specified column as a stream of ASCII characters.
getAsciiStream(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Retrieves the value of the specified column vlaue as a stream of ASCII characters.
getAsciiStream(String) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Retrieves the value of the specified column as a stream of ASCII characters.
getAsciiStream(int) - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Retrieves the value of the specified column vlaue as a stream of ASCII characters.
getAsciiStream(String) - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Retrieves the value of the specified column as a stream of ASCII characters.
getAutoCommit() - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Gets the AutoCommit mode of the connection.
getAutoCommit() - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Returns the session auto commit property.
getBaseFactory() - Method in class com.stc.connector.sqlserveradapter.base.SqlserverManagedConnectionFactory
 
getBaseFactoryClassName() - Method in class com.stc.connector.sqlserveradapter.base.SqlserverManagedConnectionFactory
 
getBigDecimal(int) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Gets the decimal value of the indexed parameter.
getBigDecimal(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the decimal value of the specified column.
getBigDecimal(String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the decimal value of the specified column.
getBigDecimal(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the decimal value of the specified column..
getBigDecimal(String) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the decimal value of the specified column.
getBigDecimal(int) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Gets the decimal value of the indexed parameter.
getBinaryStream(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Retrieves the value of the specified column as a stream of uninterpreted bytes.
getBinaryStream(String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Retrieves the value of the specified column as a stream of uninterpreted bytes.
getBinaryStream(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Retrieves the value of the specified column as a stream of uninterpreted bytes.
getBinaryStream(String) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Retrieves the value of the specified column as a stream of uninterpreted bytes.
getBinaryStream(int) - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Retrieves the value of the specified column as a stream of uninterpreted bytes.
getBinaryStream(String) - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Retrieves the value of the specified column as a stream of uninterpreted bytes.
getBlob(int) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Gets the Blob value of the indexed parameter.
getBlob(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the Blob value of the specified column.
getBlob(String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the Blob value of the specified column.
getBlob(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the Blob value of the specified column.
getBlob(String) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the Blob value of the specified column.
getBlob(int) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Gets the Blob value of the indexed parameter.
getBoolean(int) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Gets the boolean value of the indexed parameter.
getBoolean(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the boolean value of the specified column.
getBoolean(String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the boolean value of the specified column.
getBoolean(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the boolean value of the specified column.
getBoolean(String) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the boolean value of the specified column.
getBoolean(int) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Gets the boolean value of the indexed parameter.
getByte(int) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Gets the byte value of the indexed parameter.
getByte(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the byte value of the specified column.
getByte(String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the byte value of the specified column.
getByte(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the byte value of the specified column.
getByte(String) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the byte value of the specified column.
getByte(int) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Gets the byte value of the indexed parameter.
getBytes(int) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Gets the byte array value of the indexed parameter.
getBytes(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the byte array value of the specified column.
getBytes(String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the byte array value of the specified column.
getBytes(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the byte array value of the specified column.
getBytes(String) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the byte array value of the specified column.
getBytes(int) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Gets the byte array value of the indexed parameter.
getCatalog() - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Gets the catalog name of the connection.
getCatalog() - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Returns the session catalog property.
getCharacterStream(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Retrieves the value of the specified column as a Reader object.
getCharacterStream(String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Retrieves the value of the specified column as a Reader object.
getCharacterStream(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Retrieves the value of the specified column as a Reader object.
getCharacterStream(String) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Retrieves the value of the specified column as a Reader object.
getCharacterStream(int) - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Retrieves the value of the specified column as a Reader object.
getCharacterStream(String) - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Retrieves the value of the specified column as a Reader object.
getClob(int) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Gets the Clob value of the indexed parameter.
getClob(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the Clob value of the specified column.
getClob(String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the Clob value of the specified column.
getClob(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the Clob value of the specified column.
getClob(String) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the Clob value of the specified column.
getClob(int) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Gets the Clob value of the indexed parameter.
getConcurrency() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the concurrency mode for this ResultSet object.
getConcurrency() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the concurrency mode for this ResultSet object.
getConcurrencyType() - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Get concurrency type.
getConnection() - Method in class com.stc.connector.sqlserveradapter.appconn.DbApplicationConnectionFactoryImpl
Gets the DbApplicationConnection which represents a connection handle to the underlying Db EIS.
getConnection(Properties) - Method in class com.stc.connector.sqlserveradapter.appconn.DbApplicationConnectionFactoryImpl
Gets the Application Connection which represents a connection handle to the underlying EIS using the connection information in the Properties.
getConnection() - Method in class com.stc.connector.sqlserveradapter.appconn.SqlserverApplicationConnectionFactory
Gets the Db Application Connection which represents a connection handle to the underlying Db EIS.
getConnection(Properties) - Method in class com.stc.connector.sqlserveradapter.appconn.SqlserverApplicationConnectionFactory
Gets the Application Connection which represents a connection handle to the underlying EIS using the connection information in the Properties.
getConnection() - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Get the database Connection object of this ETD.
getConnection() - Method in class com.stc.connector.sqlserveradapter.base.SessionEventImpl
Gets the Connection related to the event.
getConnection() - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Get the database Connection object of this ETD.
getCurRS() - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Get the curRS value.
getCurRSetAgent() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets the current ResultSetAgent object.
getCursorName() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Retrieves the name for the cursor associated with this ResultSet object.
getCursorName() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Retrieves the name for the cursor associated with this ResultSet object.
getDatabaseName() - Method in class com.stc.connector.sqlserveradapter.base.DriverPropertiesURI
Gets databaseName
getDataSource() - Method in class com.stc.connector.sqlserveradapter.appconn.DbApplicationConnectionFactoryImpl
 
getDate(int) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Gets the date value of the indexed parameter.
getDate(int, Calendar) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Gets the date value of the indexed parameter with time zone from calendar.
getDate(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the date value of the specified column.
getDate(String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the date value of the specified column.
getDate(int, Calendar) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the date value of the specified column using the time zone from calendar.
getDate(String, Calendar) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the date value of the specified column using the time zone from calendar.
getDate(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the date value of the specified column.
getDate(String) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the date value of the specified column.
getDate(int, Calendar) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the date value of the specified column using the time zone from calendar.
getDate(String, Calendar) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the date value of the specified column using the time zone from calendar.
getDate(int) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Gets the date value of the indexed parameter.
getDate(int, Calendar) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Gets the date value of the indexed parameter with time zone from calendar.
getDbConnector() - Method in class com.stc.connector.sqlserveradapter.appconn.SqlserverApplicationConnection
 
getDBMS() - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Retrieves the DBMS type.
getDelimiter() - Method in class com.stc.connector.sqlserveradapter.base.DriverPropertiesURI
Gets delimiter
getDouble(int) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Gets the double value of the indexed parameter.
getDouble(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the double value of the specified column.
getDouble(String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the double value of the specified column.
getDouble(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the double value of the specified column..
getDouble(String) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the double value of the specified column.
getDouble(int) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Gets the double value of the indexed parameter.
getFetchDirection() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the direction suggested to the driver as the row fetch direction.
getFetchDirection() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the direction suggested to the driver as the row fetch direction.
getFetchDirection() - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Returns result set fetch direction.
getFetchSize() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the number of rows to fetch suggested to the driver.
getFetchSize() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the number of rows to fetch suggested to the driver
getFetchSize() - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Returns result set prefetch record count.
getFloat(int) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Gets the float value of the indexed parameter.
getFloat(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the float value of the specified column.
getFloat(String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the float value of the specified column.
getFloat(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the float value of the specified column..
getFloat(String) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the float value of the specified column..
getFloat(int) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Gets the float value of the indexed parameter.
getInstance(Class) - Method in class com.stc.connector.sqlserveradapter.base.AgentFactoryImpl
Gets a statement agent instance.
getInstance(Class, int, int) - Method in class com.stc.connector.sqlserveradapter.base.AgentFactoryImpl
Gets a StatementAgent instance with the specified resultset and concurrency types.
getInstance(Class) - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Gets an instance of the named StaementAgent.
getInstance(Class, int, int) - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Gets an instance of the named StaementAgent with the specified resultset and concurrency types.
getInt(int) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Gets the integer value of the indexed parameter.
getInt(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the integer value of the specified column.
getInt(String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the integer value of the specified column.
getInt(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the integer value of the specified column.
getInt(String) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the integer value of the specified column.
getInt(int) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Gets the integer value of the indexed parameter.
getInvalidConnections(Set) - Method in class com.stc.connector.sqlserveradapter.base.SqlserverManagedConnectionFactory
This method returns a set of invalid ManagedConnection objects chosen from a specified set of ManagedConnection objects.
getListenerClass() - Method in class com.stc.connector.sqlserveradapter.base.SQLServerInboundProvider
 
getLong(int) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Gets the long value of the indexed parameter.
getLong(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the long value of the specified column.
getLong(String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the long value of the specified column.
getLong(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the long value of the specified column.
getLong(String) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the long value of the specified column.
getLong(int) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Gets the long value of the indexed parameter.
getManagedConfigurationClassName() - Method in class com.stc.connector.sqlserveradapter.base.SqlserverManagedConnectionFactory
 
getMaxFieldSize() - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Gets the maximum data size for a column.
getMaxRows() - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Gets the maximum number of fetch records in a result set.
getMetaData() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Retrieves a ResultSetMetaData object that contains ResultSet propreties.
getMetaData() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the concurrency mode for this ResultSet object.
getMetaData() - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Returns the session database meta data.
getMoreResults() - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Checks if there are more result set.
getNewTypeFlag() - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Check if it is a new ResultSet type.
getObject(int) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Gets value of the indexed parameter as an instance of Object.
getObject(int, Map) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Gets the value of the indexed parameter as an instance of Object and uses map for the customer mapping of the parameter value.
getObject(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the object value of the specified column.
getObject(String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the object value of the specified column.
getObject(int, Map) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the object value of the specified column using the given type map.
getObject(String, Map) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the object value of the specified column using the given type map.
getObject(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the object value of the specified column.
getObject(String) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the object value of the specified column.
getObject(int, Map) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the object value of the specified column using the given type map.
getObject(String, Map) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the object value of the specified column using the given type map.
getObject(int) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Gets value of the indexed parameter as an instance of Object.
getObject(int, Map) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Gets the value of the indexed parameter as an instance of Object and uses map for the customer mapping of the parameter value.
getOrdinalPosn() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Retrieves ordinal position of the resultset.
getParameter(String) - Method in class com.stc.connector.sqlserveradapter.base.ConfigurationHelper
Gets the Parameter for the path specified.
getParentPreparedStmtAgent() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Retrieves the parent PreparedStatmentAgent.
getPortNumber() - Method in class com.stc.connector.sqlserveradapter.base.DriverPropertiesURI
Gets port number
getPreparedStmt() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Returns the Prepared statement.
getProbabilityIndexForCommitToFail() - Method in class com.stc.connector.sqlserveradapter.base.SqlserverManagedConnectionFactory
 
getQueryTimeout() - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Returns query timeout duration.
getRef(int) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Gets the Ref value of the indexed parameter.
getRef(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the Ref value of the specified column.
getRef(String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the Ref value of the specified column.
getRef(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the Ref value of the specified column.
getRef(String) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the Ref value of the specified column..
getRef(int) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Gets the Ref value of the indexed parameter.
getResultSet() - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Returns the result set of last executed statement.
getResultSet() - Method in class com.stc.connector.sqlserveradapter.base.StatementEventImpl
Gets result set related to the event.
getResultSetConcurrency() - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Returns result set concurrency mode.
getResultSetParamsPosition() - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
gets those parameter positions of a Procedure that are of type ResultSet.
getResultSetsObjects() - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Gets the ResultSets added to this Procedure.
getResultSetType() - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Get result set type.
getResultSetType() - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Returns result set scroll type.
getResultSetTypes() - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Gets the Class info about the ResultSets added to this Procedure.
getRow() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Retrieves the current row number in the result set.
getRow() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Retrieves the current row number in the result set.
getRow() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Retrieves the current row number in the result set.
getRSAgent() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Retrieves the ResultSetAgent.
getRSAgent() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Gets the ResultSetAgent that holds the resultset.
getRSAgentList() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Gets the PreparedStatementResultSet list.
getRSAgentSigs() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Gets ResultSetAgent signatures.
getSection(String) - Method in class com.stc.connector.sqlserveradapter.base.ConfigurationHelper
Gets the Section for the path specified.
getServerName() - Method in class com.stc.connector.sqlserveradapter.base.DriverPropertiesURI
Gets serverName
getShort(int) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Gets the short value of the indexed parameter.
getShort(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the short value of the specified column.
getShort(String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the short value of the specified column.
getShort(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the short value of the specified column.
getShort(String) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the short value of the specified column.
getShort(int) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Gets the short value of the indexed parameter.
getSig(ResultSet) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Gets the signature of ResultSet
getSQLException() - Method in class com.stc.connector.sqlserveradapter.base.SessionEventImpl
Gets SQLException related to the event.
getSQLException() - Method in class com.stc.connector.sqlserveradapter.base.StatementEventImpl
Gets the SQLException related to the event.
getString(int) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Gets the string value of the indexed parameter.
getString(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the string value of the specified column.
getString(String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the string value of the specified column.
getString(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the string value of the specified column.
getString(String) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the string value of the specified column.
getString(int) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Gets the string value of the indexed parameter.
getSupportsBatch() - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
checks to see if the driver supports batch operations.
getTime(int) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Gets the time value of the indexed parameter.
getTime(int, Calendar) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Gets time value of the indexed parameter with time zone from calendar.
getTime(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the time value of the specified column.
getTime(String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the time value of the specified column.
getTime(int, Calendar) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the time value of the specified column using the time zone from calendar.
getTime(String, Calendar) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the time value of the specified column using the time zone from calendar.
getTime(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the time value of the specified column.
getTime(String) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the time value of the specified column.
getTime(int, Calendar) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the time value of the specified column using the time zone from calendar.
getTime(String, Calendar) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the time value of the specified column using the time zone from calendar.
getTime(int) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Gets the time value of the indexed parameter.
getTime(int, Calendar) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Gets time value of the indexed parameter with time zone from calendar.
getTimestamp(int) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Gets the timestamp value of the indexed parameter.
getTimestamp(int, Calendar) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Gets the timestamp value of the indexed parameter with time zone from calendar.
getTimestamp(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the timestamp value of the specified column.
getTimestamp(String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the timestamp value of the specified column.
getTimestamp(int, Calendar) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the timestamp value of the specified column using the time zone from calendar.
getTimestamp(String, Calendar) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the timestamp value of the specified column using the time zone from calendar.
getTimestamp(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the timestamp value of the specified column.
getTimestamp(String) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the timestamp value of the specified column.
getTimestamp(int, Calendar) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the timestamp value of the specified column using the time zone from calendar.
getTimestamp(String, Calendar) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the timestamp value of the specified column using the time zone from calendar.
getTimestamp(int) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Gets the timestamp value of the indexed parameter.
getTimestamp(int, Calendar) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Gets the timestamp value of the indexed parameter with time zone from calendar.
getTransactionIsolation() - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Gets the transaction isolation level for the connection.
getTransactionIsolation() - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Returns the session transaction isolation level.
getType() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Retrieves the scroll type of cursor associated with the result set.
getType() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Retrieves the scroll type of cursor associated with the result set.
getTypeMap() - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Returns the session type map for user-defined type.
getUpdateCount() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Returns the records count of the last executed statement.
getUpdateCount() - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Returns the records count of the last executed statement.
getUpdateCount() - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
 
getWarnings() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gets the first SQLWarning that has been reported for this object.
getWarnings() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gets the first SQLWarning that has been reported for this object..
getWarnings() - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Gets the first SQLWarning that has been reported for this object.

I

init(DataSource, Properties) - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Initialize DbConnector
init(DBActivationSpecExt) - Method in class com.stc.connector.sqlserveradapter.base.SQLServerInboundProvider
 
init(DataSource, Properties) - Method in class com.stc.connector.sqlserveradapter.SqlserverConnector
Initialize SQL Server Connector.
insert() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Prepares a SQL statement for insert.
insertRow() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Inserts the contents of the insert row into the result set and the database.
insertRow() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Inserts the contents of the insert row into the result set and the database.
insertRow() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Inserts the contents of the current row into the database.
inValidateConnection(SQLException) - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Sets the flag inside JDBC Connector for invalid connection when an exception occurs.
invokeAdditionConfigMethods(Object) - Method in class com.stc.connector.sqlserveradapter.base.MCConfiguration
Invoke each of the additional config method with the values passed.
isAfterLast() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Determines whether the cursor is after the last row of the result set.
isAfterLast() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Determines whether the cursor is after the last row of the result set.
isAfterLast() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Determines whether the cursor is after the last row of the result set.
isBeforeFirst() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Determines whether the cursor is before the first row of the result set.
isBeforeFirst() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Determines whether the cursor is before the first row of the result set.
isBeforeFirst() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Determines whether the cursor is before the first row of the result set.
isClosed() - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Returns the session open status.
isClosed() - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Returns the session open status.
isConnected() - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Returns the connection status.
isConnected - Variable in class com.stc.connector.sqlserveradapter.base.SessionImpl
 
isConnected() - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Returns the connection status.
isFirst() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Determines whether the cursor is on the first row of the result set.
isFirst() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Determines whether the cursor is on the first row of the result set.
isFirst() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Determines whether the cursor is on the first row of the result set.
isLast() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Determines whether the cursor is on the last row of the result set.
isLast() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Determines whether the cursor is on the last row of the result set.
isLast() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Determines whether the cursor is on the last row of the result set.
isNativeDriver() - Method in class com.stc.connector.sqlserveradapter.SqlserverSession
Check to see if it is a native driver
isOpen() - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Checks if the DbConnector has a open connection.
isReadOnly() - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Returns the session read only status.

L

last() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Moves the cursor to the last row of the result set.
last() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Moves the cursor to the last row of the result set.
last() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Moves the cursor to the last row of the result set.
listener - Variable in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
A StatementEventListener instance.
loc(String, Object...) - Static method in class com.stc.connector.sqlserveradapter.Localizer
 
Localizer - Class in com.stc.connector.sqlserveradapter
 
Localizer() - Constructor for class com.stc.connector.sqlserveradapter.Localizer
 
lookup(String) - Method in class com.stc.connector.sqlserveradapter.base.AgentFactoryImpl
Lookups a StatementAgent instance using its class name.

M

main(String[]) - Static method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Main test program.
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in class com.stc.connector.sqlserveradapter.base.SqlserverManagedConnectionFactory
Returns a matched connection from the candidate set of connections.
matchResultSetSignature(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Matches a particular Result Set's Column sigature with the current one and if so, points the current Result Set Agent to it.
mBaseFactory - Variable in class com.stc.connector.sqlserveradapter.base.SqlserverManagedConnectionFactory
 
mBaseFactoryClassName - Variable in class com.stc.connector.sqlserveradapter.base.SqlserverManagedConnectionFactory
 
MCConfiguration - Class in com.stc.connector.sqlserveradapter.base
Managed Connection Configuration.
MCConfiguration(String) - Constructor for class com.stc.connector.sqlserveradapter.base.MCConfiguration
Creates a new instance of MCConfiguration
mDataSource - Variable in class com.stc.connector.sqlserveradapter.appconn.DbApplicationConnectionFactoryImpl
A DataSource instance used for a creating connection.
mDbConnector - Variable in class com.stc.connector.sqlserveradapter.appconn.DbApplicationConnection
A database connector which provides an entry point to all the DB eWay services.
mManagedConfiguration - Variable in class com.stc.connector.sqlserveradapter.base.SqlserverManagedConnectionFactory
 
mManagedConfigurationClassName - Variable in class com.stc.connector.sqlserveradapter.base.SqlserverManagedConnectionFactory
 
moveToCurrentRow() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Moves the cursor to the current row that associated with an updatable result set.
moveToCurrentRow() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Moves the cursor to the remembered cursor position in the result set before it was moved to the insert row.
moveToCurrentRow() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Moves the current position to the current row.
moveToInsertRow() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Moves the cursor to the insert row that associated with an updatable result set.
moveToInsertRow() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Moves the cursor to the insert row that associated with an updatable result set.
moveToInsertRow() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Moves the current position to a new insert row.
mProbabilityIndexForCommitToFail - Variable in class com.stc.connector.sqlserveradapter.base.SqlserverManagedConnectionFactory
 

N

next() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Moves the cursor to the next row of the result set.
next() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Moves the cursor to the next row of the result set.
next() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Moves the cursor to the next row of the result set.
next() - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementResultSet
Moves the cursor to the next row of the result set.
nParam - Variable in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Number of parameters.
nUpdateCount - Variable in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sybase native driver cannot call getUpdateCount more than once after execute or getMoreResults, need to save the count.

O

onContents(HashMap) - Method in interface com.stc.connector.sqlserveradapter.base.DbListener
DOCUMENT ME!
open(DataSource, Properties) - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Requests the DbConnector object to open a connection and allocate necessary resources.
open() - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Opens the session.
open(DataSource, Properties) - Method in class com.stc.connector.sqlserveradapter.SqlserverConnector
Requests the DbConnector object to open a connection and allocate necessary resources.
open() - Method in class com.stc.connector.sqlserveradapter.SqlserverSession
Opens the session.

P

password - Variable in class com.stc.connector.sqlserveradapter.base.SessionImpl
Password for database login.
PreparedStatementAgentImpl - Class in com.stc.connector.sqlserveradapter.base
Agent hosts PreparedStatement interface
PreparedStatementAgentImpl() - Constructor for class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Default constructor.
PreparedStatementAgentImpl(Session) - Constructor for class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
PreparedStatementAgent constructor.
PreparedStatementAgentImpl(Session, int, int) - Constructor for class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
PreparedStatementAgent constructor.
PreparedStatementAgentImpl(Session, String) - Constructor for class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
PreparedStatementAgent constructor.
PreparedStatementAgentImpl(Session, String, int, int) - Constructor for class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
PreparedStatementAgent constructor.
PreparedStatementResultSetImpl - Class in com.stc.connector.sqlserveradapter.base
Base class for Result Sets returned from a Prepared Statement execution.
PreparedStatementResultSetImpl(ResultSetAgent) - Constructor for class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Constructs a Prepared Statement Result Set object.
PreparedStatementResultSetImpl(int, PreparedStatementAgent) - Constructor for class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Constructs a Prepared Statement Result Set object.
previous() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Moves the cursor to the previous row of the result set.
previous() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Moves the cursor to the previous row of the result set.
previous() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Moves the cursor to the previous row of the result set.
PROBABILITY_FOR_COMMIT_TOFAIL_PARAMNAME - Static variable in class com.stc.connector.sqlserveradapter.base.MCConfiguration
 

Q

queryName() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Retrieves a ResultSetMetaData object that contains ResultSet propreties.
queryName() - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Retrieves the name of the listener.

R

refreshRow() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Replaces the values int the current row of the result set with their current values in the database.
refreshRow() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Replaces the values int the current row of the result set with their current.
refreshRow() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Refreshes the current row with its most recent value from the database.
registerOutParameter(int, int) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Registers the indexed OUT parameter with specified type.
registerOutParameter(int, int, int) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Registers the indexed OUT parameter with specified type and scale.
registerOutParameter(int, int, String) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Registers the indexed OUT parameter with specified user-named type or REF type.
registerOutParameter(int, int) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Registers the indexed OUT parameter with specified type.
registerOutParameter(int, int, int) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Registers the indexed OUT parameter with specified type and scale.
registerOutParameter(int, int, String) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Registers the indexed OUT parameter with specified user-named type or REF type.
registerOutParameters() - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Registers all output parameters of the prepared call.
registerOutParameters() - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Registers all output parameters of the prepared call.
relative(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Moves the cursor to the specified row relative to current row of the result set.
relative(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Moves the cursor to the specified row relative to current row of the result set.
relative(int) - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Moves the cursor to the specified row relative to current row of the result set.
release() - Method in class com.stc.connector.sqlserveradapter.base.AgentFactoryImpl
Releases agent factory resources.
release() - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Releases all the DbConnector resources.
releaseResources() - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Releases connection resources.
removeSessionEventListener(SessionEventListener) - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Removes sessoin event listener.
requestReset() - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Receives a request to reset the data content of the DB ETD.
requestReset() - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Request that a reset be done on the data content of the DB ETD.
resultsAvailable() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Determines whether results (Update Counts and/or Result Sets) are available after an execute.
resultsAvailable() - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
 
resultSet - Variable in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
A ResultSet object which holds the result set.
ResultSetAgentImpl - Class in com.stc.connector.sqlserveradapter.base
Agent hosts ResultSet interface.
ResultSetAgentImpl(Session) - Constructor for class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
ResultSetAgentImpl constructor.
resultSetConcurMap - Static variable in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Map resultet concurrency to string.
resultSetConcurToString(int) - Static method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Gets the symbol string corresponding to the ResultSet Concurrency enumeration.
resultsetDirection - Variable in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Current resultset direction.
resultSetDirMap - Static variable in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Map resultset direction to string.
resultSetDirToString(int) - Static method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Gets the symbol string corresponding to the ResultSet Direction enumeration.
resultSetOpen(StatementEvent) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Handles resultSetOpen event.
resultSetToBeOpened() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Signals a result set is going to be opened.
resultSetType - Variable in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Holds the Result Set type.
resultsetType - Variable in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Current resultset type.
resultSetTypeMap - Static variable in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Map resultset type to string.
resultSetTypeToString(int) - Static method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Gets the symbol string corresponding to the ResultSet Type enumeration.
retResultSet - Variable in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Indicator if the user wants Result Set to be returned or not.
retUpdateCount - Variable in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Indicator if the user wants update count to be returned or not.
rollback() - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Rollbacks a transaction for the connection.
rollback() - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Rollbacks a transaction for the connection.
rowDeleted() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Determines whether the current row in the result set has been deleted.
rowDeleted() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Checks if the current row has been deleted.
rowInserted() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Determines whether the current row in this result set has been inserted..
rowInserted() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Checks if the current row has been inserted.
rowUpdated() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Determines whether the current row int the result set has been updated..
rowUpdated() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Checks if the current row has been updated.
rsmd - Variable in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Holds the Result Set metadata.

S

sCommand - Variable in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Prepared SQL statement.
select(String) - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Select table records according to the where condition if any.
sendMessage(MessageEndpoint, HashMap) - Method in class com.stc.connector.sqlserveradapter.base.SQLServerInboundProvider
 
SEPARATOR - Static variable in class com.stc.connector.sqlserveradapter.base.ConfigurationHelper
The path separator string
SEPARATOR_CHAR - Static variable in class com.stc.connector.sqlserveradapter.base.ConfigurationHelper
The path separator character
session - Variable in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
A Session object to hold connection information.
session - Variable in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
A Session object which holds the current connection.
session - Variable in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
A Session instance that holds the connection information.
sessionClose(SessionEvent) - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Processes a sessionClose event.
sessionClose(SessionEvent) - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Processes sessionClose event.
sessionClosed(SessionEvent) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Processes a SessionClose event for a Stored Procedure.
SessionEventImpl - Class in com.stc.connector.sqlserveradapter.base
 
SessionEventImpl(Session) - Constructor for class com.stc.connector.sqlserveradapter.base.SessionEventImpl
SessionEventImpl constructor
SessionEventImpl(Session, SQLException) - Constructor for class com.stc.connector.sqlserveradapter.base.SessionEventImpl
SessionEventImpl constructor.
sessionEventListeners - Variable in class com.stc.connector.sqlserveradapter.base.SessionImpl
A vector of Session event listners.
SessionFactory - Class in com.stc.connector.sqlserveradapter.base
Factory to create a Session instance.
SessionFactory() - Constructor for class com.stc.connector.sqlserveradapter.base.SessionFactory
Creates a new session factory.
SessionImpl - Class in com.stc.connector.sqlserveradapter.base
Session hosts a Connection interface.
SessionImpl(DataSource, String, String) - Constructor for class com.stc.connector.sqlserveradapter.base.SessionImpl
SessionImpl constructor.
sessionOpen(SessionEvent) - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Processes a SessionOpen event.
sessionOpen(SessionEvent) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Processes a SessionOpen event.
sessionOpen(SessionEvent) - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Processes a sessionOpen event.
sessionOpen(SessionEvent) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Processes a SessionOpen event.
sessionReset(SessionEvent) - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Processes a sessionReset event.
sessionReset(SessionEvent) - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Processes sessionReset event.
setArray(int, Array) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets the Array value of indexed parameter.
setAsciiStream(int, InputStream, int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets the character value of indexed parameter with an input stream and specified length.
setAutoCommit(boolean) - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Sets the AutoCommit mode of the connection.
setAutoCommit(boolean) - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Sets the session auto commit property.
setBaseFactoryClassName(String) - Method in class com.stc.connector.sqlserveradapter.base.SqlserverManagedConnectionFactory
 
setBigDecimal(int, BigDecimal) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets the decimal value of indexed parameter.
setBinaryStream(int, InputStream, int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets the binary value of indexed parameter with an input stream and specified length.
setBlob(int, Blob) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets the Blob value of indexed parameter.
setBoolean(int, boolean) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets the boolean value of indexed parameter.
setByte(int, byte) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets the byte value of indexed parameter.
setBytes(int, byte[]) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets the byte array value of indexed parameter.
setCatalog(String) - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Sets the catalog name of the connection.
setCatalog(String) - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Sets the session catalog property.
setCharacterStream(int, Reader, int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets the character value of indexed parameter with a reader stream and specified length.
setClob(int, Clob) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets the Clob value of indexed parameter.
setClob(int, Object) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Sets the Clob value of the indexed parameter.
setColumns(String[]) - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Specifies the desired columns of the table.
setConcurrencyToReadOnly() - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Set concurrency type of the session to read only.
setConcurrencyToUpdatable() - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Set concurrency type of the session to updatable.
setConcurrencyType(int) - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Set the concurrency type of the connection.
setConcurrencyType(int) - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Set the concurrency type of the connection.
setConfiguration(ConfigurationHelper, Object) - Method in class com.stc.connector.sqlserveradapter.base.MCConfiguration
 
setConfiguration(String) - Method in class com.stc.connector.sqlserveradapter.base.SqlserverManagedConnectionFactory
 
setCurRS(ResultSet) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Set the curRS value.
setCurRSetAgent(ResultSetAgent) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets the current ResultSetAgent object.
setCursorName(String) - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Sets result set cursor name.
setDatabaseName(String) - Method in class com.stc.connector.sqlserveradapter.base.DriverPropertiesURI
Sets databaseName
setDate(int, Date) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets the date value of indexed parameter.
setDate(int, Date, Calendar) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets the date value of indexed parameter with time zone from calendar.
setDBMS(int) - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Sets the DBMS type.
setDBMS(int) - Method in class com.stc.connector.sqlserveradapter.SqlserverSession
Sets the DBMS type.
setDelimiter(String) - Method in class com.stc.connector.sqlserveradapter.base.DriverPropertiesURI
Sets delimiter
setDouble(int, double) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets the double value of indexed parameter.
setEscapeProcessing(boolean) - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Sets escape syntax processing mode.
setExtendedOptions(String) - Method in class com.stc.connector.sqlserveradapter.base.DriverPropertiesURI
For DataDirect drivers, this value needs to be set for reconnection to work after the database toggles.
setFetchDirection(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gives the driver a hint as to the row process direction.
setFetchDirection(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gives the driver a hint as to the row process direction.
setFetchDirection(int) - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Sets result set fetch direction.
setFetchSize(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Gives the drivers a hint as to the number of rows that should be fetched each time.
setFetchSize(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Gives the drivers a hint as to the number of rows that should be fetched each time.
setFetchSize(int) - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Sets result set prefetch record count.
setFloat(int, float) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets the float value of indexed parameter.
setInt(int, int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets the integer value of indexed parameter.
setLong(int, long) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets the long value of indexed parameter.
setManagedConfigurationClassName(String) - Method in class com.stc.connector.sqlserveradapter.base.SqlserverManagedConnectionFactory
 
setMaxFieldSize(int) - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Sets maximum data size for a column.
setMaxRows(int) - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Sets maximum number of fetch records.
setMCF(SqlserverManagedConnectionFactory) - Method in class com.stc.connector.sqlserveradapter.base.SqlserverResourceAdapter
 
setNewTypeFlag(boolean) - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Set whether this is a new ResultSet type.
setNull(int, int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Nullifies value of the indexed parameter.
setNull(int, int, String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Nullifies value of indexed parameter.
setObject(int, Object) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets value of indexed parameter with an object.
setObject(int, Object, int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets value of indexed parameter with data type conversion.
setObject(int, Object, int, int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets value of indexed parameter with data type conversion and specified scale.
setPortNumber(String) - Method in class com.stc.connector.sqlserveradapter.base.DriverPropertiesURI
sets port number
setProbabilityIndexForCommitToFail(String, Object) - Method in class com.stc.connector.sqlserveradapter.base.MCConfiguration
This method sets the value of PROBABILITY_FOR_COMMIT_TOFAIL_PARAMNAME on the JDBCConnector MCF.
setProbabilityIndexForCommitToFail(String) - Method in class com.stc.connector.sqlserveradapter.base.SqlserverManagedConnectionFactory
 
setQueryTimeout(int) - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Sets query timeout duration.
setReadOnly(boolean) - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Sets the session read only property.
setRef(int, Ref) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets the Ref value of indexed parameter.
setResourceAdapter(ResourceAdapter) - Method in class com.stc.connector.sqlserveradapter.base.SqlserverManagedConnectionFactory
Associate this ManagedConnectionFactory JavaBean with a ResourceAdapter JavaBean.
setResultSetAgent(ResultSetAgent) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Sets the underlying ResultSetAgent control for this Result Set.
setResultSetParamsPosition(int[]) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
marks those parameters of a Procedure that are of type ResultSet.
setResultSetsObjects(SqlserverCallableStatementResultSet[]) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
sets the ResultSets added to this Procedure.
setResultSetType(int) - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Set the resultset type of the connection.
setResultSetType(int) - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Set the resultset type of the connection.
setResultSetTypes(Class[]) - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
sets the Class info about the ResultSets added to this Procedure.
setRSAgentList(PreparedStatementResultSet[]) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets PreparedStatementResultSet list.
setRSAgentSigs(String[]) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets ResultSetAgent signatures.
setRSReadOnly() - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Force it to read only so that we can satisfy Clover tests.
setScrollTypeToForwardOnly() - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Set result set type of the session to be forward only.
setScrollTypeToScrollInsensitive() - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Set result set type of the session to be insensitive.
setScrollTypeToScrollSensitive() - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Set result set type of the session to be sensitive.
setServerName(String) - Method in class com.stc.connector.sqlserveradapter.base.DriverPropertiesURI
Sets serverName
setShort(int, short) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets the short value of indexed parameter.
setSqlserverCursorOrds(int[]) - Method in class com.stc.connector.sqlserveradapter.SqlserverPreparedStatementAgent
Sets the SQL Server cursor ordinals.
setString(int, String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets the string value of indexed parameter.
setTable(String) - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Sets the name of the table that is being processed.
setTime(int, Time) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets the time value of indexed parameter.
setTime(int, Time, Calendar) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets the time value of indexed parameter with time zone from calendar.
setTimestamp(int, Timestamp) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets the timestamp value of indexed parameter.
setTimestamp(int, Timestamp, Calendar) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementAgentImpl
Sets the timestamp value of indexed parameter with time zone from calendar.
setTransactionIsolation(int) - Method in class com.stc.connector.sqlserveradapter.base.DbConnectorImpl
Sets the transaction isolation level for the connection.
setTransactionIsolation(int) - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Sets the session transaction isolation level.
setTypeMap(Map) - Method in class com.stc.connector.sqlserveradapter.base.SessionImpl
Sets the session type map for user-defined type.
sName - Variable in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Holds the instance name.
sqlException - Variable in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Holds the last SQLException.
sqlException - Variable in class com.stc.connector.sqlserveradapter.base.SessionImpl
A SQLException instance used to hold the last exception.
sqlException - Variable in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
A SQLException instance used for holding error information.
SqlserverApplicationConnection - Class in com.stc.connector.sqlserveradapter.appconn
This class implements the ApplicationConnection interface for the Db Application Connection.
SqlserverApplicationConnection(DataSource) - Constructor for class com.stc.connector.sqlserveradapter.appconn.SqlserverApplicationConnection
Creates a new instance of SqlserverApplicationConnection .
SqlserverApplicationConnection(DataSource, Properties) - Constructor for class com.stc.connector.sqlserveradapter.appconn.SqlserverApplicationConnection
Creates a new instance of SqlserverApplicationConnection .
SqlserverApplicationConnectionFactory - Class in com.stc.connector.sqlserveradapter.appconn
A factory class for creating SqlserverApplicationConnection.
SqlserverApplicationConnectionFactory(DataSource) - Constructor for class com.stc.connector.sqlserveradapter.appconn.SqlserverApplicationConnectionFactory
Creates a new instance of SqlserverApplicationConnectionFactory.
SqlserverApplicationConnectionFactory(DataSource, ConnectionManager) - Constructor for class com.stc.connector.sqlserveradapter.appconn.SqlserverApplicationConnectionFactory
Creates a new instance of DbApplicationConnectionFactory.
SqlserverCallableStatementAgent - Class in com.stc.connector.sqlserveradapter
Agent hosts an SqlserverCallableStatement.
SqlserverCallableStatementAgent() - Constructor for class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Default constructor.
SqlserverCallableStatementAgent(Session, String) - Constructor for class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
SqlserverCallableStatementAgent constructor.
SqlserverCallableStatementAgent(Session, int, int) - Constructor for class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
SqlserverCallableStatementAgent constructor.
SqlserverCallableStatementAgent(Session, String, int, int) - Constructor for class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
SqlserverCallableStatementAgent constructor.
SqlserverCallableStatementResultSet - Class in com.stc.connector.sqlserveradapter
ResultSet to map SQL Server Stored Procedure parameters of type cursor.
SqlserverCallableStatementResultSet(Session, StatementAgent, Integer) - Constructor for class com.stc.connector.sqlserveradapter.SqlserverCallableStatementResultSet
 
SqlserverConnection - Class in com.stc.connector.sqlserveradapter.base
 
SqlserverConnection(InboundProvider) - Constructor for class com.stc.connector.sqlserveradapter.base.SqlserverConnection
 
SqlserverConnector - Class in com.stc.connector.sqlserveradapter
Connector class for Sqlserver database e*Way
SqlserverConnector() - Constructor for class com.stc.connector.sqlserveradapter.SqlserverConnector
Creates a new SqlserverConnector
SQLServerInboundProvider - Class in com.stc.connector.sqlserveradapter.base
The provider for the SQLServer specific DB inbound connection
SQLServerInboundProvider() - Constructor for class com.stc.connector.sqlserveradapter.base.SQLServerInboundProvider
 
SqlserverInboundWork - Class in com.stc.connector.sqlserveradapter.base
 
SqlserverInboundWork(MessageEndpointFactory, WorkManager, InboundProvider) - Constructor for class com.stc.connector.sqlserveradapter.base.SqlserverInboundWork
 
SqlserverManagedConnectionFactory - Class in com.stc.connector.sqlserveradapter.base
Managed Connection Factory for a Sqlserver MCF this class delegates to
SqlserverManagedConnectionFactory() - Constructor for class com.stc.connector.sqlserveradapter.base.SqlserverManagedConnectionFactory
Default Constructor
SqlserverPreparedStatementAgent - Class in com.stc.connector.sqlserveradapter
Agent hosts PreparedStatement interface for Sqlserver.
SqlserverPreparedStatementAgent() - Constructor for class com.stc.connector.sqlserveradapter.SqlserverPreparedStatementAgent
Default constructor to create an SqlserverPraparedStatementAgent instance.
SqlserverPreparedStatementAgent(Session) - Constructor for class com.stc.connector.sqlserveradapter.SqlserverPreparedStatementAgent
Constructor to create an SqlserverPraparedStatementAgent instance.
SqlserverPreparedStatementAgent(Session, int, int) - Constructor for class com.stc.connector.sqlserveradapter.SqlserverPreparedStatementAgent
Constructor to create an SqlserverPraparedStatementAgent instance.
SqlserverPreparedStatementAgent(Session, String) - Constructor for class com.stc.connector.sqlserveradapter.SqlserverPreparedStatementAgent
Constructor to create an SqlserverPraparedStatementAgent instance.
SqlserverPreparedStatementAgent(Session, String, int, int) - Constructor for class com.stc.connector.sqlserveradapter.SqlserverPreparedStatementAgent
Constructor to create an SqlserverPraparedStatementAgent instance.
SqlserverPreparedStatementResultSet - Class in com.stc.connector.sqlserveradapter
ResultSet to map selected records of table in SQL Server.
SqlserverPreparedStatementResultSet(ResultSetAgent) - Constructor for class com.stc.connector.sqlserveradapter.SqlserverPreparedStatementResultSet
Constructs an Sqlserver Prepared Statement Result Set object.
SqlserverPreparedStatementResultSet(int, PreparedStatementAgent) - Constructor for class com.stc.connector.sqlserveradapter.SqlserverPreparedStatementResultSet
Constructs a Prepared Statement ResultSet object.
SqlserverResourceAdapter - Class in com.stc.connector.sqlserveradapter.base
 
SqlserverResourceAdapter() - Constructor for class com.stc.connector.sqlserveradapter.base.SqlserverResourceAdapter
 
SqlserverSession - Class in com.stc.connector.sqlserveradapter
Session hosts a Connection interface
SqlserverSession(DataSource, String, String) - Constructor for class com.stc.connector.sqlserveradapter.SqlserverSession
SqlserverSession constructor.
SqlserverTableResultSet - Class in com.stc.connector.sqlserveradapter
ResultSet to map selected records of table in SQL Server.
SqlserverTableResultSet(Session) - Constructor for class com.stc.connector.sqlserveradapter.SqlserverTableResultSet
SqlserverTableResultSet constructor.
SqlserverTableResultSet(Session, int, int) - Constructor for class com.stc.connector.sqlserveradapter.SqlserverTableResultSet
SqlserverTableResultSet constructor.
statement - Variable in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
A Statement instance used for SQL operations.
StatementAgentImpl - Class in com.stc.connector.sqlserveradapter.base
Agent hosts a managed Statement object
StatementAgentImpl() - Constructor for class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Default StatementAgentImpl constructor
StatementAgentImpl(Session) - Constructor for class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
StatementAgentImpl constructor
StatementAgentImpl(Session, int, int) - Constructor for class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
StatementAgentImpl constructor
statementClassName - Variable in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
StatementAgent instance class name.
statementClose(StatementEvent) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Handles statementClose event.
StatementEventImpl - Class in com.stc.connector.sqlserveradapter.base
 
StatementEventImpl(StatementAgent) - Constructor for class com.stc.connector.sqlserveradapter.base.StatementEventImpl
StatementEventImpl constructor.
StatementEventImpl(StatementAgent, ResultSet) - Constructor for class com.stc.connector.sqlserveradapter.base.StatementEventImpl
StatementEventImpl constructor.
StatementEventImpl(StatementAgent, SQLException) - Constructor for class com.stc.connector.sqlserveradapter.base.StatementEventImpl
StatementEventImpl constructor.
statementReset(StatementEvent) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Handles statementReset event.
stmtInvoke(String, Class[], Object[]) - Method in class com.stc.connector.sqlserveradapter.base.StatementAgentImpl
Invokes a method of the database Statement object of this ETD.
stop() - Method in class com.stc.connector.sqlserveradapter.base.SqlserverManagedConnectionFactory
 

T

TableResultSetImpl - Class in com.stc.connector.sqlserveradapter.base
ResultSet to map selected records of table in the database.
TableResultSetImpl(Session) - Constructor for class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
TableResultSetImpl constructor.
TableResultSetImpl(Session, int, int) - Constructor for class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
TableResultSetImpl constructor.
toString() - Method in class com.stc.connector.sqlserveradapter.base.DriverPropertiesURI
toString()

U

update(String) - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Update table records according to the where condition if any.
updateAsciiStream(int, InputStream, int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with an InputStream object of specified length.
updateAsciiStream(String, InputStream, int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with an InputStream object of specified length.
updateAsciiStream(int, InputStream, int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with an InputStream object of specified length.
updateAsciiStream(String, InputStream, int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with an InputStream object of specified length.
updateBigDecimal(int, BigDecimal) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a BigDecimal object.
updateBigDecimal(String, BigDecimal) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a BigDecimal object.
updateBigDecimal(int, BigDecimal) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a BigDecimal object.
updateBigDecimal(String, BigDecimal) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a BigDecimal object.
updateBinaryStream(int, InputStream, int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with an InputStream object of specified length.
updateBinaryStream(String, InputStream, int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with an InputStream object of specified length.
updateBinaryStream(int, InputStream, int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with an InputStream object of specified length.
updateBinaryStream(String, InputStream, int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with an InputStream object of specified length.
updateBoolean(int, boolean) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a boolean value.
updateBoolean(String, boolean) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a boolean value.
updateBoolean(int, boolean) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a boolean value.
updateBoolean(String, boolean) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a boolean value.
updateByte(int, byte) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a byte value.
updateByte(String, byte) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a byte value.
updateByte(int, byte) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a byte value.
updateByte(String, byte) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a byte value.
updateBytes(int, byte[]) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a byte array value.
updateBytes(String, byte[]) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a byte array value.
updateBytes(int, byte[]) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a byte array value.
updateBytes(String, byte[]) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a byte array value.
updateCharacterStream(String, Reader, int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a Reader object of specified length.
updateCharacterStream(int, Reader, int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a Reader object of specified length.
updateCharacterStream(String, Reader, int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a Reader object of specified length.
updateCharacterStream(int, Reader, int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a Reader object of specified length.
updateDate(int, Date) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a Date object.
updateDate(String, Date) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a Date object.
updateDate(int, Date) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a Date object.
updateDate(String, Date) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a Date object.
updateDouble(int, double) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a double value.
updateDouble(String, double) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a double value.
updateDouble(int, double) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a double value.
updateDouble(String, double) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a double value.
updateFloat(int, float) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a float value.
updateFloat(String, float) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a float value.
updateFloat(int, float) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a float value.
updateFloat(String, float) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a float value.
updateInt(int, int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with an integer value.
updateInt(String, int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with an integer value.
updateInt(int, int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with an integer value.
updateInt(String, int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with an integer value.
updateLong(int, long) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a long value.
updateLong(String, long) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a long value.
updateLong(int, long) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a long value.
updateLong(String, long) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a long value.
updateNull(int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated nullable column with a null value.
updateNull(String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated nullable column with a null value.
updateNull(int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated nullable column with a null value.
updateNull(String) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated nullable column with a null value.
updateObject(int, Object) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a Object value.
updateObject(String, Object) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a Object value.
updateObject(int, Object, int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a Object value with the specified scale.
updateObject(String, Object, int) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a Object value with the specified scale.
updateObject(int, Object) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a Object value.
updateObject(String, Object) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a Object value.
updateObject(int, Object, int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a Object value with the specified scale.
updateObject(String, Object, int) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a Object value with the specified scale.
updateRow() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the underlying database with the new contents of the current row.
updateRow() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the underlying database with the new contents of the current row.
updateRow() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Updates the contents of the current row into the database.
updateShort(int, short) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a short value.
updateShort(String, short) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a short value.
updateShort(int, short) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a short value.
updateShort(String, short) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a short value.
updateString(int, String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a String object.
updateString(String, String) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a String object.
updateString(int, String) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a String object.
updateString(String, String) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a String object.
updateTime(int, Time) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a Time object.
updateTime(String, Time) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a Time object.
updateTime(int, Time) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a Time object.
updateTime(String, Time) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a Time object.
updateTimestamp(int, Timestamp) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a Timestamp object.
updateTimestamp(String, Timestamp) - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Updates the designated column with a Timestamp object.
updateTimestamp(int, Timestamp) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a Timestamp object.
updateTimestamp(String, Timestamp) - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Updates the designated column with a Timestamp object.
userName - Variable in class com.stc.connector.sqlserveradapter.base.SessionImpl
User name for database login.

W

wasNull() - Method in class com.stc.connector.sqlserveradapter.base.CallableStatementAgentImpl
Checks whether or not the last OUT parameter read had the SQL NULL value.
wasNull() - Method in class com.stc.connector.sqlserveradapter.base.PreparedStatementResultSetImpl
Checks to see if the last value read was SQL NULL or not.
wasNull() - Method in class com.stc.connector.sqlserveradapter.base.ResultSetAgentImpl
Checks to see if the last value read was SQL NULL or not..
wasNull() - Method in class com.stc.connector.sqlserveradapter.base.TableResultSetImpl
Checks if the last data retrieved is NULL.
wasNull() - Method in class com.stc.connector.sqlserveradapter.SqlserverCallableStatementAgent
Checks whether or not the last OUT parameter read had the SQL NULL value.

A B C D E F G I L M N O P Q R S T U W
SQLServer eWay API