- CACHED_PROCEDURE - Static variable in class org.teiid.client.plan.Annotation
-
- CallableStatementImpl - Class in org.teiid.jdbc
-
- cancel(boolean) - Method in class org.teiid.client.util.ResultsFuture
-
- cancel(boolean) - Method in class org.teiid.jdbc.EnhancedTimer.Task
-
- cancel() - Method in class org.teiid.jdbc.EnhancedTimer.Task
-
- cancel() - Method in class org.teiid.jdbc.StatementImpl
-
- cancelRequest(long) - Method in interface org.teiid.client.DQP
-
- cancelRowUpdates() - Method in class org.teiid.jdbc.ResultSetImpl
-
- CASE_SENSITIVE - Static variable in interface org.teiid.client.metadata.ResultsMetadataConstants
-
- changeUser(String, String) - Method in class org.teiid.jdbc.ConnectionImpl
-
- changeUser(String, String) - Method in interface org.teiid.jdbc.TeiidConnection
-
Re-authenticate with the given username and password.
- checkClosed() - Method in class org.teiid.jdbc.ResultSetImpl
-
- checkNotForwardOnly() - Method in class org.teiid.jdbc.ResultSetImpl
-
- checkStatement() - Method in class org.teiid.jdbc.StatementImpl
-
This utility method checks if the jdbc statement is closed and
throws an exception if it is closed.
- CLASS_CONNECTION_EXCEPTION - Static variable in class org.teiid.jdbc.SQLStates
-
Identifies the SQLState class Connection Exception (08).
- CLASS_INVALID_AUTHORIZATION_SPECIFICATION - Static variable in class org.teiid.jdbc.SQLStates
-
Identifies the SQLState class Invalid Authorization Specification (28).
- CLASS_USAGE_ERROR - Static variable in class org.teiid.jdbc.SQLStates
-
- cleanUp() - Method in interface org.teiid.net.ServerConnection
-
- cleanUp() - Method in class org.teiid.net.socket.SocketServerConnection
-
- clear() - Method in class org.teiid.client.ResizingArrayList
-
- clearBatch() - Method in class org.teiid.jdbc.PreparedStatementImpl
-
Makes the set of commands in the current batch empty.
- clearBatch() - Method in class org.teiid.jdbc.StatementImpl
-
- clearParameters() - Method in class org.teiid.jdbc.PreparedStatementImpl
-
Clears the values set for the PreparedStatement object's IN parameters and
releases the resources used by those values.
- clearWarnings() - Method in class org.teiid.jdbc.ConnectionImpl
-
- clearWarnings() - Method in class org.teiid.jdbc.ResultSetImpl
-
- clearWarnings() - Method in class org.teiid.jdbc.StatementImpl
-
- CLIENT_HOSTNAME - Static variable in interface org.teiid.net.TeiidURL.CONNECTION
-
- CLIENT_IP_ADDRESS - Static variable in interface org.teiid.net.TeiidURL.CONNECTION
-
- CLIENT_MAC - Static variable in interface org.teiid.net.TeiidURL.CONNECTION
-
- close() - Method in class org.teiid.client.lob.LobChunkInputStream
-
- close() - Method in interface org.teiid.client.lob.LobChunkProducer
-
Close the underlaying stream of producing the chunks
- close() - Method in class org.teiid.client.lob.StreamingLobChunckProducer
-
- close() - Method in class org.teiid.jdbc.CallableStatementImpl
-
- close() - Method in class org.teiid.jdbc.ConnectionImpl
-
- close() - Method in class org.teiid.jdbc.ResultSetImpl
-
- close() - Method in class org.teiid.jdbc.StatementImpl
-
- close() - Method in class org.teiid.jdbc.XAConnectionImpl
-
- close() - Method in interface org.teiid.net.ServerConnection
-
- close() - Method in interface org.teiid.net.socket.ObjectChannel
-
- close() - Method in class org.teiid.net.socket.SocketServerConnection
-
- closeLobChunkStream(int, long, String) - Method in interface org.teiid.client.DQP
-
- closeOnCompletion() - Method in class org.teiid.jdbc.StatementImpl
-
- closeRequest(long) - Method in interface org.teiid.client.DQP
-
- COLON_DELIMITER - Static variable in class org.teiid.net.TeiidURL
-
- COMMA_DELIMITER - Static variable in class org.teiid.net.TeiidURL
-
- commandStatus - Variable in class org.teiid.jdbc.StatementImpl
-
- commit() - Method in interface org.teiid.client.DQP
-
- commit(XidImpl, boolean) - Method in interface org.teiid.client.DQP
-
- commit() - Method in class org.teiid.jdbc.ConnectionImpl
-
This method makes any changes involved in a transaction permanent and releases
any locks held by the connection object.
- commit(Xid, boolean) - Method in class org.teiid.jdbc.XAConnectionImpl
-
- commitTransaction(XidImpl, boolean) - Method in class org.teiid.jdbc.ConnectionImpl
-
- CommunicationException - Exception in org.teiid.net
-
An error occurred in communication between client and server.
- CommunicationException() - Constructor for exception org.teiid.net.CommunicationException
-
No-Arg Constructor
- CommunicationException(String) - Constructor for exception org.teiid.net.CommunicationException
-
- CommunicationException(Throwable) - Constructor for exception org.teiid.net.CommunicationException
-
- CommunicationException(Throwable, String) - Constructor for exception org.teiid.net.CommunicationException
-
- CommunicationException(BundleUtil.Event, Throwable, String) - Constructor for exception org.teiid.net.CommunicationException
-
- CommunicationException(BundleUtil.Event, Throwable) - Constructor for exception org.teiid.net.CommunicationException
-
- CommunicationException(BundleUtil.Event, String) - Constructor for exception org.teiid.net.CommunicationException
-
- compareTo(EnhancedTimer.Task) - Method in class org.teiid.jdbc.EnhancedTimer.Task
-
- connect(String, Properties) - Method in interface org.teiid.jdbc.ConnectionProfile
-
This method tries to make a connection to the given URL.
- connect(String, Properties) - Method in class org.teiid.jdbc.LocalProfile
-
This method tries to make a connection to the given URL.
- connect(String, Properties) - Method in class org.teiid.jdbc.TeiidDriver
-
- connect(ObjectChannelFactory) - Method in class org.teiid.net.socket.SocketServerInstanceImpl
-
- connected(SocketServerInstance, SessionToken) - Method in class org.teiid.net.socket.SocketServerConnectionFactory
-
- connected(SocketServerInstance, SessionToken) - Method in interface org.teiid.net.socket.SocketServerInstanceFactory
-
- CONNECTION_EXCEPTION_CONNECTION_DOES_NOT_EXIST - Static variable in class org.teiid.jdbc.SQLStates
-
Connection does not exist (SQL-99 08003)
- CONNECTION_EXCEPTION_CONNECTION_FAILURE - Static variable in class org.teiid.jdbc.SQLStates
-
Connection failure (SQL-99 08006)
- CONNECTION_EXCEPTION_CONNECTION_NAME_IN_USE - Static variable in class org.teiid.jdbc.SQLStates
-
Connection name in use (SQL-99 08002)
- CONNECTION_EXCEPTION_NO_SUBCLASS - Static variable in class org.teiid.jdbc.SQLStates
-
Connection Exception with no subclass (SQL-99 08000)
- CONNECTION_EXCEPTION_SQLCLIENT_UNABLE_TO_ESTABLISH_SQLCONNECTION - Static variable in class org.teiid.jdbc.SQLStates
-
SQL-client unable to establish SQL-connection (SQL-99 08001)
- CONNECTION_EXCEPTION_SQLSERVER_REJECTED_ESTABLISHMENT_OF_SQLCONNECTION - Static variable in class org.teiid.jdbc.SQLStates
-
SQL-server rejected establishment of SQL-connection (SQL-99 08004)
- CONNECTION_EXCEPTION_STALE_CONNECTION - Static variable in class org.teiid.jdbc.SQLStates
-
Connection is stale and should no longer be used.
- CONNECTION_EXCEPTION_TRANSACTION_RESOLUTION_UNKNOWN - Static variable in class org.teiid.jdbc.SQLStates
-
Transaction resolution unknown (SQL-99 08007)
- connectionAdded(String, Connection) - Method in interface org.teiid.jdbc.ConnectionListener
-
Called when a new connection is created.
- ConnectionException - Exception in org.teiid.net
-
This exception indicates that an error has occurred during connection.
- ConnectionException() - Constructor for exception org.teiid.net.ConnectionException
-
No-Arg Constructor
- ConnectionException(String) - Constructor for exception org.teiid.net.ConnectionException
-
- ConnectionException(Throwable) - Constructor for exception org.teiid.net.ConnectionException
-
- ConnectionException(Throwable, String) - Constructor for exception org.teiid.net.ConnectionException
-
- ConnectionException(BundleUtil.Event, Throwable, String) - Constructor for exception org.teiid.net.ConnectionException
-
- ConnectionImpl - Class in org.teiid.jdbc
-
Teiid's Connection implementation.
- ConnectionImpl(ServerConnection, Properties, String) - Constructor for class org.teiid.jdbc.ConnectionImpl
-
- ConnectionListener - Interface in org.teiid.jdbc
-
A JDBC Connection lifecycle listener
- ConnectionProfile - Interface in org.teiid.jdbc
-
- connectionRemoved(String, Connection) - Method in interface org.teiid.jdbc.ConnectionListener
-
Called when a connection is closed.
- connectionSuccessful(HostInfo) - Method in interface org.teiid.net.socket.ServerDiscovery
-
Indicates that a connection was made successfully to the given host.
- connectionSuccessful(HostInfo) - Method in class org.teiid.net.socket.UrlServerDiscovery
-
- containsSQLState(String) - Method in class org.teiid.jdbc.SQLStates.SQLStateClass
-
- continuous(boolean) - Method in class org.teiid.jdbc.RequestOptions
-
- ContinuousStatementCallback - Interface in org.teiid.jdbc
-
A callback for continuous result processing.
- convertException(Method, Throwable) - Static method in class org.teiid.client.util.ExceptionUtil
-
- convertResult() - Method in class org.teiid.client.util.ResultsFuture
-
- copyPropertiesToRequest(RequestMessage) - Method in class org.teiid.jdbc.StatementImpl
-
Helper method for copy the connection properties to request message.
- create(Throwable) - Static method in exception org.teiid.jdbc.TeiidSQLException
-
- create(Throwable, String) - Static method in exception org.teiid.jdbc.TeiidSQLException
-
- createArrayOf(String, Object[]) - Method in class org.teiid.jdbc.ConnectionImpl
-
- createBlob() - Method in class org.teiid.jdbc.ConnectionImpl
-
- createClob() - Method in class org.teiid.jdbc.ConnectionImpl
-
- createNClob() - Method in class org.teiid.jdbc.ConnectionImpl
-
- createObjectChannel(HostInfo) - Method in interface org.teiid.net.socket.ObjectChannelFactory
-
- createObjectChannel(HostInfo) - Method in class org.teiid.net.socket.OioOjbectChannelFactory
-
- createRequestMessage(String[], boolean, RequestMessage.ResultsMode) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- createRequestMessage(String[], boolean, RequestMessage.ResultsMode) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- createRequestMessage(String[], boolean, RequestMessage.ResultsMode) - Method in class org.teiid.jdbc.StatementImpl
-
- createResultSet(ResultsMessage) - Method in class org.teiid.jdbc.StatementImpl
-
- createServerConnection(Properties) - Method in class org.teiid.jdbc.LocalProfile
-
- createSQLXML() - Method in class org.teiid.jdbc.ConnectionImpl
-
- createStatement() - Method in class org.teiid.jdbc.ConnectionImpl
-
- createStatement(int, int) - Method in class org.teiid.jdbc.ConnectionImpl
-
Creates a Statement object that will produce ResultSet objects of the type
resultSetType and concurrency level resultSetConcurrency.
- createStatement(int, int, int) - Method in class org.teiid.jdbc.ConnectionImpl
-
- createStruct(String, Object[]) - Method in class org.teiid.jdbc.ConnectionImpl
-
- CURRENCY - Static variable in interface org.teiid.client.metadata.ResultsMetadataConstants
-
- currentRequestID - Variable in class org.teiid.jdbc.StatementImpl
-
- generatedKeyAlwaysReturned() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- get(int) - Method in class org.teiid.client.ResizingArrayList
-
- get() - Method in class org.teiid.client.util.ResultsFuture
-
- get(long, TimeUnit) - Method in class org.teiid.client.util.ResultsFuture
-
- getAbsoluteRowNumber() - Method in class org.teiid.jdbc.ResultSetImpl
-
- getAdditionalProperties() - Method in class org.teiid.jdbc.BaseDataSource
-
- getAlternateServers() - Method in class org.teiid.jdbc.TeiidDataSource
-
Returns a string containing a comma delimited list of alternate
server(s).
- getAnnotation() - Method in class org.teiid.client.plan.Annotation
-
- getAnnotations() - Method in class org.teiid.client.ResultsMessage
-
- getAnnotations() - Method in class org.teiid.jdbc.ConnectionImpl
-
- getAnnotations() - Method in class org.teiid.jdbc.StatementImpl
-
- getAnnotations() - Method in interface org.teiid.jdbc.TeiidStatement
-
- getAnonSSLContext() - Static method in class org.teiid.net.socket.SocketUtil
-
- getAnsiQuotedIdentifiers() - Method in class org.teiid.jdbc.JDBCURL
-
- getApplicationName() - Method in class org.teiid.jdbc.BaseDataSource
-
Returns the name of the application.
- getAppServerURL() - Method in class org.teiid.net.TeiidURL
-
Get the Application Server URL
- getArray(int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getArray(String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getArray(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getArray(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getAsciiStream(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getAsciiStream(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getAttributes(String, String, String, String) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getAuthType() - Method in class org.teiid.net.socket.Handshake
-
- getAutoCommit() - Method in class org.teiid.jdbc.ConnectionImpl
-
- getAutoCommitTxn() - Method in class org.teiid.jdbc.BaseDataSource
-
Returns the current setting for how connections are created by this DataSource manage transactions
for client requests when client applications do not use transactions.
- getAutoFailover() - Method in class org.teiid.jdbc.TeiidDataSource
-
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets a description of a table's optimal set of columns that uniquely identifies a row.
- getBigDecimal(int, int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getBigDecimal(int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getBigDecimal(String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getBigDecimal(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getBigDecimal(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getBigDecimal(int, int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getBigDecimal(String, int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getBinaryStream(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getBinaryStream(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getBlob(int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getBlob(String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getBlob(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getBlob(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getBoolean(int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getBoolean(String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getBoolean(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getBoolean(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getBooleanValue(int, Integer) - Method in class org.teiid.jdbc.MetadataProvider
-
- getBranchQualifier() - Method in class org.teiid.client.xa.XidImpl
-
- getByte(int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getByte(String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getByte(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getByte(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getBytes() - Method in class org.teiid.client.lob.LobChunk
-
- getBytes(int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getBytes(String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getBytes(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getBytes(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getCatalog() - Method in class org.teiid.jdbc.ConnectionImpl
-
- getCatalogName(int) - Method in class org.teiid.jdbc.FilteredResultsMetadata
-
- getCatalogName(int) - Method in class org.teiid.jdbc.ResultSetMetaDataImpl
-
- getCatalogs() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getCatalogSeparator() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets the String object used to separate a catalog name and a table name
- getCatalogTerm() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getCategory() - Method in class org.teiid.client.plan.Annotation
-
- getCharacterStream(int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getCharacterStream(String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getCharacterStream(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getCharacterStream(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getClass(String) - Static method in class org.teiid.jdbc.SQLStates
-
- getClientInfo() - Method in class org.teiid.jdbc.ConnectionImpl
-
- getClientInfo(String) - Method in class org.teiid.jdbc.ConnectionImpl
-
- getClientInfoProperties() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getClientSerializationVersion() - Method in class org.teiid.client.ResultsMessage
-
- getClob(int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getClob(String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getClob(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getClob(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getClusterName() - Method in class org.teiid.client.security.LogonResult
-
- getColumnClassName(int) - Method in class org.teiid.jdbc.FilteredResultsMetadata
-
- getColumnClassName(int) - Method in class org.teiid.jdbc.ResultSetMetaDataImpl
-
- getColumnCount() - Method in class org.teiid.jdbc.FilteredResultsMetadata
-
- getColumnCount() - Method in class org.teiid.jdbc.MetadataProvider
-
- getColumnCount() - Method in class org.teiid.jdbc.ResultSetMetaDataImpl
-
- getColumnDisplaySize(int) - Method in class org.teiid.jdbc.FilteredResultsMetadata
-
- getColumnDisplaySize(int) - Method in class org.teiid.jdbc.ResultSetMetaDataImpl
-
- getColumnLabel(int) - Method in class org.teiid.jdbc.FilteredResultsMetadata
-
- getColumnLabel(int) - Method in class org.teiid.jdbc.ResultSetMetaDataImpl
-
- getColumnMetadata() - Method in class org.teiid.client.metadata.MetadataResult
-
- getColumnName(int) - Method in class org.teiid.jdbc.FilteredResultsMetadata
-
- getColumnName(int) - Method in class org.teiid.jdbc.ResultSetMetaDataImpl
-
- getColumnNames() - Method in class org.teiid.client.ResultsMessage
-
- getColumnPrivileges(String, String, String, String) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets a description of the access rights for a column of the given name.
- getColumns(String, String, String, String) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Get's the metadata information about the columns whose names match the given
columnNamePattern.
- getColumnType(int) - Method in class org.teiid.jdbc.FilteredResultsMetadata
-
- getColumnType(int) - Method in class org.teiid.jdbc.ResultSetMetaDataImpl
-
- getColumnTypeName(int) - Method in class org.teiid.jdbc.FilteredResultsMetadata
-
- getColumnTypeName(int) - Method in class org.teiid.jdbc.ResultSetMetaDataImpl
-
- getCommand() - Method in class org.teiid.client.RequestMessage
-
- getCommands() - Method in class org.teiid.client.RequestMessage
-
- getCommandString() - Method in class org.teiid.client.RequestMessage
-
- getConcurrency() - Method in class org.teiid.jdbc.ResultSetImpl
-
Get the concurrency type for this ResultSet object.
- getConnection() - Method in class org.teiid.jdbc.BaseDataSource
-
Attempt to establish a database connection.
- getConnection() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getConnection() - Method in class org.teiid.jdbc.StatementImpl
-
- getConnection() - Method in class org.teiid.jdbc.TeiidDataSource
-
Attempt to establish a database connection.
- getConnection(String, String) - Method in class org.teiid.jdbc.TeiidDataSource
-
Attempt to establish a database connection.
- getConnection() - Method in class org.teiid.jdbc.XAConnectionImpl
-
- getConnection(Properties) - Method in interface org.teiid.net.ServerConnectionFactory
-
Establish a connection to the server.
- getConnection(Properties) - Method in class org.teiid.net.socket.SocketServerConnectionFactory
-
- getConnectionId() - Method in class org.teiid.jdbc.ConnectionImpl
-
Connection identifier of this connection
- getConnectionProps() - Method in class org.teiid.jdbc.ConnectionImpl
-
- getConnectionURL() - Method in class org.teiid.jdbc.JDBCURL
-
- getConnectorBindingName() - Method in exception org.teiid.client.SourceWarning
-
Get's the connector binding name for the atomic query.
- getConnectorException(String) - Method in exception org.teiid.jdbc.PartialResultsWarning
-
Obtain failure for a particular connector.
- getContents() - Method in class org.teiid.net.socket.Message
-
- getCrossReference(String, String, String, String, String, String) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets the description of the foreign key columns in the table foreignTable.
- getCryptor() - Method in interface org.teiid.net.socket.SocketServerInstance
-
- getCryptor() - Method in class org.teiid.net.socket.SocketServerInstanceImpl
-
- getCurrentPlanDescription() - Method in class org.teiid.jdbc.ConnectionImpl
-
- getCurrentRecord() - Method in class org.teiid.jdbc.ResultSetImpl
-
Get all values in current record in column order
- getCurrentRow() - Method in class org.teiid.jdbc.BatchResults
-
Moving forward through the results it's expected that the batches are arbitrarily size.
- getCurrentRowNumber() - Method in class org.teiid.jdbc.BatchResults
-
- getCursorName() - Method in class org.teiid.jdbc.ResultSetImpl
-
Retrieves the RequestID for the query that created this ResultSet.
- getCursorType() - Method in class org.teiid.client.RequestMessage
-
- getDatabaseMajorVersion() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Retrieves the major version number of the underlying database.
- getDatabaseMinorVersion() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Retrieves the minor version number of the underlying database.
- getDatabaseName() - Method in class org.teiid.jdbc.BaseDataSource
-
Returns the name of the virtual database on a particular Teiid Server.
- getDatabaseName() - Method in class org.teiid.jdbc.ConnectionImpl
-
Get the database name that this connection is representing
- getDatabaseProductName() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets the product name for this database
- getDatabaseProductVersion() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getDatabaseVersion() - Method in class org.teiid.jdbc.BaseDataSource
-
Returns the databaseVersion.
- getDataSourceName() - Method in class org.teiid.jdbc.BaseDataSource
-
Returns the logical name for the underlying XADataSource
or
ConnectionPoolDataSource
;
used only when pooling connections or distributed transactions are implemented.
- getDataTypes() - Method in class org.teiid.client.ResultsMessage
-
- getDate(int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getDate(int, Calendar) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getDate(String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getDate(String, Calendar) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getDate(int, Calendar) - Method in class org.teiid.jdbc.ResultSetImpl
-
This method will return the value in the current row as a Date object.
- getDate(String, Calendar) - Method in class org.teiid.jdbc.ResultSetImpl
-
Get the Date value for the given column.
- getDate(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getDate(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getDebugLog() - Method in class org.teiid.client.ResultsMessage
-
- getDebugLog() - Method in class org.teiid.jdbc.ConnectionImpl
-
- getDebugLog() - Method in class org.teiid.jdbc.StatementImpl
-
- getDebugLog() - Method in interface org.teiid.jdbc.TeiidStatement
-
- getDefaultCalendar() - Method in class org.teiid.jdbc.ResultSetImpl
-
- getDefaultTransactionIsolation() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getDescription() - Method in class org.teiid.jdbc.BaseDataSource
-
Returns the description of this data source.
- getDisableLocalTransactions() - Method in class org.teiid.jdbc.JDBCURL
-
- getDisableLocalTxn() - Method in class org.teiid.jdbc.BaseDataSource
-
- getDiscoveryStrategy() - Method in class org.teiid.jdbc.TeiidDataSource
-
- getDouble(int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getDouble(String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getDouble(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getDouble(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getDQP() - Method in class org.teiid.jdbc.StatementImpl
-
- getDriverMajorVersion() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets this drivers major version number
- getDriverMinorVersion() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets this drivers minor version number
- getDriverName() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Get the name of this JDBC driver
- getDriverName() - Method in class org.teiid.jdbc.TeiidDriver
-
- getDriverVersion() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
This method gets the version of this JDBC driver.
- getEncryptRequests() - Method in class org.teiid.jdbc.TeiidDataSource
-
- getException() - Method in class org.teiid.client.ResultsMessage
-
- getException() - Method in class org.teiid.client.util.ExceptionHolder
-
- getExceptionOfType(Throwable, Class<T>) - Static method in class org.teiid.client.util.ExceptionUtil
-
- getExecutionId() - Method in class org.teiid.client.RequestMessage
-
- getExecutionPayload() - Method in class org.teiid.client.RequestMessage
-
- getExecutionProperties() - Method in class org.teiid.jdbc.ConnectionImpl
-
- getExecutionProperty(String) - Method in class org.teiid.jdbc.ConnectionImpl
-
- getExecutionProperty(String) - Method in class org.teiid.jdbc.StatementImpl
-
- getExecutionProperty(String) - Method in interface org.teiid.jdbc.TeiidStatement
-
- getExportedKeys(String, String, String) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getExtraNameCharacters() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets the extra characters that can be used in unquoted identifier names
(those beyond a-z, 0-9, and _)
- getFailedConnectors() - Method in exception org.teiid.jdbc.PartialResultsWarning
-
Obtain list of connectors that failed.
- getFetchDirection() - Method in class org.teiid.jdbc.ResultSetImpl
-
Gets the direction suggested to the driver as the direction in which to
fetch rows.
- getFetchDirection() - Method in class org.teiid.jdbc.StatementImpl
-
- getFetchSize() - Method in class org.teiid.client.RequestMessage
-
- getFetchSize() - Method in class org.teiid.jdbc.BaseDataSource
-
- getFetchSize() - Method in class org.teiid.jdbc.JDBCURL
-
- getFetchSize() - Method in class org.teiid.jdbc.ResultSetImpl
-
- getFetchSize() - Method in class org.teiid.jdbc.StatementImpl
-
- getFinalRow() - Method in class org.teiid.client.ResultsMessage
-
- getFinalRowNumber() - Method in class org.teiid.jdbc.BatchResults
-
- getFinalRowNumber() - Method in class org.teiid.jdbc.ResultSetImpl
-
- getFirstRow() - Method in class org.teiid.client.ResultsMessage
-
- getFloat(int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getFloat(String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getFloat(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
This method will return the value in the current row as a float value.
- getFloat(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
Get a float value based on the column name.
- getFormatId() - Method in class org.teiid.client.xa.XidImpl
-
- getFunctionColumns(String, String, String, String) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getFunctions(String, String, String) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getGeneratedKeys() - Method in class org.teiid.jdbc.StatementImpl
-
- getGlobalTransactionId() - Method in class org.teiid.client.xa.XidImpl
-
- getHighestRowNumber() - Method in class org.teiid.jdbc.BatchResults
-
- getHoldability() - Method in class org.teiid.jdbc.ConnectionImpl
-
Retrieves the current holdability of ResultSet objects created using this Connection object.
- getHoldability() - Method in class org.teiid.jdbc.ResultSetImpl
-
- getHostInfo() - Method in interface org.teiid.net.socket.SocketServerInstance
-
- getHostInfo() - Method in class org.teiid.net.socket.SocketServerInstanceImpl
-
- getHostInfo() - Method in class org.teiid.net.TeiidURL
-
- getHostName() - Method in class org.teiid.net.HostInfo
-
- getHosts() - Method in class org.teiid.net.TeiidURL
-
Get a list of hosts
- getIdentifierQuoteString() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Get's the string used to quote SQL identifiers.
- getImportedKeys(String, String, String) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getIndexInfo(String, String, String, boolean, boolean) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getInetAddress() - Method in class org.teiid.net.HostInfo
-
- getInstance() - Static method in class org.teiid.jdbc.TeiidDriver
-
- getInstance() - Static method in class org.teiid.net.socket.SocketServerConnectionFactory
-
- getInstance() - Method in class org.teiid.net.socket.SocketServerInstanceImpl.RemoteInvocationHandler
-
- getInt(int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getInt(String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getInt(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
This method will return the value in the current row as a int value.
- getInt(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
Get an integer based on the column index.
- getIntValue(int, Integer) - Method in class org.teiid.jdbc.MetadataProvider
-
- getIntValue(int, Integer, int) - Method in class org.teiid.jdbc.MetadataProvider
-
- getJaasName() - Method in class org.teiid.jdbc.TeiidDataSource
-
Application name from JAAS Login Config file
- getJDBCMajorVersion() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Retrieves the major JDBC version number for this driver.
- getJDBCMinorVersion() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Retrieves the minor JDBC version number for this driver.
- getJDBCURL() - Method in class org.teiid.jdbc.JDBCURL
-
- getKerberosServicePrincipleName() - Method in class org.teiid.jdbc.TeiidDataSource
-
Kerberos KDC service principle name
- getKnownHosts(LogonResult, SocketServerInstance) - Method in interface org.teiid.net.socket.ServerDiscovery
-
Get the currently known hosts.
- getKnownHosts(LogonResult, SocketServerInstance) - Method in class org.teiid.net.socket.UrlServerDiscovery
-
- getLastRow() - Method in class org.teiid.client.ResultsMessage
-
- getLoadBalance() - Method in class org.teiid.jdbc.TeiidDataSource
-
- getLobChunkProducer() - Method in class org.teiid.client.lob.StreamingLobChunckProducer.Factory
-
- getLocalAddress() - Method in interface org.teiid.net.socket.ObjectChannel
-
- getLocalAddress() - Method in interface org.teiid.net.socket.SocketServerInstance
-
- getLocalAddress() - Method in class org.teiid.net.socket.SocketServerInstanceImpl
-
- getLoginTimeout() - Method in class org.teiid.jdbc.BaseDataSource
-
Gets the maximum time in seconds that this data source can wait while attempting
to connect to a database.
- getLogonResult() - Method in interface org.teiid.net.ServerConnection
-
- getLogonResult() - Method in class org.teiid.net.socket.SocketServerConnection
-
- getLogWriter() - Method in class org.teiid.jdbc.BaseDataSource
-
Get the log writer for this data source.
- getLong(int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getLong(String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getLong(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
This method will return the value in the current row as a long value.
- getLong(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
Get a long based on the column name.
- getMajorVersion() - Method in class org.teiid.jdbc.TeiidDriver
-
- getMaxBinaryLiteralLength() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets the maximum number of hexadecimal characters allowed in an inline
binary literal
- getMaxCachedInstances() - Method in class org.teiid.net.socket.SocketServerConnectionFactory
-
- getMaxCatalogNameLength() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets the maximum number of characters allowed in a catalog name
- getMaxCharLiteralLength() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets the maximum number of characters allowed in a character literal
- getMaxColumnNameLength() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets the maximum number of characters allowed in a column name
- getMaxColumnsInGroupBy() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets the maximum number of columns allowed in a GROUP BY clause
- getMaxColumnsInIndex() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets the maximum number of columns allowed in an index
- getMaxColumnsInOrderBy() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets the maximum number of columns allowed in a ORDER BY clause
- getMaxColumnsInSelect() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets the maximum number of columns allowed in a SELECT clause
- getMaxColumnsInTable() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getMaxConnections() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getMaxCursorNameLength() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getMaxFieldSize() - Method in class org.teiid.jdbc.StatementImpl
-
- getMaxIndexLength() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getMaxProcedureNameLength() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets the maximum number of characters allowed in a procedure name
- getMaxRows() - Method in class org.teiid.jdbc.StatementImpl
-
- getMaxRowSize() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets the maximum number of bytes allowed in a single row
- getMaxSchemaNameLength() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets the maximum number of characters allowed in a schema name
- getMaxStatementLength() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets the maximum number of characters allowed in an SQL statement
- getMaxStatements() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets the maximum number of active statements that may be open on one
connection at any time
- getMaxTableNameLength() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets the maximum number of characters allowed in a table name
- getMaxTablesInSelect() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets the maximum number of tables allowed in a SELECT clause
- getMaxUserNameLength() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets the maximum number of characters allowed in a user name
- getMessageKey() - Method in class org.teiid.net.socket.Message
-
- getMetadata(long) - Method in interface org.teiid.client.DQP
-
- getMetadata(long, String, boolean) - Method in interface org.teiid.client.DQP
-
- getMetaData() - Method in class org.teiid.jdbc.ConnectionImpl
-
- getMetaData() - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- getMetaData() - Method in class org.teiid.jdbc.ResultSetImpl
-
This method returns the meta data of the result set, such as the number,
types and properties of this resultSets columns.
- getMinorVersion() - Method in class org.teiid.jdbc.TeiidDriver
-
- getMMConnection() - Method in class org.teiid.jdbc.StatementImpl
-
- getModCount() - Method in class org.teiid.client.ResizingArrayList
-
- getModelName() - Method in exception org.teiid.client.SourceWarning
-
Get's the model name for the atomic query.
- getModelName() - Method in exception org.teiid.jdbc.TeiidSQLWarning
-
- getMoreResults() - Method in class org.teiid.jdbc.StatementImpl
-
- getMoreResults(int) - Method in class org.teiid.jdbc.StatementImpl
-
- getName() - Method in class org.teiid.client.plan.PlanNode
-
- getName() - Method in class org.teiid.client.plan.PlanNode.Property
-
- getNCharacterStream(int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getNCharacterStream(String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getNCharacterStream(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getNCharacterStream(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getNClob(int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getNClob(String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getNClob(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getNClob(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getNetworkTimeout() - Method in class org.teiid.jdbc.ConnectionImpl
-
- getNextChunk() - Method in interface org.teiid.client.lob.LobChunkProducer
-
Gets the next LobChunk from the source, based on the chunk size configured
- getNextChunk() - Method in class org.teiid.client.lob.StreamingLobChunckProducer
-
- getNString(int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getNString(String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getNString(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getNString(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getNumColumns() - Method in class org.teiid.client.metadata.ParameterInfo
-
- getNumericFunctions() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getObject(int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getObject(String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getObject(int, Map<String, Class<?>>) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getObject(String, Map<String, Class<?>>) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getObject(int, Class<T>) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getObject(String, Class<T>) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getObject(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
Get a java object based on the column index for the current row.
- getObject(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
Get a java object based on the column name.
- getObject(int, Map<String, Class<?>>) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getObject(String, Map<String, Class<?>>) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getObject(int, Class<T>) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getObject(String, Class<T>) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getObjectDirect(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
Get the value of the current row at the column index specified.
- getOffset() - Method in class org.teiid.jdbc.ResultSetImpl
-
- getParameterClassName(int) - Method in class org.teiid.jdbc.ParameterMetaDataImpl
-
- getParameterCount() - Method in class org.teiid.jdbc.ParameterMetaDataImpl
-
- getParameterMetadata() - Method in class org.teiid.client.metadata.MetadataResult
-
- getParameterMetaData() - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- getParameterMode(int) - Method in class org.teiid.jdbc.ParameterMetaDataImpl
-
- getParameterName(int) - Method in class org.teiid.jdbc.ParameterMetaDataImpl
-
- getParameters() - Method in class org.teiid.client.ResultsMessage
-
- getParameterType(int) - Method in class org.teiid.jdbc.ParameterMetaDataImpl
-
- getParameterTypeName(int) - Method in class org.teiid.jdbc.ParameterMetaDataImpl
-
- getParameterValues() - Method in class org.teiid.client.RequestMessage
-
- getParent() - Method in class org.teiid.client.plan.PlanNode
-
- getParentLogger() - Method in class org.teiid.jdbc.TeiidDataSource
-
- getParentLogger() - Method in class org.teiid.jdbc.TeiidDriver
-
- getPartialResultsMode() - Method in class org.teiid.jdbc.BaseDataSource
-
- getPartialResultsMode() - Method in class org.teiid.jdbc.JDBCURL
-
- getPassthroughAuthentication() - Method in class org.teiid.jdbc.TeiidDataSource
-
Same as "isPassthroughAuthentication".
- getPassword() - Method in class org.teiid.jdbc.BaseDataSource
-
Returns the password.
- getPassword() - Method in class org.teiid.jdbc.JDBCURL
-
- getPayload() - Method in class org.teiid.jdbc.ConnectionImpl
-
- getPlanDescription() - Method in class org.teiid.client.ResultsMessage
-
- getPlanDescription() - Method in class org.teiid.jdbc.StatementImpl
-
- getPlanDescription() - Method in interface org.teiid.jdbc.TeiidStatement
-
Obtain the query plan object representation from the last
command executed on this Statement, if a query plan was
requested in the command.
- getPlanNode() - Method in class org.teiid.client.plan.PlanNode.Property
-
- getPooledConnection() - Method in class org.teiid.jdbc.BaseDataSource
-
- getPooledConnection(String, String) - Method in class org.teiid.jdbc.BaseDataSource
-
- getPortNumber() - Method in class org.teiid.jdbc.TeiidDataSource
-
Returns the port number.
- getPortNumber() - Method in class org.teiid.net.HostInfo
-
- getPorts() - Method in class org.teiid.net.TeiidURL
-
Get a list of ports
- getPrecision(int) - Method in class org.teiid.jdbc.FilteredResultsMetadata
-
- getPrecision(int) - Method in class org.teiid.jdbc.ParameterMetaDataImpl
-
- getPrecision(int) - Method in class org.teiid.jdbc.ResultSetMetaDataImpl
-
- getPrimaryKeys(String, String, String) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getPriority() - Method in class org.teiid.client.plan.Annotation
-
- getProcedureColumns(String, String, String, String) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getProcedures(String, String, String) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getProcedureTerm() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getProperties() - Method in class org.teiid.client.plan.PlanNode
-
- getProperties() - Method in class org.teiid.jdbc.JDBCURL
-
- getProperty(String) - Method in class org.teiid.client.plan.PlanNode
-
- getProperty(String) - Method in class org.teiid.client.security.LogonResult
-
- getProperty(String) - Method in class org.teiid.jdbc.JDBCURL
-
- getPropertyInfo(String, Properties) - Method in class org.teiid.jdbc.TeiidDriver
-
- getPseudoColumns(String, String, String, String) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getPublicKey() - Method in class org.teiid.net.socket.Handshake
-
- getPublicKeyLarge() - Method in class org.teiid.net.socket.Handshake
-
- getQueryTimeout() - Method in class org.teiid.jdbc.BaseDataSource
-
- getQueryTimeout() - Method in class org.teiid.jdbc.StatementImpl
-
- getQueueSize() - Method in class org.teiid.jdbc.EnhancedTimer
-
- getReceiveBufferSize() - Method in class org.teiid.net.socket.OioOjbectChannelFactory
-
- getRef(int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getRef(String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getRef(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getRef(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getRemoteAddress() - Method in interface org.teiid.net.socket.ObjectChannel
-
- getRequestIdentifier() - Method in class org.teiid.jdbc.StatementImpl
-
- getRequestIdentifier() - Method in interface org.teiid.jdbc.TeiidStatement
-
Get ID for last execution which can be used for matching up executions
on the client side with executions in the server logs.
- getRequestOptions() - Method in class org.teiid.client.RequestMessage
-
- getResolution() - Method in class org.teiid.client.plan.Annotation
-
- getResultSet() - Method in class org.teiid.jdbc.StatementImpl
-
- getResultSetCacheMode() - Method in class org.teiid.jdbc.BaseDataSource
-
- getResultSetCacheMode() - Method in class org.teiid.jdbc.JDBCURL
-
- getResultSetConcurrency() - Method in class org.teiid.jdbc.StatementImpl
-
- getResultSetHoldability() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getResultSetHoldability() - Method in class org.teiid.jdbc.StatementImpl
-
- getResultSetType() - Method in class org.teiid.jdbc.StatementImpl
-
- getResultsList() - Method in class org.teiid.client.ResultsMessage
-
- getResultsMode() - Method in class org.teiid.client.RequestMessage
-
- getResultsReceiver() - Method in class org.teiid.client.util.ResultsFuture
-
- getRow() - Method in class org.teiid.jdbc.ResultSetImpl
-
- getRowId(int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getRowId(String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getRowId(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getRowId(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getRowIdLifetime() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getRowLimit() - Method in class org.teiid.client.RequestMessage
-
- getScale(int) - Method in class org.teiid.jdbc.FilteredResultsMetadata
-
- getScale(int) - Method in class org.teiid.jdbc.ParameterMetaDataImpl
-
- getScale(int) - Method in class org.teiid.jdbc.ResultSetMetaDataImpl
-
- getSchema() - Method in class org.teiid.jdbc.ConnectionImpl
-
- getSchemaName(int) - Method in class org.teiid.jdbc.FilteredResultsMetadata
-
- getSchemaName(int) - Method in class org.teiid.jdbc.ResultSetMetaDataImpl
-
- getSchemas() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getSchemas(String, String) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getSchemaTerm() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getSearchStringEscape() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets the string that can be used to escape "_" or "%" wildcards in the
string search pattern used for search parameters
- getSecure() - Method in class org.teiid.jdbc.TeiidDataSource
-
Same as "isSecure".
- getSendBufferSize() - Method in class org.teiid.net.socket.OioOjbectChannelFactory
-
- getServerConnection() - Method in class org.teiid.jdbc.ConnectionImpl
-
This method gets the ServerConnection object wrapped by this object.
- getServerInstance(HostInfo) - Method in class org.teiid.net.socket.SocketServerConnectionFactory
-
- getServerInstance(HostInfo) - Method in interface org.teiid.net.socket.SocketServerInstanceFactory
-
- getServerName() - Method in class org.teiid.jdbc.TeiidDataSource
-
Returns the name of the server.
- getServerTimeZone() - Method in class org.teiid.jdbc.StatementImpl
-
- getServerVersion() - Method in interface org.teiid.net.ServerConnection
-
- getServerVersion() - Method in class org.teiid.net.socket.SocketServerConnection
-
- getServerVersion() - Method in interface org.teiid.net.socket.SocketServerInstance
-
- getServerVersion() - Method in class org.teiid.net.socket.SocketServerInstanceImpl
-
- getService(Class<T>) - Method in interface org.teiid.net.ServerConnection
-
- getService(Class<T>) - Method in class org.teiid.net.socket.SocketServerConnection
-
- getService(Class<T>) - Method in interface org.teiid.net.socket.SocketServerInstance
-
- getService(Class<T>) - Method in class org.teiid.net.socket.SocketServerInstanceImpl
-
- getSessionID() - Method in class org.teiid.client.security.LogonResult
-
Get the sessionID.
- getSessionID() - Method in class org.teiid.client.security.SessionToken
-
Returns unique session identifier
- getSessionToken() - Method in class org.teiid.client.security.LogonResult
-
- getShort(int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getShort(String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getShort(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
Get a primitive short based on the column index.
- getShort(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
Get a short based on the column name.
- getShowPlan() - Method in class org.teiid.client.RequestMessage
-
- getShowPlan() - Method in class org.teiid.jdbc.BaseDataSource
-
- getSocket(String, int) - Method in class org.teiid.net.socket.SocketUtil.SSLSocketFactory
-
- getSoTimeout() - Method in interface org.teiid.net.socket.ObjectChannelFactory
-
- getSoTimeout() - Method in class org.teiid.net.socket.OioOjbectChannelFactory
-
- getSourceName() - Method in exception org.teiid.jdbc.TeiidSQLWarning
-
- getSQLKeywords() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getSQLStateType() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Indicates whether the SQLSTATE returned by SQLException.getSQLState is X/Open
(now known as Open Group) SQL CLI or SQL99.
- getSQLXML(int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getSQLXML(String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getSQLXML(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getSQLXML(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getSSLContext(String, String, String, String, String, String, String, String, String, boolean, boolean) - Static method in class org.teiid.net.socket.SocketUtil
-
- getSSLSocketFactory(Properties) - Static method in class org.teiid.net.socket.SocketUtil
-
- getStatement() - Method in class org.teiid.jdbc.ResultSetImpl
-
Retrieves the Statement object that produced this ResultSet object.
- getString(int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getString(String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getString(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
Get a String based on the column index.
- getString(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getStringFunctions() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getStringValue(int, Integer) - Method in class org.teiid.jdbc.MetadataProvider
-
- getStyleSheet() - Method in class org.teiid.client.RequestMessage
-
- getSuperTables(String, String, String) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Retrieves a description of the table hierarchies defined in a
particular schema in this database.
- getSuperTypes(String, String, String) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Retrieves a description of the user-defined type (UDT) hierarchies
defined in a particular schema in this database.
- getSynchronousTtl() - Method in class org.teiid.net.socket.SocketServerConnectionFactory
-
- getSynchTimeout() - Method in interface org.teiid.net.socket.SocketServerInstance
-
- getSynchTimeout() - Method in class org.teiid.net.socket.SocketServerInstanceImpl
-
- getSystemFunctions() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getTableName(int) - Method in class org.teiid.jdbc.FilteredResultsMetadata
-
- getTableName(int) - Method in class org.teiid.jdbc.ResultSetMetaDataImpl
-
- getTablePrivileges(String, String, String) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getTables(String, String, String, String[]) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getTableTypes() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getTeiidCode() - Method in exception org.teiid.jdbc.TeiidSQLException
-
- getTime(int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getTime(int, Calendar) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getTime(String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getTime(String, Calendar) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getTime(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getTime(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getTime(int, Calendar) - Method in class org.teiid.jdbc.ResultSetImpl
-
This method will return the value in the current row as a Time object.
- getTime(String, Calendar) - Method in class org.teiid.jdbc.ResultSetImpl
-
Get a java.sql.Time based on the column name.
- getTimeDateFunctions() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getTimestamp(int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getTimestamp(int, Calendar) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getTimestamp(String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getTimestamp(String, Calendar) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getTimestamp(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
This method will return the value in the current row as a Timestamp
object.
- getTimestamp(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
Get a java.sql.Timestamp based on the column name.
- getTimestamp(int, Calendar) - Method in class org.teiid.jdbc.ResultSetImpl
-
This method will return the value in the current row as a Timestamp
object.
- getTimestamp(String, Calendar) - Method in class org.teiid.jdbc.ResultSetImpl
-
Get a java.sql.Timestamp based on the column name.
- getTimeZone() - Method in class org.teiid.client.security.LogonResult
-
- getTransactionAutoWrap() - Method in class org.teiid.jdbc.BaseDataSource
-
Deprecated.
- getTransactionAutowrapMode() - Method in class org.teiid.jdbc.JDBCURL
-
- getTransactionIsolation() - Method in class org.teiid.client.RequestMessage
-
- getTransactionIsolation() - Method in class org.teiid.jdbc.ConnectionImpl
-
- getTransactionTimeout() - Method in class org.teiid.jdbc.XAConnectionImpl
-
- getTransactionXid() - Method in class org.teiid.jdbc.ConnectionImpl
-
- getTransparentFailover() - Method in class org.teiid.jdbc.JDBCURL
-
- getTxnAutoWrapMode() - Method in class org.teiid.client.RequestMessage
-
- getType() - Method in class org.teiid.client.metadata.ParameterInfo
-
- getType() - Method in class org.teiid.jdbc.ResultSetImpl
-
- getTypeInfo() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getTypeMap() - Method in class org.teiid.jdbc.ConnectionImpl
-
- getUDTs(String, String, String, int[]) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets a description of the user-defined types defined in a particular
schema.
- getUnicodeStream(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getUnicodeStream(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getUpdateCount() - Method in class org.teiid.client.ResultsMessage
-
- getUpdateCount() - Method in class org.teiid.jdbc.StatementImpl
-
- getUpdatedPlanDescription() - Method in class org.teiid.jdbc.ResultSetImpl
-
- getURL(int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getURL(String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- getURL() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getURL(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getURL(String) - Method in class org.teiid.jdbc.ResultSetImpl
-
- getUseJDBC4ColumnNameAndLabelSemantics() - Method in class org.teiid.jdbc.BaseDataSource
-
- getUser() - Method in class org.teiid.jdbc.BaseDataSource
-
Returns the user.
- getUserName() - Method in class org.teiid.client.security.LogonResult
-
- getUsername() - Method in class org.teiid.client.security.SessionToken
-
Get the principal name for this session's user.
- getUserName() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- getUserName() - Method in class org.teiid.jdbc.JDBCURL
-
- getValidationMode() - Method in class org.teiid.client.RequestMessage
-
- getValidKey(String) - Static method in class org.teiid.jdbc.JDBCURL
-
- getValue(int, Integer) - Method in class org.teiid.jdbc.DeferredMetadataProvider
-
- getValue(int, Integer) - Method in class org.teiid.jdbc.MetadataProvider
-
- getValues() - Method in class org.teiid.client.plan.PlanNode.Property
-
- getVdbName() - Method in class org.teiid.client.security.LogonResult
-
- getVDBName() - Method in class org.teiid.jdbc.JDBCURL
-
- getVdbVersion() - Method in class org.teiid.client.security.LogonResult
-
- getVDBVersion() - Method in class org.teiid.jdbc.ConnectionImpl
-
Deprecated.
- getVDBVersion() - Method in class org.teiid.jdbc.JDBCURL
-
- getVersion() - Method in class org.teiid.net.socket.Handshake
-
- getVersionColumns(String, String, String) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Gets the description of the columns in a table that are automatically updated
when any value in a row is updated.
- getVirtualDatabaseName(int) - Method in class org.teiid.jdbc.ResultSetMetaDataImpl
-
- getVirtualDatabaseVersion(int) - Method in class org.teiid.jdbc.ResultSetMetaDataImpl
-
- getWarnings() - Method in class org.teiid.client.ResultsMessage
-
- getWarnings() - Method in class org.teiid.jdbc.ConnectionImpl
-
This method will return the first warning reported by calls on this connection,
or null if none exist.
- getWarnings() - Method in class org.teiid.jdbc.ResultSetImpl
-
- getWarnings() - Method in class org.teiid.jdbc.StatementImpl
-
- getXAConnection() - Method in class org.teiid.jdbc.BaseDataSource
-
- getXAConnection(String, String) - Method in class org.teiid.jdbc.TeiidDataSource
-
Attempt to establish a database connection that can be used with distributed transactions.
- getXAException() - Method in exception org.teiid.client.xa.XATransactionException
-
- getXAResource() - Method in class org.teiid.jdbc.XAConnectionImpl
-
- getXMLFormat() - Method in class org.teiid.client.RequestMessage
-
- getXMLFormat() - Method in class org.teiid.jdbc.JDBCURL
-
- getXMLValidation() - Method in class org.teiid.jdbc.JDBCURL
-
- GROUP_NAME - Static variable in interface org.teiid.client.metadata.ResultsMetadataConstants
-
- GSSCallbackHandler - Class in org.teiid.gss
-
- GSSCallbackHandler(String, String) - Constructor for class org.teiid.gss.GSSCallbackHandler
-
- RADIX - Static variable in interface org.teiid.client.metadata.ResultsMetadataConstants
-
- read() - Method in class org.teiid.client.lob.LobChunkInputStream
-
- read() - Method in interface org.teiid.net.socket.ObjectChannel
-
- read(long, TimeUnit, ResultsFuture<?>) - Method in interface org.teiid.net.socket.SocketServerInstance
-
- read(long, TimeUnit, ResultsFuture<?>) - Method in class org.teiid.net.socket.SocketServerInstanceImpl
-
- readBatch(ObjectInput, String[]) - Static method in class org.teiid.client.BatchSerializer
-
- readExternal(ObjectInput) - Method in class org.teiid.client.lob.LobChunk
-
- readExternal(ObjectInput) - Method in class org.teiid.client.metadata.MetadataResult
-
- readExternal(ObjectInput) - Method in class org.teiid.client.metadata.ParameterInfo
-
- readExternal(ObjectInput) - Method in class org.teiid.client.plan.Annotation
-
- readExternal(ObjectInput) - Method in class org.teiid.client.plan.PlanNode.Property
-
- readExternal(ObjectInput) - Method in class org.teiid.client.plan.PlanNode
-
- readExternal(ObjectInput) - Method in class org.teiid.client.RequestMessage
-
- readExternal(ObjectInput) - Method in class org.teiid.client.ResultsMessage
-
- readExternal(ObjectInput) - Method in class org.teiid.client.security.LogonResult
-
- readExternal(ObjectInput) - Method in class org.teiid.client.security.SessionToken
-
- readExternal(ObjectInput) - Method in class org.teiid.client.util.ExceptionHolder
-
- readExternal(ObjectInput) - Method in class org.teiid.client.xa.XidImpl
-
- readExternal(ObjectInput) - Method in class org.teiid.net.socket.Handshake
-
- readExternal(ObjectInput) - Method in class org.teiid.net.socket.Message
-
- readExternal(ObjectInput) - Method in class org.teiid.net.socket.ServiceInvocationStruct
-
- readObject(ObjectInput, List<Object>, byte) - Method in class org.teiid.client.BatchSerializer.ObjectColumnSerializer
-
- reasonWhyInvalidApplicationName(String) - Static method in class org.teiid.jdbc.BaseDataSource
-
Return the reason why the supplied application name may be invalid, or null
if it is considered valid.
- reasonWhyInvalidDatabaseName(String) - Static method in class org.teiid.jdbc.BaseDataSource
-
Return the reason why the supplied virtual database name may be invalid, or null
if it is considered valid.
- reasonWhyInvalidDatabaseVersion(String) - Static method in class org.teiid.jdbc.BaseDataSource
-
Return the reason why the supplied virtual database version may be invalid, or null
if it is considered valid.
- reasonWhyInvalidDataSourceName(String) - Static method in class org.teiid.jdbc.BaseDataSource
-
Return the reason why the supplied data source name may be invalid, or null
if it is considered valid.
- reasonWhyInvalidDescription(String) - Static method in class org.teiid.jdbc.BaseDataSource
-
Return the reason why the supplied description may be invalid, or null
if it is considered valid.
- reasonWhyInvalidFetchSize(int) - Static method in class org.teiid.jdbc.BaseDataSource
-
The reason why fetchSize is invalid.
- reasonWhyInvalidPartialResultsMode(String) - Static method in class org.teiid.jdbc.BaseDataSource
-
The reason why partialResultsMode is invalid.
- reasonWhyInvalidPassword(String) - Static method in class org.teiid.jdbc.BaseDataSource
-
Return the reason why the supplied password may be invalid, or null
if it is considered valid.
- reasonWhyInvalidPortNumber(int) - Static method in class org.teiid.jdbc.TeiidDataSource
-
Return the reason why the supplied port number may be invalid, or null
if it is considered valid.
- reasonWhyInvalidServerName(String) - Static method in class org.teiid.jdbc.TeiidDataSource
-
Return the reason why the supplied server name may be invalid, or null
if it is considered valid.
- reasonWhyInvalidSocketsPerVM(String) - Static method in class org.teiid.jdbc.TeiidDataSource
-
The reason why "socketsPerVM" is invalid.
- reasonWhyInvalidStickyConnections(String) - Static method in class org.teiid.jdbc.TeiidDataSource
-
The reason why "stickyConnections" is invalid.
- reasonWhyInvalidTransactionAutoWrap(String) - Static method in class org.teiid.jdbc.BaseDataSource
-
Return the reason why the supplied transaction auto wrap value may be invalid, or null
if it is considered valid.
- reasonWhyInvalidUser(String) - Static method in class org.teiid.jdbc.BaseDataSource
-
Return the reason why the supplied user name may be invalid, or null
if it is considered valid.
- receiveResults(T) - Method in interface org.teiid.client.util.ResultsReceiver
-
- recover(int) - Method in interface org.teiid.client.DQP
-
- recover(int) - Method in class org.teiid.jdbc.XAConnectionImpl
-
- recoverTransaction(int) - Method in class org.teiid.jdbc.ConnectionImpl
-
- recycleConnection(boolean) - Method in class org.teiid.jdbc.ConnectionImpl
-
- refreshRow() - Method in class org.teiid.jdbc.ResultSetImpl
-
- registerOutParameter(int, int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- registerOutParameter(int, int, int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- registerOutParameter(int, int, String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- registerOutParameter(String, int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- registerOutParameter(String, int, int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- registerOutParameter(String, int, String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- RELATIONAL_PLANNER - Static variable in class org.teiid.client.plan.Annotation
-
- relative(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
Moves the cursor a number of rows relative to the current row in this
ResultSet object.
- releaseSavepoint(Savepoint) - Method in class org.teiid.jdbc.ConnectionImpl
-
- RemoteInvocationHandler(Class<?>, boolean) - Constructor for class org.teiid.net.socket.SocketServerInstanceImpl.RemoteInvocationHandler
-
- remove(int) - Method in class org.teiid.client.ResizingArrayList
-
- removeConnectionEventListener(ConnectionEventListener) - Method in class org.teiid.jdbc.XAConnectionImpl
-
- removeStatementEventListener(StatementEventListener) - Method in class org.teiid.jdbc.XAConnectionImpl
-
- REPORT_AS_VIEWS - Static variable in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- requestBatch(int) - Method in interface org.teiid.jdbc.BatchResults.BatchFetcher
-
- requestBatch(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- RequestMessage - Class in org.teiid.client
-
Request Message, used by MMXStatement for submitting queries.
- RequestMessage() - Constructor for class org.teiid.client.RequestMessage
-
- RequestMessage(String) - Constructor for class org.teiid.client.RequestMessage
-
- RequestMessage.ResultsMode - Enum in org.teiid.client
-
- RequestMessage.ShowPlan - Enum in org.teiid.client
-
- RequestMessage.StatementType - Enum in org.teiid.client
-
- requestNextLobChunk(int, long, String) - Method in interface org.teiid.client.DQP
-
- RequestOptions - Class in org.teiid.jdbc
-
- RequestOptions() - Constructor for class org.teiid.jdbc.RequestOptions
-
- resetExecutionState() - Method in class org.teiid.jdbc.CallableStatementImpl
-
- resetExecutionState() - Method in class org.teiid.jdbc.StatementImpl
-
Reset all per-execution state - this should be done before executing
a new command.
- ResizingArrayList<T> - Class in org.teiid.client
-
Modified
ArrayList
that resizes up and down by powers of 2.
- ResizingArrayList() - Constructor for class org.teiid.client.ResizingArrayList
-
- ResizingArrayList(int) - Constructor for class org.teiid.client.ResizingArrayList
-
- ResizingArrayList(Collection<? extends T>) - Constructor for class org.teiid.client.ResizingArrayList
-
- RESULT_SET - Static variable in class org.teiid.client.metadata.ParameterInfo
-
Constant identifying a RESULT SET parameter
- RESULT_SET_CACHE_MODE - Static variable in interface org.teiid.jdbc.ExecutionProperties
-
Whether to use result set cache if it is available
- resultSet - Variable in class org.teiid.jdbc.StatementImpl
-
- ResultSetImpl - Class in org.teiid.jdbc
-
- ResultSetMetaDataImpl - Class in org.teiid.jdbc
-
- ResultSetMetaDataImpl(MetadataProvider, String) - Constructor for class org.teiid.jdbc.ResultSetMetaDataImpl
-
- ResultsFuture<T> - Class in org.teiid.client.util
-
Implements a call back based future that can also have
completion listeners.
- ResultsFuture() - Constructor for class org.teiid.client.util.ResultsFuture
-
- ResultsFuture.CompletionListener<T> - Interface in org.teiid.client.util
-
- ResultsMessage - Class in org.teiid.client
-
Results Message, used by MMStatement to get the query results.
- ResultsMessage() - Constructor for class org.teiid.client.ResultsMessage
-
- ResultsMessage(List<? extends List<?>>, String[], String[]) - Constructor for class org.teiid.client.ResultsMessage
-
- ResultsMetadataConstants - Interface in org.teiid.client.metadata
-
This constants in this class indicate the column positions of different
metadata columns in queries against Runtime metadata.
- ResultsMetadataConstants.NULL_TYPES - Class in org.teiid.client.metadata
-
These types are associated with a DataType or an Element needing the indication of null types.
- ResultsMetadataConstants.SEARCH_TYPES - Class in org.teiid.client.metadata
-
These types are associated with the Element having valid search types.
- ResultsReceiver<T> - Interface in org.teiid.client.util
-
- RETURN_VALUE - Static variable in class org.teiid.client.metadata.ParameterInfo
-
Constant identifying a RETURN parameter
- rollback() - Method in interface org.teiid.client.DQP
-
- rollback(XidImpl) - Method in interface org.teiid.client.DQP
-
- rollback() - Method in class org.teiid.jdbc.ConnectionImpl
-
- rollback(boolean) - Method in class org.teiid.jdbc.ConnectionImpl
-
Rollback the current local transaction
- rollback(Savepoint) - Method in class org.teiid.jdbc.ConnectionImpl
-
- rollback(Xid) - Method in class org.teiid.jdbc.XAConnectionImpl
-
- rollbackTransaction(XidImpl) - Method in class org.teiid.jdbc.ConnectionImpl
-
- rowDeleted() - Method in class org.teiid.jdbc.ResultSetImpl
-
- rowInserted() - Method in class org.teiid.jdbc.ResultSetImpl
-
- rowUpdated() - Method in class org.teiid.jdbc.ResultSetImpl
-
- sanitize(Throwable, boolean) - Static method in class org.teiid.client.util.ExceptionUtil
-
Strip out the message and optionally the stacktrace
- SCALE - Static variable in interface org.teiid.client.metadata.ResultsMetadataConstants
-
- SEARCH_TYPES() - Constructor for class org.teiid.client.metadata.ResultsMetadataConstants.SEARCH_TYPES
-
- SEARCHABLE - Static variable in class org.teiid.client.metadata.ResultsMetadataConstants.SEARCH_TYPES
-
- SEARCHABLE - Static variable in interface org.teiid.client.metadata.ResultsMetadataConstants
-
- Secure - Annotation Type in org.teiid.client.security
-
- SECURE_PROTOCOL - Static variable in interface org.teiid.net.TeiidURL.CONNECTION
-
Secure Protocol.
- SECURE_PROTOCOL - Static variable in class org.teiid.net.TeiidURL
-
- selectNextInstance(List<HostInfo>) - Method in interface org.teiid.net.socket.ServerDiscovery
-
Select the next instance to try.
- selectNextInstance(List<HostInfo>) - Method in class org.teiid.net.socket.UrlServerDiscovery
-
- selectServerInstance(boolean) - Method in class org.teiid.net.socket.SocketServerConnection
-
Implements a sticky random selection policy
TODO: make this customizable
TODO: put more information on hostinfo as to process response time, last successful connect, etc.
- send(Message, ResultsReceiver<Object>, Serializable) - Method in interface org.teiid.net.socket.SocketServerInstance
-
- send(Message, ResultsReceiver<Object>, Serializable) - Method in class org.teiid.net.socket.SocketServerInstanceImpl
-
- serialize(boolean) - Method in class org.teiid.client.ResultsMessage
-
Serialize the result data
- serialVersionUID - Static variable in class org.teiid.client.security.SessionToken
-
- serialVersionUID - Static variable in class org.teiid.net.socket.Message
-
- SERVER_URL - Static variable in interface org.teiid.net.TeiidURL.CONNECTION
-
- serverConn - Variable in class org.teiid.jdbc.ConnectionImpl
-
- ServerConnection - Interface in org.teiid.net
-
- ServerConnectionFactory - Interface in org.teiid.net
-
- ServerDiscovery - Interface in org.teiid.net.socket
-
Customizable ServerDiscovery interface
- ServiceInvocationStruct - Class in org.teiid.net.socket
-
- ServiceInvocationStruct() - Constructor for class org.teiid.net.socket.ServiceInvocationStruct
-
- ServiceInvocationStruct(Object[], String, Class<?>) - Constructor for class org.teiid.net.socket.ServiceInvocationStruct
-
- SessionToken - Class in org.teiid.client.security
-
This class is an immutable identifier for a unique session that also
maintains the name of the principal for that session.
- SessionToken() - Constructor for class org.teiid.client.security.SessionToken
-
- SessionToken(long, String) - Constructor for class org.teiid.client.security.SessionToken
-
Used by tests to control the session id
- SessionToken(String) - Constructor for class org.teiid.client.security.SessionToken
-
The primary constructor that specifies userName
- set(int, T) - Method in class org.teiid.client.ResizingArrayList
-
- setAdditionalProperties(String) - Method in class org.teiid.jdbc.BaseDataSource
-
- setAlternateServers(String) - Method in class org.teiid.jdbc.TeiidDataSource
-
Sets a list of alternate server(s) that can be used for
connection fail-over.
- setAnalysisInfo(ResultsMessage) - Method in class org.teiid.jdbc.StatementImpl
-
- setAnnotations(Collection<Annotation>) - Method in class org.teiid.client.ResultsMessage
-
- setAnnotations(Collection<Annotation>) - Method in class org.teiid.jdbc.ConnectionImpl
-
- setAnsiQuotedIdentifiers(boolean) - Method in class org.teiid.client.RequestMessage
-
- setAnsiQuotedIdentifiers(boolean) - Method in class org.teiid.jdbc.BaseDataSource
-
- setApplicationName(String) - Method in class org.teiid.jdbc.BaseDataSource
-
< * Sets the name of the application.
- setArray(int, Array) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setAsciiStream(String, InputStream) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setAsciiStream(String, InputStream, int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setAsciiStream(String, InputStream, long) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setAsciiStream(int, InputStream, int) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setAsciiStream(int, InputStream) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setAsciiStream(int, InputStream, long) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setAuthType(AuthenticationType) - Method in class org.teiid.net.socket.Handshake
-
- setAutoCommit(boolean) - Method in class org.teiid.jdbc.ConnectionImpl
-
- setAutoCommitTxn(String) - Method in class org.teiid.jdbc.BaseDataSource
-
Sets the setting for how connections are created by this DataSource manage transactions
for client requests with autoCommit = true.
- setAutoFailover(String) - Method in class org.teiid.jdbc.TeiidDataSource
-
- setAutoGeneratedKeys(boolean) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setBatchedUpdate(boolean) - Method in class org.teiid.client.RequestMessage
-
- setBatchFetcher(BatchResults.BatchFetcher) - Method in class org.teiid.jdbc.BatchResults
-
- setBigDecimal(String, BigDecimal) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setBigDecimal(int, BigDecimal) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setBinaryStream(String, InputStream) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setBinaryStream(String, InputStream, int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setBinaryStream(String, InputStream, long) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setBinaryStream(int, InputStream, int) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setBinaryStream(int, InputStream) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setBinaryStream(int, InputStream, long) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setBlob(String, Blob) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setBlob(String, InputStream) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setBlob(String, InputStream, long) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setBlob(int, Blob) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setBlob(int, InputStream) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setBlob(int, InputStream, long) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setBoolean(String, boolean) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setBoolean(int, boolean) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setByte(String, byte) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setByte(int, byte) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setBytes(String, byte[]) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setBytes(int, byte[]) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setCatalog(String) - Method in class org.teiid.jdbc.ConnectionImpl
-
Teiid does not allow setting a catalog through a connection.
- setCbc(boolean) - Method in class org.teiid.net.socket.Handshake
-
- setCharacterStream(String, Reader) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setCharacterStream(String, Reader, int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setCharacterStream(String, Reader, long) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setCharacterStream(int, Reader, int) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setCharacterStream(int, Reader) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setCharacterStream(int, Reader, long) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setClientInfo(Properties) - Method in class org.teiid.jdbc.ConnectionImpl
-
- setClientInfo(String, String) - Method in class org.teiid.jdbc.ConnectionImpl
-
- setClientSerializationVersion(byte) - Method in class org.teiid.client.ResultsMessage
-
- setClob(String, Clob) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setClob(String, Reader) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setClob(String, Reader, long) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setClob(int, Clob) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setClob(int, Reader) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setClob(int, Reader, long) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setColumnNames(String[]) - Method in class org.teiid.client.ResultsMessage
-
- setCommand(Object) - Method in class org.teiid.client.RequestMessage
-
- setCommand(Object) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setCommands(String...) - Method in class org.teiid.client.RequestMessage
-
- setConserveBandwidth(boolean) - Method in class org.teiid.net.socket.OioOjbectChannelFactory
-
- setContents(Object) - Method in class org.teiid.net.socket.Message
-
- setContinuous(boolean) - Method in class org.teiid.jdbc.RequestOptions
-
- setCurrentPlanDescription(PlanNode) - Method in class org.teiid.jdbc.ConnectionImpl
-
- setCursorName(String) - Method in class org.teiid.jdbc.StatementImpl
-
- setCursorType(int) - Method in class org.teiid.client.RequestMessage
-
Sets the cursorType.
- setDatabaseName(String) - Method in class org.teiid.jdbc.BaseDataSource
-
Sets the name of the virtual database on a particular Teiid Server.
- setDatabaseVersion(String) - Method in class org.teiid.jdbc.BaseDataSource
-
Sets the databaseVersion.
- setDataSourceName(String) - Method in class org.teiid.jdbc.BaseDataSource
-
Sets the logical name for the underlying XADataSource
or
ConnectionPoolDataSource
;
used only when pooling connections or distributed transactions are implemented.
- setDataTypes(String[]) - Method in class org.teiid.client.ResultsMessage
-
- setDate(String, Date) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setDate(String, Date, Calendar) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setDate(int, Date) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setDate(int, Date, Calendar) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setDebugLog(String) - Method in class org.teiid.client.ResultsMessage
-
- setDebugLog(String) - Method in class org.teiid.jdbc.ConnectionImpl
-
- setDelayDeserialization(boolean) - Method in class org.teiid.client.ResultsMessage
-
- setDelaySerialization(boolean) - Method in class org.teiid.client.RequestMessage
-
- setDescription(String) - Method in class org.teiid.jdbc.BaseDataSource
-
Sets the description of this data source.
- setDisableLocalTxn(String) - Method in class org.teiid.jdbc.BaseDataSource
-
- setDisablePing(boolean) - Method in class org.teiid.net.socket.SocketServerConnectionFactory
-
- setDiscoveryStrategy(String) - Method in class org.teiid.jdbc.TeiidDataSource
-
- setDouble(String, double) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setDouble(int, double) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setEncryptRequests(boolean) - Method in class org.teiid.jdbc.TeiidDataSource
-
- setEscapeProcessing(boolean) - Method in class org.teiid.jdbc.StatementImpl
-
- setException(Throwable) - Method in class org.teiid.client.ResultsMessage
-
- setExecutionId(long) - Method in class org.teiid.client.RequestMessage
-
- setExecutionPayload(Serializable) - Method in class org.teiid.client.RequestMessage
-
- setExecutionProperty(String, String) - Method in class org.teiid.jdbc.ConnectionImpl
-
- setExecutionProperty(String, String) - Method in class org.teiid.jdbc.StatementImpl
-
- setExecutionProperty(String, String) - Method in interface org.teiid.jdbc.TeiidStatement
-
- setFailOver(boolean) - Method in class org.teiid.net.socket.SocketServerConnection
-
- setFailOverPingInterval(int) - Method in class org.teiid.net.socket.SocketServerConnection
-
- setFetchDirection(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- setFetchDirection(int) - Method in class org.teiid.jdbc.StatementImpl
-
- setFetchSize(int) - Method in class org.teiid.client.RequestMessage
-
- setFetchSize(int) - Method in class org.teiid.jdbc.BaseDataSource
-
- setFetchSize(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- setFetchSize(int) - Method in class org.teiid.jdbc.StatementImpl
-
- setFinalRow(int) - Method in class org.teiid.client.ResultsMessage
-
- setFirstRow(int) - Method in class org.teiid.client.ResultsMessage
-
- setFloat(String, float) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setFloat(int, float) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setHoldability(int) - Method in class org.teiid.jdbc.ConnectionImpl
-
- setInLocalTxn(boolean) - Method in class org.teiid.jdbc.ConnectionImpl
-
- setInt(String, int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setInt(int, int) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setJaasName(String) - Method in class org.teiid.jdbc.TeiidDataSource
-
Application name from JAAS Login Config file
- setKerberosServicePrincipleName(String) - Method in class org.teiid.jdbc.TeiidDataSource
-
Kerberos KDC service principle name
- setLastRow(int) - Method in class org.teiid.client.ResultsMessage
-
- setLoadBalance(boolean) - Method in class org.teiid.jdbc.TeiidDataSource
-
- setLoadBalance(boolean) - Method in class org.teiid.jdbc.XAConnectionImpl
-
- setLocalProfile(ConnectionProfile) - Method in class org.teiid.jdbc.TeiidDriver
-
- setLoginTimeout(int) - Method in class org.teiid.jdbc.BaseDataSource
-
Sets the maximum time in seconds that this data source can wait while attempting
to connect to a database.
- setLogWriter(PrintWriter) - Method in class org.teiid.jdbc.BaseDataSource
-
Set the log writer for this data source.
- setLong(String, long) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setLong(int, long) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setMaxCachedInstances(int) - Method in class org.teiid.net.socket.SocketServerConnectionFactory
-
- setMaxFieldSize(int) - Method in class org.teiid.jdbc.ResultSetImpl
-
- setMaxFieldSize(int) - Method in class org.teiid.jdbc.StatementImpl
-
- setMaxObjectSize(int) - Method in class org.teiid.net.socket.OioOjbectChannelFactory
-
- setMaxRows(int) - Method in class org.teiid.jdbc.StatementImpl
-
- setMessageKey(Serializable) - Method in class org.teiid.net.socket.Message
-
- setNCharacterStream(String, Reader) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setNCharacterStream(String, Reader, long) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setNCharacterStream(int, Reader) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setNCharacterStream(int, Reader, long) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setNClob(String, NClob) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setNClob(String, Reader) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setNClob(String, Reader, long) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setNClob(int, NClob) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setNClob(int, Reader) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setNClob(int, Reader, long) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setNetworkTimeout(Executor, int) - Method in class org.teiid.jdbc.ConnectionImpl
-
- setNoExec(boolean) - Method in class org.teiid.client.RequestMessage
-
- setNoExec(boolean) - Method in class org.teiid.jdbc.BaseDataSource
-
- setNString(String, String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setNString(int, String) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setNull(String, int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setNull(String, int, String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setNull(int, int) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setNull(int, int, String) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setObject(String, Object) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setObject(String, Object, int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setObject(String, Object, int, int) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setObject(int, Object, int, int) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setObject(int, Object, int) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setObject(int, Object) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setParameters(List) - Method in class org.teiid.client.ResultsMessage
-
- setParameterValues(List<?>) - Method in class org.teiid.client.RequestMessage
-
- setPartialResults(boolean) - Method in class org.teiid.client.RequestMessage
-
- setPartialResultsMode(String) - Method in class org.teiid.jdbc.BaseDataSource
-
- setPassthroughAuthentication(boolean) - Method in class org.teiid.jdbc.TeiidDataSource
-
When set to true, the connection uses the passed in security domain to do the authentication.
- setPassword(String) - Method in class org.teiid.jdbc.BaseDataSource
-
Sets the password.
- setPayload(Properties) - Method in class org.teiid.jdbc.ConnectionImpl
-
- setPayload(Serializable) - Method in class org.teiid.jdbc.StatementImpl
-
- setPayload(Serializable) - Method in interface org.teiid.jdbc.TeiidStatement
-
Set the per-statement security payload.
- setPlanDescription(PlanNode) - Method in class org.teiid.client.ResultsMessage
-
- setPlanNode(PlanNode) - Method in class org.teiid.client.plan.PlanNode.Property
-
- setPoolable(boolean) - Method in class org.teiid.jdbc.StatementImpl
-
- setPortNumber(int) - Method in class org.teiid.jdbc.TeiidDataSource
-
Sets the portNumber.
- setPublicKey(byte[]) - Method in class org.teiid.net.socket.Handshake
-
- setPublicKeyLarge(byte[]) - Method in class org.teiid.net.socket.Handshake
-
- setQueryTimeout(int) - Method in class org.teiid.jdbc.BaseDataSource
-
- setQueryTimeout(int) - Method in class org.teiid.jdbc.StatementImpl
-
- setReadOnly(boolean) - Method in class org.teiid.jdbc.ConnectionImpl
-
- setReceiveBufferSize(int) - Method in class org.teiid.net.socket.OioOjbectChannelFactory
-
- setRef(int, Ref) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setRequestOptions(RequestOptions) - Method in class org.teiid.client.RequestMessage
-
- setResults(List<?>[]) - Method in class org.teiid.client.ResultsMessage
-
- setResults(List<? extends List<?>>) - Method in class org.teiid.client.ResultsMessage
-
- setResultSetCacheMode(String) - Method in class org.teiid.jdbc.BaseDataSource
-
- setResultsMode(RequestMessage.ResultsMode) - Method in class org.teiid.client.RequestMessage
-
- setReturnAutoGeneratedKeys(boolean) - Method in class org.teiid.client.RequestMessage
-
- setRowId(String, RowId) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setRowId(int, RowId) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setRowLimit(int) - Method in class org.teiid.client.RequestMessage
-
- setSavepoint() - Method in class org.teiid.jdbc.ConnectionImpl
-
- setSavepoint(String) - Method in class org.teiid.jdbc.ConnectionImpl
-
- setSchema(String) - Method in class org.teiid.jdbc.ConnectionImpl
-
- setSecure(boolean) - Method in class org.teiid.jdbc.TeiidDataSource
-
Sets the secure flag to use mms: protocol instead of the default mm: protocol.
- setSendBufferSize(int) - Method in class org.teiid.net.socket.OioOjbectChannelFactory
-
- setServerName(String) - Method in class org.teiid.jdbc.TeiidDataSource
-
Sets the serverName.
- setShort(String, short) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setShort(int, short) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setShowPlan(RequestMessage.ShowPlan) - Method in class org.teiid.client.RequestMessage
-
- setShowPlan(String) - Method in class org.teiid.jdbc.BaseDataSource
-
- setSocketProfile(ConnectionProfile) - Method in class org.teiid.jdbc.TeiidDriver
-
- setSoTimeout(int) - Method in class org.teiid.net.socket.OioOjbectChannelFactory
-
- setSQLXML(String, SQLXML) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setSQLXML(int, SQLXML) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setSsl(boolean) - Method in class org.teiid.net.HostInfo
-
- setStatementType(RequestMessage.StatementType) - Method in class org.teiid.client.RequestMessage
-
- setString(String, String) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setString(int, String) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setStyleSheet(String) - Method in class org.teiid.client.RequestMessage
-
Sets the styleSheet.
- setSync(boolean) - Method in class org.teiid.client.RequestMessage
-
- setSynchronousTtl(long) - Method in class org.teiid.net.socket.SocketServerConnectionFactory
-
- setTime(String, Time) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setTime(String, Time, Calendar) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setTime(int, Time) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setTime(int, Time, Calendar) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setTimestamp(String, Timestamp) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setTimestamp(String, Timestamp, Calendar) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setTimestamp(int, Timestamp) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setTimestamp(int, Timestamp, Calendar) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setTransactionAutoWrap(String) - Method in class org.teiid.jdbc.BaseDataSource
-
Deprecated.
- setTransactionIsolation(int) - Method in class org.teiid.client.RequestMessage
-
- setTransactionIsolation(int) - Method in class org.teiid.jdbc.ConnectionImpl
-
- setTransactionTimeout(int) - Method in class org.teiid.jdbc.XAConnectionImpl
-
- setTxnAutoWrapMode(String) - Method in class org.teiid.client.RequestMessage
-
Sets the txnAutoWrapMode.
- setTypeMap(Map<String, Class<?>>) - Method in class org.teiid.jdbc.ConnectionImpl
-
- setUnicodeStream(int, InputStream, int) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setUpdateCount(int) - Method in class org.teiid.client.ResultsMessage
-
- setUpdateResult(boolean) - Method in class org.teiid.client.ResultsMessage
-
- setURL(String, URL) - Method in class org.teiid.jdbc.CallableStatementImpl
-
- setURL(int, URL) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- setUseJDBC4ColumnNameAndLabelSemantics(boolean) - Method in class org.teiid.jdbc.BaseDataSource
-
- setUser(String) - Method in class org.teiid.jdbc.BaseDataSource
-
Sets the user.
- setUseResultSetCache(boolean) - Method in class org.teiid.client.RequestMessage
-
- setValidationMode(boolean) - Method in class org.teiid.client.RequestMessage
-
Sets the validationMode.
- setValues(List<String>) - Method in class org.teiid.client.plan.PlanNode.Property
-
- setVersion() - Method in class org.teiid.net.socket.Handshake
-
- setWarnings(List<Throwable>) - Method in class org.teiid.client.ResultsMessage
-
- setXMLFormat(String) - Method in class org.teiid.client.RequestMessage
-
Sets the xMLFormat.
- shutdown() - Method in interface org.teiid.net.socket.ServerDiscovery
-
- shutdown() - Method in interface org.teiid.net.socket.SocketServerInstance
-
- shutdown() - Method in class org.teiid.net.socket.SocketServerInstanceImpl
-
- shutdown() - Method in class org.teiid.net.socket.UrlServerDiscovery
-
- SIGNED - Static variable in interface org.teiid.client.metadata.ResultsMetadataConstants
-
- SingleInstanceCommunicationException - Exception in org.teiid.net.socket
-
An error occurred in communication between client and server.
- SingleInstanceCommunicationException() - Constructor for exception org.teiid.net.socket.SingleInstanceCommunicationException
-
No-Arg Constructor
- SingleInstanceCommunicationException(String) - Constructor for exception org.teiid.net.socket.SingleInstanceCommunicationException
-
- SingleInstanceCommunicationException(Throwable) - Constructor for exception org.teiid.net.socket.SingleInstanceCommunicationException
-
- SingleInstanceCommunicationException(Throwable, String) - Constructor for exception org.teiid.net.socket.SingleInstanceCommunicationException
-
- SingleInstanceCommunicationException(BundleUtil.Event, Throwable, String) - Constructor for exception org.teiid.net.socket.SingleInstanceCommunicationException
-
- size - Variable in class org.teiid.client.ResizingArrayList
-
- size() - Method in class org.teiid.client.ResizingArrayList
-
- SocketServerConnection - Class in org.teiid.net.socket
-
Represents a client connection that maintains session state and allows for service fail over.
- SocketServerConnection(SocketServerInstanceFactory, boolean, ServerDiscovery, Properties) - Constructor for class org.teiid.net.socket.SocketServerConnection
-
- SocketServerConnectionFactory - Class in org.teiid.net.socket
-
Responsible for creating socket based connections
The comm approach is object based and layered.
- SocketServerConnectionFactory() - Constructor for class org.teiid.net.socket.SocketServerConnectionFactory
-
- SocketServerInstance - Interface in org.teiid.net.socket
-
- SocketServerInstanceFactory - Interface in org.teiid.net.socket
-
- SocketServerInstanceImpl - Class in org.teiid.net.socket
-
Client view of a socket server connection that exposes remote services
On construction this class will create a channel and exchange a handshake.
- SocketServerInstanceImpl(HostInfo, long, int) - Constructor for class org.teiid.net.socket.SocketServerInstanceImpl
-
- SocketServerInstanceImpl.RemoteInvocationHandler - Class in org.teiid.net.socket
-
- SocketUtil - Class in org.teiid.net.socket
-
This class provides some utility methods to create ssl sockets using the
keystores and trust stores.
- SocketUtil() - Constructor for class org.teiid.net.socket.SocketUtil
-
- SocketUtil.SSLSocketFactory - Class in org.teiid.net.socket
-
- SourceWarning - Exception in org.teiid.client
-
This class is used to store the details of an atomic query warning.
- SourceWarning(String, String, Throwable, boolean) - Constructor for exception org.teiid.client.SourceWarning
-
Constructor that stores atomic query failure details.
- SQL_OPTION_SHOWPLAN - Static variable in interface org.teiid.jdbc.ExecutionProperties
-
Can be one of ON|OFF|DEBUG
- SQLStates - Class in org.teiid.jdbc
-
Utility class containing 1) SQL state constants used to represent JDBC error state code, and
2) utility methods to check whether a SQL state belongs to a particular class of exception states.
- SQLStates() - Constructor for class org.teiid.jdbc.SQLStates
-
- SQLStates.SQLStateClass - Class in org.teiid.jdbc
-
- SSLSocketFactory(SSLContext, boolean) - Constructor for class org.teiid.net.socket.SocketUtil.SSLSocketFactory
-
- start(XidImpl, int, int) - Method in interface org.teiid.client.DQP
-
- start(Xid, int) - Method in class org.teiid.jdbc.XAConnectionImpl
-
- startTransaction(XidImpl, int, int) - Method in class org.teiid.jdbc.ConnectionImpl
-
- StatementCallback - Interface in org.teiid.jdbc
-
A callback for non-blocking statement result processing.
- StatementImpl - Class in org.teiid.jdbc
-
- storesLowerCaseIdentifiers() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- storesLowerCaseQuotedIdentifiers() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- storesMixedCaseIdentifiers() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- storesMixedCaseQuotedIdentifiers() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- storesUpperCaseIdentifiers() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- storesUpperCaseQuotedIdentifiers() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- StreamingLobChunckProducer - Class in org.teiid.client.lob
-
- StreamingLobChunckProducer(DQP, long, Streamable<?>) - Constructor for class org.teiid.client.lob.StreamingLobChunckProducer
-
- StreamingLobChunckProducer.Factory - Class in org.teiid.client.lob
-
- submitExecute(String, StatementCallback, RequestOptions) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- submitExecute(StatementCallback, RequestOptions) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- submitExecute(RequestMessage.ResultsMode, RequestOptions) - Method in class org.teiid.jdbc.PreparedStatementImpl
-
- submitExecute(String, StatementCallback, RequestOptions) - Method in class org.teiid.jdbc.StatementImpl
-
- submitExecute(String, RequestOptions) - Method in class org.teiid.jdbc.StatementImpl
-
- submitExecute(StatementCallback, RequestOptions) - Method in interface org.teiid.jdbc.TeiidPreparedStatement
-
Execute the given statement using a non-blocking callback.
- submitExecute(String, StatementCallback, RequestOptions) - Method in interface org.teiid.jdbc.TeiidStatement
-
Execute the given statement using a non-blocking callback.
- submitNext() - Method in class org.teiid.jdbc.ResultSetImpl
-
Assumes forward only cursoring
- submitSetAutoCommitTrue(boolean) - Method in class org.teiid.jdbc.ConnectionImpl
-
- SUCESS - Static variable in class org.teiid.jdbc.SQLStates
-
- supportsAlterTableWithAddColumn() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsAlterTableWithDropColumn() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsANSI92EntryLevelSQL() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsANSI92FullSQL() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsANSI92IntermediateSQL() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsBatchUpdates() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Indicates whether the driver supports batch updates.
- supportsCatalogsInDataManipulation() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsCatalogsInIndexDefinitions() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsCatalogsInPrivilegeDefinitions() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsCatalogsInProcedureCalls() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsCatalogsInTableDefinitions() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsColumnAliasing() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsContinuous() - Method in interface org.teiid.net.ServerConnection
-
- supportsContinuous() - Method in class org.teiid.net.socket.SocketServerConnection
-
- supportsConvert() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsConvert(int, int) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsCoreSQLGrammar() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsCorrelatedSubqueries() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsDataManipulationTransactionsOnly() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsDifferentTableCorrelationNames() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsExpressionsInOrderBy() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsExtendedSQLGrammar() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsFullOuterJoins() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsGetGeneratedKeys() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsGroupBy() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsGroupByBeyondSelect() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsGroupByUnrelated() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsIntegrityEnhancementFacility() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsLikeEscapeClause() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsLimitedOuterJoins() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsMinimumSQLGrammar() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsMixedCaseIdentifiers() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsMixedCaseQuotedIdentifiers() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsMultipleOpenResults() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsMultipleResultSets() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsMultipleTransactions() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsNamedParameters() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsNonNullableColumns() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsOpenCursorsAcrossCommit() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsOpenCursorsAcrossRollback() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsOpenStatementsAcrossCommit() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsOpenStatementsAcrossRollback() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsOrderByUnrelated() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsOuterJoins() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsPartialResults() - Method in class org.teiid.client.RequestMessage
-
- supportsPositionedDelete() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsPositionedUpdate() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsResultSetConcurrency(int, int) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsResultSetHoldability(int) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Retrieves whether database supports the given result set holdability.
- supportsResultSetType(int) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
Does the database support the given result set type?
- supportsSavepoints() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsSchemasInDataManipulation() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsSchemasInIndexDefinitions() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsSchemasInPrivilegeDefinitions() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsSchemasInProcedureCalls() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsSchemasInTableDefinitions() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsSelectForUpdate() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsStatementPooling() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsStoredFunctionsUsingCallSyntax() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsStoredProcedures() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsSubqueriesInComparisons() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsSubqueriesInExists() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsSubqueriesInIns() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsSubqueriesInQuantifieds() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsTableCorrelationNames() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsTransactionIsolationLevel(int) - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsTransactions() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsUnion() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- supportsUnionAll() - Method in class org.teiid.jdbc.DatabaseMetaDataImpl
-
- targetClass - Variable in class org.teiid.net.socket.ServiceInvocationStruct
-
- Task(Runnable, long) - Constructor for class org.teiid.jdbc.EnhancedTimer.Task
-
- TeiidConnection - Interface in org.teiid.jdbc
-
Optional methods supported by Teiid Connections.
- TeiidDataSource - Class in org.teiid.jdbc
-
- TeiidDataSource() - Constructor for class org.teiid.jdbc.TeiidDataSource
-
- TeiidDriver - Class in org.teiid.jdbc
-
JDBC Driver class for Teiid Embedded and Teiid Server.
- TeiidDriver() - Constructor for class org.teiid.jdbc.TeiidDriver
-
- TeiidPreparedStatement - Interface in org.teiid.jdbc
-
This interface provides methods in
addition to the standard JDBC methods.
- TeiidResultSet - Interface in org.teiid.jdbc
-
- TeiidSecurityException - Exception in org.teiid.client.security
-
- TeiidSecurityException() - Constructor for exception org.teiid.client.security.TeiidSecurityException
-
No-Arg Constructor
- TeiidSecurityException(BundleUtil.Event, Throwable, String) - Constructor for exception org.teiid.client.security.TeiidSecurityException
-
Construct an instance with a linked exception, and an error code and
message, specified.
- TeiidSecurityException(BundleUtil.Event, String) - Constructor for exception org.teiid.client.security.TeiidSecurityException
-
Construct an instance with an error code and message specified.
- TeiidSecurityException(Throwable, String) - Constructor for exception org.teiid.client.security.TeiidSecurityException
-
Constructs an instance of the exception with the specified detail message
and a single exception.
- TeiidSecurityException(Throwable) - Constructor for exception org.teiid.client.security.TeiidSecurityException
-
Constructs an instance of the exception with no detail message but with a
single exception.
- TeiidSecurityException(String) - Constructor for exception org.teiid.client.security.TeiidSecurityException
-
Constructs an instance of the exception with the specified detail message.
- TeiidSQLException - Exception in org.teiid.jdbc
-
Teiid specific SQLException
- TeiidSQLException() - Constructor for exception org.teiid.jdbc.TeiidSQLException
-
No-arg constructor required by Externalizable semantics.
- TeiidSQLException(String) - Constructor for exception org.teiid.jdbc.TeiidSQLException
-
- TeiidSQLException(String, String) - Constructor for exception org.teiid.jdbc.TeiidSQLException
-
- TeiidSQLException(Throwable, String, String, int) - Constructor for exception org.teiid.jdbc.TeiidSQLException
-
- TeiidSQLWarning - Exception in org.teiid.jdbc
-
Teiid specific SQLWarning
If the cause was a source SQLWarning, then you may need to consult
the warning chain to get all warnings, see the example below.
- TeiidSQLWarning() - Constructor for exception org.teiid.jdbc.TeiidSQLWarning
-
- TeiidSQLWarning(String) - Constructor for exception org.teiid.jdbc.TeiidSQLWarning
-
- TeiidSQLWarning(String, String) - Constructor for exception org.teiid.jdbc.TeiidSQLWarning
-
- TeiidSQLWarning(String, String, Throwable, String, String) - Constructor for exception org.teiid.jdbc.TeiidSQLWarning
-
- TeiidSQLWarning(String, String, int, Throwable) - Constructor for exception org.teiid.jdbc.TeiidSQLWarning
-
- TeiidStatement - Interface in org.teiid.jdbc
-
This interface provides methods in
addition to the standard JDBC methods.
- TeiidURL - Class in org.teiid.net
-
Class defines the URL in the Teiid.
- TeiidURL(String) - Constructor for class org.teiid.net.TeiidURL
-
Create an MMURL from the server URL.
- TeiidURL(String, int, boolean) - Constructor for class org.teiid.net.TeiidURL
-
- TeiidURL.CONNECTION - Interface in org.teiid.net
-
- TeiidURL.JDBC - Interface in org.teiid.net
-
- timeoutOccurred() - Method in class org.teiid.jdbc.StatementImpl
-
Ends the command and sets the status to TIMED_OUT.
- TIMEOUTS - Static variable in class org.teiid.net.socket.OioOjbectChannelFactory
-
- toArray() - Method in class org.teiid.client.ResizingArrayList
-
- toArray(U[]) - Method in class org.teiid.client.ResizingArrayList
-
- toExceptionHolders(List<? extends Throwable>) - Static method in class org.teiid.client.util.ExceptionHolder
-
- toString() - Method in class org.teiid.client.plan.Annotation
-
- toString() - Method in class org.teiid.client.plan.PlanNode
-
- toString() - Method in class org.teiid.client.ResultsMessage
-
- toString() - Method in class org.teiid.client.security.SessionToken
-
Returns a string representing the current state of the object.
- toString() - Method in exception org.teiid.client.SourceWarning
-
Gets a message detailing the source against which the atomic query failed.
- toString() - Method in class org.teiid.client.xa.XidImpl
-
- toString() - Method in class org.teiid.jdbc.JDBCURL
-
- toString() - Method in class org.teiid.jdbc.TeiidDataSource
-
- toString() - Method in class org.teiid.net.HostInfo
-
- toString() - Method in class org.teiid.net.socket.Message
-
- toString() - Method in class org.teiid.net.socket.ServiceInvocationStruct
-
- toString() - Method in class org.teiid.net.TeiidURL
-
- toThrowables(List<ExceptionHolder>) - Static method in class org.teiid.client.util.ExceptionHolder
-
- toXml() - Method in class org.teiid.client.plan.PlanNode
-
Converts this PlanNode to XML.
- TRANSPORT_NAME - Static variable in class org.teiid.jdbc.LocalProfile
-
- TRUSTSTORE_FILENAME - Static variable in class org.teiid.net.socket.SocketUtil
-
- TXN_WRAP_AUTO - Static variable in class org.teiid.jdbc.BaseDataSource
-
Transaction auto wrap constant - checks if a command
requires a transaction and will be automatically wrap it.
- TXN_WRAP_DETECT - Static variable in class org.teiid.client.RequestMessage
-
Transaction auto wrap constant - checks if a command
requires a transaction and will be automatically wrap it.
- TXN_WRAP_DETECT - Static variable in interface org.teiid.jdbc.ExecutionProperties
-
Transaction auto wrap constant - checks if a command
requires a transaction and will be automatically wrap it.
- TXN_WRAP_OFF - Static variable in class org.teiid.client.RequestMessage
-
Transaction auto wrap constant - never wrap a command execution in a transaction
- TXN_WRAP_OFF - Static variable in class org.teiid.jdbc.BaseDataSource
-
Transaction auto wrap constant - never wrap a command execution in a transaction
and allow multi-source updates to occur outside of a transaction.
- TXN_WRAP_OFF - Static variable in interface org.teiid.jdbc.ExecutionProperties
-
Transaction auto wrap constant - never wrap a command execution in a transaction
- TXN_WRAP_ON - Static variable in class org.teiid.client.RequestMessage
-
Transaction auto wrap constant - always wrap commands in a transaction.
- TXN_WRAP_ON - Static variable in class org.teiid.jdbc.BaseDataSource
-
Transaction auto wrap constant - always wrap every non-transactional command
execution in a transaction.
- TXN_WRAP_ON - Static variable in interface org.teiid.jdbc.ExecutionProperties
-
Transaction auto wrap constant - always wrap commands in a transaction.