A B C D E F G H I J L M N O P Q R S T U V W

A

absolute(int) - Method in class com.metamatrix.jdbc.BatchResults
 
absolute(int, int) - Method in class com.metamatrix.jdbc.BatchResults
 
absolute(int) - Method in class com.metamatrix.jdbc.MMResultSet
 
AbstractMetadataProvider - Class in com.metamatrix.jdbc
 
AbstractMetadataProvider() - Constructor for class com.metamatrix.jdbc.AbstractMetadataProvider
 
acceptsURL(String) - Method in class com.metamatrix.jdbc.EmbeddedDriver
Returns true if the driver thinks that it can open a connection to the given URL.
acceptsURL(String) - Method in class com.metamatrix.jdbc.MMDriver
Returns true if the driver thinks that it can open a connection to the given URL.
accumulateWarnings(List<Exception>) - Method in class com.metamatrix.jdbc.MMStatement
 
addBatch() - Method in class com.metamatrix.jdbc.MMPreparedStatement
Adds a set of parameters to this PreparedStatement object's list of commands to be sent to the database for execution as a batch.
addBatch(String) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
addBatch(String) - Method in class com.metamatrix.jdbc.MMStatement
Adds sql to this statement object's current list of commands.
addConnectionEventListener(ConnectionEventListener) - Method in class com.metamatrix.jdbc.MMXAConnection
 
addConnectorFailure(String, SQLException) - Method in exception com.metamatrix.jdbc.api.PartialResultsWarning
Add a connector failure to the warning
addStatementEventListener(StatementEventListener) - Method in class com.metamatrix.jdbc.MMXAConnection
 
afterLast() - Method in class com.metamatrix.jdbc.MMResultSet
Moves the cursor to the end of the result set, just after the last row.
allProceduresAreCallable() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether the current user has the required security rights to call all the procedures returned by the method getProcedures.
allTablesAreSelectable() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether the current user can use SELECT statement with all of the tables returned by the method getTables.
AnnotationImpl - Class in com.metamatrix.jdbc
 
APP_NAME - Static variable in class com.metamatrix.jdbc.BaseDataSource
 
attachStylesheet(Reader) - Method in interface com.metamatrix.jdbc.api.Statement
Attach a stylesheet to be applied on the server for XML queries executed with this Statement.
attachStylesheet(Reader) - Method in class com.metamatrix.jdbc.MMStatement
This method sets a style sheet to this object.
autoCommitFailureClosesAllResultSets() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
 

B

BaseDataSource - Class in com.metamatrix.jdbc
The MetaMatrix JDBC DataSource implementation class of DataSource and XADataSource.
BaseDataSource() - Constructor for class com.metamatrix.jdbc.BaseDataSource
Constructor for MMDataSource.
BaseDriver - Class in com.metamatrix.jdbc
 
BaseDriver() - Constructor for class com.metamatrix.jdbc.BaseDriver
 
BatchFetcher - Interface in com.metamatrix.jdbc
 
batchParameterList - Variable in class com.metamatrix.jdbc.MMPreparedStatement
 
BatchResults - Class in com.metamatrix.jdbc
 
BatchResults(List[], int, int, boolean, int) - Constructor for class com.metamatrix.jdbc.BatchResults
 
BatchResults(BatchFetcher, int, BatchResults.Batch) - Constructor for class com.metamatrix.jdbc.BatchResults
 
beforeFirst() - Method in class com.metamatrix.jdbc.MMResultSet
Moves the cursor to the front of the result set, just before the first row.
belongsToClass(String, SQLStates.SQLStateClass) - Static method in class com.metamatrix.jdbc.api.SQLStates
 
buildProperties(String, String) - Method in class com.metamatrix.jdbc.BaseDataSource
 
buildProperties(String, String) - Method in class com.metamatrix.jdbc.EmbeddedDataSource
 
buildProperties(String, String) - Method in class com.metamatrix.jdbc.MMDataSource
 
buildServerURL() - Method in class com.metamatrix.jdbc.MMDataSource
 
buildURL() - Method in class com.metamatrix.jdbc.MMDataSource
 

C

cancel() - Method in class com.metamatrix.jdbc.MMStatement
This method can be used by one thread to cancel a statement that is being executed by another thread.
CANCELLED - Static variable in class com.metamatrix.jdbc.MMStatement
 
cancelRequest() - Method in class com.metamatrix.jdbc.MMStatement
 
cancelRowUpdates() - Method in class com.metamatrix.jdbc.MMResultSet
Cancels the updates made to a row.
checkClosed() - Method in class com.metamatrix.jdbc.MMResultSet
 
checkNotForwardOnly() - Method in class com.metamatrix.jdbc.MMResultSet
 
checkStatement() - Method in class com.metamatrix.jdbc.MMStatement
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 com.metamatrix.jdbc.api.SQLStates
Identifies the SQLState class Connection Exception (08).
CLASS_INVALID_AUTHORIZATION_SPECIFICATION - Static variable in class com.metamatrix.jdbc.api.SQLStates
Identifies the SQLState class Invalid Authorization Specification (28).
CLASS_USAGE_ERROR - Static variable in class com.metamatrix.jdbc.api.SQLStates
 
clearBatch() - Method in class com.metamatrix.jdbc.MMStatement
Makes the set of commands in the current batch empty.
clearParameters() - Method in class com.metamatrix.jdbc.MMPreparedStatement
Clears the values set for the PreparedStatement object's IN parameters and releases the resources used by those values.
clearStylesheet() - Method in interface com.metamatrix.jdbc.api.Statement
Clear any previously attached stylesheet for this Statement object.
clearStylesheet() - Method in class com.metamatrix.jdbc.MMStatement
This method removes any existing style sheet on this object.
clearWarnings() - Method in class com.metamatrix.jdbc.MMConnection
This method clears all warnings reported for this object.
clearWarnings() - Method in class com.metamatrix.jdbc.MMResultSet
 
clearWarnings() - Method in class com.metamatrix.jdbc.MMStatement
Warning could be schema validation errors or partial results warnings.
close() - Method in class com.metamatrix.jdbc.MMCallableStatement
In many cases, it is desirable to immediately release a Statements's database and JDBC resources instead of waiting for this to happen when it is automatically closed; the close method provides this immediate release.
close() - Method in class com.metamatrix.jdbc.MMConnection
This method will release the MMDriverConnection's connection to the server and all resources immediately instead of waiting for them to be automatically released.
close() - Method in class com.metamatrix.jdbc.MMResultSet
Close this result set.
close() - Method in class com.metamatrix.jdbc.MMServerConnection
 
close() - Method in class com.metamatrix.jdbc.MMStatement
In many cases, it is desirable to immediately release a Statements's database and JDBC resources instead of waiting for this to happen when it is automatically closed; the close method provides this immediate release.
close() - Method in class com.metamatrix.jdbc.MMXAConnection
 
close() - Method in class com.metamatrix.script.io.ResultSetReader
 
close() - Method in class com.metamatrix.script.io.StringLineReader
 
com.metamatrix.jdbc - package com.metamatrix.jdbc
 
com.metamatrix.jdbc.api - package com.metamatrix.jdbc.api
 
com.metamatrix.jdbc.api.tools - package com.metamatrix.jdbc.api.tools
 
com.metamatrix.jdbc.util - package com.metamatrix.jdbc.util
 
com.metamatrix.script.io - package com.metamatrix.script.io
 
commandStatus - Variable in class com.metamatrix.jdbc.MMStatement
 
commit() - Method in class com.metamatrix.jdbc.MMConnection
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 com.metamatrix.jdbc.MMXAResource
 
commitTransaction(MMXid, boolean) - Method in class com.metamatrix.jdbc.MMConnection
 
connect(String, Properties) - Method in class com.metamatrix.jdbc.EmbeddedDriver
This method tries to make a metamatrix connection to the given URL.
connect(String, Properties) - Method in class com.metamatrix.jdbc.MMDriver
This method tries to make a metamatrix connection to the given URL.
Connection - Interface in com.metamatrix.jdbc.api
MetaMatrix extensions to the standard JDBC Connection interface.
CONNECTION_EXCEPTION_CONNECTION_DOES_NOT_EXIST - Static variable in class com.metamatrix.jdbc.api.SQLStates
Connection does not exist (SQL-99 08003)
CONNECTION_EXCEPTION_CONNECTION_FAILURE - Static variable in class com.metamatrix.jdbc.api.SQLStates
Connection failure (SQL-99 08006)
CONNECTION_EXCEPTION_CONNECTION_NAME_IN_USE - Static variable in class com.metamatrix.jdbc.api.SQLStates
Connection name in use (SQL-99 08002)
CONNECTION_EXCEPTION_NO_SUBCLASS - Static variable in class com.metamatrix.jdbc.api.SQLStates
Connection Exception with no subclass (SQL-99 08000)
CONNECTION_EXCEPTION_SQLCLIENT_UNABLE_TO_ESTABLISH_SQLCONNECTION - Static variable in class com.metamatrix.jdbc.api.SQLStates
SQL-client unable to establish SQL-connection (SQL-99 08001)
CONNECTION_EXCEPTION_SQLSERVER_REJECTED_ESTABLISHMENT_OF_SQLCONNECTION - Static variable in class com.metamatrix.jdbc.api.SQLStates
SQL-server rejected establishment of SQL-connection (SQL-99 08004)
CONNECTION_EXCEPTION_STALE_CONNECTION - Static variable in class com.metamatrix.jdbc.api.SQLStates
Connection is stale and should no longer be used.
CONNECTION_EXCEPTION_TRANSACTION_RESOLUTION_UNKNOWN - Static variable in class com.metamatrix.jdbc.api.SQLStates
Transaction resolution unknown (SQL-99 08007)
connectionAdded(String, Connection) - Method in interface com.metamatrix.jdbc.ConnectionListener
Called when a new connection is created.
ConnectionListener - Interface in com.metamatrix.jdbc
A JDBC Connection lifecycle listener
connectionRemoved(String, Connection) - Method in interface com.metamatrix.jdbc.ConnectionListener
Called when a connection is closed.
containsSQLState(String) - Method in class com.metamatrix.jdbc.api.SQLStates.SQLStateClass
 
copyPropertiesToRequest(RequestMessage, Properties) - Method in class com.metamatrix.jdbc.MMStatement
Helper method for copy the connection properties to request message.
create(Throwable) - Static method in exception com.metamatrix.jdbc.MMSQLException
 
create(Throwable, String) - Static method in exception com.metamatrix.jdbc.MMSQLException
 
createArrayOf(String, Object[]) - Method in class com.metamatrix.jdbc.MMConnection
 
createBlob() - Method in class com.metamatrix.jdbc.MMConnection
 
createClob() - Method in class com.metamatrix.jdbc.MMConnection
 
createConnection(Properties) - Method in interface com.metamatrix.jdbc.EmbeddedConnectionFactory
Create a Connection to the DQP.
createNClob() - Method in class com.metamatrix.jdbc.MMConnection
 
createRequestMessage(String[], boolean, Boolean) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
createRequestMessage(String[], boolean, Boolean) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
createRequestMessage(String[], boolean, Boolean) - Method in class com.metamatrix.jdbc.MMStatement
 
createResultSet(ResultsMessage) - Method in class com.metamatrix.jdbc.MMStatement
 
createSQLXML() - Method in class com.metamatrix.jdbc.MMConnection
 
createStatement() - Method in class com.metamatrix.jdbc.MMConnection
This creates a MMStatement object for sending SQL statements to the MetaMatrix server.
createStatement(int, int) - Method in class com.metamatrix.jdbc.MMConnection
Creates a Statement object that will produce ResultSet objects of the type resultSetType and concurrency level resultSetConcurrency.
createStatement(int, int, int) - Method in class com.metamatrix.jdbc.MMConnection
 
createStruct(String, Object[]) - Method in class com.metamatrix.jdbc.MMConnection
 
createWithData(Map[], int) - Static method in class com.metamatrix.jdbc.StaticMetadataProvider
 
createWithInitialData(String[], String[], MMStatement, long) - Static method in class com.metamatrix.jdbc.DeferredMetadataProvider
 
currentRequestID - Variable in class com.metamatrix.jdbc.MMStatement
 

D

DatabaseMetaData - Interface in com.metamatrix.jdbc.api
The MetaMatrix-specific interface for retrieving metadata from the MetaMatrix server.
dataDefinitionCausesTransactionCommit() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether a DDL statement within a transaction forces the transaction to commit.
dataDefinitionIgnoredInTransactions() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether a DDL statement within a transaction is ignored.
DEFAULT - Static variable in class com.metamatrix.jdbc.api.SQLStates
External routine exception.
DEFAULT_FETCH_SIZE - Static variable in class com.metamatrix.jdbc.BaseDataSource
 
DEFAULT_LOG_LEVEL - Static variable in class com.metamatrix.jdbc.BaseDataSource
 
DEFAULT_PARTIAL_RESULTS_MODE - Static variable in class com.metamatrix.jdbc.BaseDataSource
 
DEFAULT_RESULT_SET_CACHE_MODE - Static variable in class com.metamatrix.jdbc.BaseDataSource
 
DEFAULT_TIMEOUT - Static variable in class com.metamatrix.jdbc.BaseDataSource
 
DeferredMetadataProvider - Class in com.metamatrix.jdbc
This metadata provider starts with just column names and types (provided in the response) but must lazily load the rest of the metadata when necessary.
deleteRow() - Method in class com.metamatrix.jdbc.MMResultSet
 
deletesAreDetected(int) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Indicates whether or not a visible row delete can be detected by calling ResultSet.rowDeleted().
doesMaxRowSizeIncludeBlobs() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Did getMaxRowSize() include LONGVARCHAR and LONGVARBINARY blobs?
DQP_BOOTSTRAP_FILE - Static variable in class com.metamatrix.jdbc.EmbeddedDataSource
 
DRIVER_NAME - Static variable in class com.metamatrix.jdbc.EmbeddedDriver
 

E

EmbeddedConnectionFactory - Interface in com.metamatrix.jdbc
A marker interface for creating connections Embedded DQP.
EmbeddedDataSource - Class in com.metamatrix.jdbc
 
EmbeddedDataSource() - Constructor for class com.metamatrix.jdbc.EmbeddedDataSource
Constructor for EmbeddedDataSource.
EmbeddedDriver - Class in com.metamatrix.jdbc
The java.sql.DriverManager class uses this class to connect to MetaMatrix.
EmbeddedDriver() - Constructor for class com.metamatrix.jdbc.EmbeddedDriver
 
EmbeddedSQLException - Exception in com.metamatrix.jdbc
 
EmbeddedSQLException(Throwable) - Constructor for exception com.metamatrix.jdbc.EmbeddedSQLException
 
EmbeddedSQLException(Throwable, String) - Constructor for exception com.metamatrix.jdbc.EmbeddedSQLException
 
EmbeddedSQLException(String) - Constructor for exception com.metamatrix.jdbc.EmbeddedSQLException
 
end(Xid, int) - Method in class com.metamatrix.jdbc.MMXAResource
 
endTransaction(MMXid, int) - Method in class com.metamatrix.jdbc.MMConnection
 
execute(String) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
execute() - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
execute(String) - Method in class com.metamatrix.jdbc.MMStatement
 
execute(String, int) - Method in class com.metamatrix.jdbc.MMStatement
 
execute(String, int[]) - Method in class com.metamatrix.jdbc.MMStatement
 
execute(String, String[]) - Method in class com.metamatrix.jdbc.MMStatement
 
executeBatch() - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
executeBatch() - Method in class com.metamatrix.jdbc.MMStatement
 
executeQuery(String) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
executeQuery() - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
executeQuery(String) - Method in class com.metamatrix.jdbc.MMStatement
 
executeSql(String[], boolean, Boolean) - Method in class com.metamatrix.jdbc.MMStatement
 
executeUpdate(String) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
executeUpdate() - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
executeUpdate(String) - Method in class com.metamatrix.jdbc.MMStatement
 
executeUpdate(String, int) - Method in class com.metamatrix.jdbc.MMStatement
 
executeUpdate(String, int[]) - Method in class com.metamatrix.jdbc.MMStatement
 
executeUpdate(String, String[]) - Method in class com.metamatrix.jdbc.MMStatement
 

F

FilteredResultsMetadata - Class in com.metamatrix.jdbc
 
findColumn(String) - Method in class com.metamatrix.jdbc.MMResultSet
This method returns the integer that represents which column represents the column name parameter.
findColumnIndex(String) - Method in class com.metamatrix.jdbc.MMResultSet
 
first() - Method in class com.metamatrix.jdbc.MMResultSet
Moves the cursor to the first row in this ResultSet object.
forget(Xid) - Method in class com.metamatrix.jdbc.MMXAResource
 
forgetTransaction(MMXid) - Method in class com.metamatrix.jdbc.MMConnection
 
free() - Method in class com.metamatrix.jdbc.MMBlob
 
free() - Method in class com.metamatrix.jdbc.MMClob
 
free() - Method in class com.metamatrix.jdbc.MMSQLXML
 

G

getAbsoluteRowNumber() - Method in class com.metamatrix.jdbc.MMResultSet
 
getAdditionalProperties() - Method in class com.metamatrix.jdbc.BaseDataSource
 
getAdminAPI() - Method in interface com.metamatrix.jdbc.api.Connection
Retrieve an administrative object used to control MM Query.
getAdminAPI() - Method in class com.metamatrix.jdbc.MMServerConnection
 
getAllowDoubleQuotedVariables() - Method in class com.metamatrix.jdbc.util.MMJDBCURL
 
getAlternateServers() - Method in class com.metamatrix.jdbc.MMDataSource
Returns a string containing a comma delimited list of alternate MetaMatrix Server(s).
getAnnotation() - Method in class com.metamatrix.jdbc.AnnotationImpl
 
getAnnotations() - Method in interface com.metamatrix.jdbc.api.Statement
Get collection of annotations from the query planner from the last command executed on the Statement, if annotations were requested.
getAnnotations() - Method in class com.metamatrix.jdbc.MMStatement
Get annotations
getApplicationName() - Method in class com.metamatrix.jdbc.BaseDataSource
Returns the name of the application.
getArray(int) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getArray(String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getArray(int) - Method in class com.metamatrix.jdbc.MMResultSet
 
getArray(String) - Method in class com.metamatrix.jdbc.MMResultSet
 
getAsciiStream() - Method in class com.metamatrix.jdbc.MMClob
Gets the CLOB value designated by this Clob object as a stream of Ascii bytes.
getAsciiStream(int) - Method in class com.metamatrix.jdbc.MMResultSet
 
getAsciiStream(String) - Method in class com.metamatrix.jdbc.MMResultSet
 
getAttributes(String, String, String, String) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
 
getAutoCommit() - Method in class com.metamatrix.jdbc.MMConnection
This method returns the current status of the connection in regards to it's auto-commit state.
getAutoFailover() - Method in class com.metamatrix.jdbc.MMDataSource
 
getBaseDriver() - Method in class com.metamatrix.jdbc.MMServerConnection
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets a description of a table's optimal set of columns that uniquely identifies a row.
getBigDecimal(int, int) - Method in class com.metamatrix.jdbc.MMCallableStatement
Deprecated.  
getBigDecimal(int) - Method in class com.metamatrix.jdbc.MMCallableStatement
Gets the value of a OUTPUT parameter as a java.math.BigDecimal object.
getBigDecimal(String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getBigDecimal(int) - Method in class com.metamatrix.jdbc.MMResultSet
This method will return the value in the current at the given column index row as a java.math.BigDecimal.
getBigDecimal(String) - Method in class com.metamatrix.jdbc.MMResultSet
This method will return the value in the current row at the given column as a java.math.BigDecimal.
getBigDecimal(int, int) - Method in class com.metamatrix.jdbc.MMResultSet
Deprecated.  
getBigDecimal(String, int) - Method in class com.metamatrix.jdbc.MMResultSet
Deprecated.  
getBinaryStream() - Method in interface com.metamatrix.jdbc.LobSearchUtil.StreamProvider
 
getBinaryStream() - Method in class com.metamatrix.jdbc.MMBlob
Retrieves the BLOB designated by this Blob instance as a stream.
getBinaryStream(long, long) - Method in class com.metamatrix.jdbc.MMBlob
 
getBinaryStream(int) - Method in class com.metamatrix.jdbc.MMResultSet
This method will read in the data byte by byte and write it to an InputStream to be returned.
getBinaryStream(String) - Method in class com.metamatrix.jdbc.MMResultSet
This method will read in the data byte by byte and write it to an InputStream to be returned.
getBinaryStream() - Method in class com.metamatrix.jdbc.MMSQLXML
 
getBlob(int) - Method in class com.metamatrix.jdbc.MMCallableStatement
Gets the value of a OUTPUT parameter as a java.sql.Blob object.
getBlob(String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getBlob(int) - Method in class com.metamatrix.jdbc.MMResultSet
This method will read in a SQL BLOB value stored in the given column as a Blob object.
getBlob(String) - Method in class com.metamatrix.jdbc.MMResultSet
This method will read in a SQL BLOB value stored in the given column as a Blob object.
getBoolean(int) - Method in class com.metamatrix.jdbc.MMCallableStatement
Gets the value of a OUTPUT parameter as a boolean.
getBoolean(String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getBoolean(int) - Method in class com.metamatrix.jdbc.MMResultSet
This method will return the value in the current row as a boolean value
getBoolean(String) - Method in class com.metamatrix.jdbc.MMResultSet
This method will return the value in the current row at the given column as a boolean value.
getBooleanValue(int, Integer) - Method in class com.metamatrix.jdbc.AbstractMetadataProvider
 
getBooleanValue(int, Integer) - Method in interface com.metamatrix.jdbc.ResultsMetadataProvider
Get metadata value for the column at columnIndex for a given metadata property.
getBootstrapFile() - Method in class com.metamatrix.jdbc.EmbeddedDataSource
Returns the path and file name from which embedded DQP configuration information will be read.
getByte(int) - Method in class com.metamatrix.jdbc.MMCallableStatement
Gets the value of a OUTPUT parameter as a byte.
getByte(String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getByte(int) - Method in class com.metamatrix.jdbc.MMResultSet
This method will return the value in the current row as a byte value.
getByte(String) - Method in class com.metamatrix.jdbc.MMResultSet
This method will return the value in the current row as a byte value
getBytes(long, int) - Method in class com.metamatrix.jdbc.MMBlob
Returns as an array of bytes, part or all of the BLOB value that this Blob object designates.
getBytes(int) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getBytes(String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getBytes(int) - Method in class com.metamatrix.jdbc.MMResultSet
This method will return the value in the current row as an array of byte values
getBytes(String) - Method in class com.metamatrix.jdbc.MMResultSet
This method will return the value in the current row as an array of byte values
getCatalog() - Method in class com.metamatrix.jdbc.MMConnection
There is no concept of catalog in JDBC and this method returns a null.
getCatalogName(int) - Method in class com.metamatrix.jdbc.FilteredResultsMetadata
 
getCatalogName(int) - Method in class com.metamatrix.jdbc.ResultsMetadataWithProvider
 
getCatalogs() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the catalog names available to metamatrix.
getCatalogSeparator() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the String object used to separate a catalog name and a table name
getCatalogTerm() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Get the metamatrix term for catalog
getCategory() - Method in class com.metamatrix.jdbc.AnnotationImpl
 
getCause() - Method in exception com.metamatrix.jdbc.MMSQLException
 
getCharacterStream(int) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getCharacterStream(String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getCharacterStream() - Method in class com.metamatrix.jdbc.MMClob
Gets the CLOB value designated by this Clob object as a Unicode stream.
getCharacterStream(long, long) - Method in class com.metamatrix.jdbc.MMClob
 
getCharacterStream(int) - Method in class com.metamatrix.jdbc.MMResultSet
This method will attempt to return the value contained at the index as a java.io.Reader object.
getCharacterStream(String) - Method in class com.metamatrix.jdbc.MMResultSet
This method will attempt to return the value at the designated column determined by the columName as a java.io.Reader object.
getCharacterStream() - Method in class com.metamatrix.jdbc.MMSQLXML
 
getClass(String) - Static method in class com.metamatrix.jdbc.api.SQLStates
 
getClientInfo() - Method in class com.metamatrix.jdbc.MMConnection
 
getClientInfo(String) - Method in class com.metamatrix.jdbc.MMConnection
 
getClientInfoProperties() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
 
getClientToken() - Method in class com.metamatrix.jdbc.BaseDataSource
Get the Serializable client token that will be passed directly through to the connectors, which may use it and/or pass it down to their underlying data source.
getClob(int) - Method in class com.metamatrix.jdbc.MMCallableStatement
Gets the value of a OUTPUT parameter as a java.sql.Clob object.
getClob(String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getClob(int) - Method in class com.metamatrix.jdbc.MMResultSet
 
getClob(String) - Method in class com.metamatrix.jdbc.MMResultSet
 
getColumnClassName(int) - Method in class com.metamatrix.jdbc.FilteredResultsMetadata
 
getColumnClassName(int) - Method in class com.metamatrix.jdbc.ResultsMetadataWithProvider
 
getColumnCount() - Method in class com.metamatrix.jdbc.DeferredMetadataProvider
 
getColumnCount() - Method in class com.metamatrix.jdbc.FilteredResultsMetadata
 
getColumnCount() - Method in interface com.metamatrix.jdbc.ResultsMetadataProvider
Get number of columns in the result set metadata
getColumnCount() - Method in class com.metamatrix.jdbc.ResultsMetadataWithProvider
 
getColumnCount() - Method in class com.metamatrix.jdbc.StaticMetadataProvider
 
getColumnDisplaySize(int) - Method in class com.metamatrix.jdbc.FilteredResultsMetadata
 
getColumnDisplaySize(int) - Method in class com.metamatrix.jdbc.ResultsMetadataWithProvider
 
getColumnLabel(int) - Method in class com.metamatrix.jdbc.FilteredResultsMetadata
 
getColumnLabel(int) - Method in class com.metamatrix.jdbc.ResultsMetadataWithProvider
 
getColumnName(int) - Method in class com.metamatrix.jdbc.FilteredResultsMetadata
 
getColumnName(int) - Method in class com.metamatrix.jdbc.ResultsMetadataWithProvider
 
getColumnPrivileges(String, String, String, String) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets a description of the access rights for a column of the given name.
getColumns(String, String, String, String) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Get's the metadata information about the columns whose names match the given columnNamePattern.
getColumnType(int) - Method in class com.metamatrix.jdbc.FilteredResultsMetadata
 
getColumnType(int) - Method in class com.metamatrix.jdbc.ResultsMetadataWithProvider
 
getColumnTypeName(int) - Method in class com.metamatrix.jdbc.FilteredResultsMetadata
 
getColumnTypeName(int) - Method in class com.metamatrix.jdbc.ResultsMetadataWithProvider
 
getCompletedTimestamp() - Method in interface com.metamatrix.jdbc.api.ResultSet
Return the time the command execution completed on the server.
getCompletedTimestamp() - Method in class com.metamatrix.jdbc.MMResultSet
Gets the time command execution is compleated on the server.
getConcurrency() - Method in class com.metamatrix.jdbc.MMResultSet
Get the concurrency type for this ResultSet object.
getConnection() - Method in class com.metamatrix.jdbc.BaseDataSource
Attempt to establish a database connection.
getConnection(String, String) - Method in class com.metamatrix.jdbc.EmbeddedDataSource
 
getConnection() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
 
getConnection() - Method in class com.metamatrix.jdbc.MMDataSource
Attempt to establish a database connection.
getConnection(String, String) - Method in class com.metamatrix.jdbc.MMDataSource
Attempt to establish a database connection.
getConnection() - Method in class com.metamatrix.jdbc.MMStatement
 
getConnection() - Method in class com.metamatrix.jdbc.MMXAConnection
 
getConnectionId() - Method in class com.metamatrix.jdbc.MMConnection
Connection identifier of this connection
getConnectionProperties() - Method in class com.metamatrix.jdbc.MMStatement
 
getConnectionURL() - Method in class com.metamatrix.jdbc.util.MMJDBCURL
 
getConnectorException(String) - Method in exception com.metamatrix.jdbc.api.PartialResultsWarning
Obtain failure for a particular connector.
getCredentials() - Method in class com.metamatrix.jdbc.MMDataSource
Returns the credentials string defining credentials to use with connectors for per-user logon.
getCrossReference(String, String, String, String, String, String) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the description of the foreign key columns in the table foreignTable.
getCurrentRecord() - Method in class com.metamatrix.jdbc.MMResultSet
Get all values in current record in column order
getCurrentRow() - Method in class com.metamatrix.jdbc.BatchResults
Moving forward through the results it's expected that the batches are arbitrarily size.
getCurrentRowNumber() - Method in class com.metamatrix.jdbc.BatchResults
 
getCursorName() - Method in class com.metamatrix.jdbc.MMResultSet
Retrieves the RequestID for the query that created this ResultSet.
getDatabaseMajorVersion() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Retrieves the major version number of the underlying database.
getDatabaseMinorVersion() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Retrieves the minor version number of the underlying database.
getDatabaseName() - Method in class com.metamatrix.jdbc.BaseDataSource
Returns the name of the virtual database on a particular MetaMatrix Server.
getDatabaseProductName() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the product name for this database
getDatabaseProductVersion() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the version of metamatrix server to which this driver connects
getDatabaseVersion() - Method in class com.metamatrix.jdbc.BaseDataSource
Returns the databaseVersion.
getDataSourceName() - Method in class com.metamatrix.jdbc.BaseDataSource
Returns the logical name for the underlying XADataSource or ConnectionPoolDataSource; used only when pooling connections or distributed transactions are implemented.
getDate(int) - Method in class com.metamatrix.jdbc.MMCallableStatement
Gets the value of a OUTPUT parameter as a java.sql.Date object.
getDate(int, Calendar) - Method in class com.metamatrix.jdbc.MMCallableStatement
Gets the value of a OUTPUT parameter as a java.sql.Date object.
getDate(String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getDate(String, Calendar) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getDate(int, Calendar) - Method in class com.metamatrix.jdbc.MMResultSet
This method will return the value in the current row as a Date object.
getDate(String, Calendar) - Method in class com.metamatrix.jdbc.MMResultSet
Get the Date value for the given column.
getDate(int) - Method in class com.metamatrix.jdbc.MMResultSet
This method will return the value in the current row as a Date object.
getDate(String) - Method in class com.metamatrix.jdbc.MMResultSet
Get the column value as a Date object
getDebugLog() - Method in interface com.metamatrix.jdbc.api.Statement
Obtain the query planner debug log from the last command executed on this Statement, if it was requested with OPTION DEBUG.
getDebugLog() - Method in class com.metamatrix.jdbc.MMStatement
Get query planner debug log.
getDefaultCalendar() - Method in class com.metamatrix.jdbc.MMResultSet
 
getDefaultTransactionIsolation() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets metamatrix default transaction isolation level.
getDescription(PlanNode) - Method in class com.metamatrix.jdbc.api.tools.QueryPlanDisplayHelper
 
getDescription() - Method in class com.metamatrix.jdbc.BaseDataSource
Returns the description of this data source.
getDisableLocalTransactions() - Method in class com.metamatrix.jdbc.util.MMJDBCURL
 
getDisableLocalTxn() - Method in class com.metamatrix.jdbc.BaseDataSource
 
getDiscoveryStrategy() - Method in class com.metamatrix.jdbc.MMDataSource
 
getDouble(int) - Method in class com.metamatrix.jdbc.MMCallableStatement
Gets the value of a OUTPUT parameter as a double.
getDouble(String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getDouble(int) - Method in class com.metamatrix.jdbc.MMResultSet
This method will return the value in the current row as a double value.
getDouble(String) - Method in class com.metamatrix.jdbc.MMResultSet
Get a double value based on the column name.
getDQP() - Method in class com.metamatrix.jdbc.MMStatement
 
getDriverMajorVersion() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets this drivers major version number
getDriverMinorVersion() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets this drivers minor version number
getDriverName() - Method in class com.metamatrix.jdbc.BaseDriver
Get's the name of the driver.
getDriverName() - Method in class com.metamatrix.jdbc.EmbeddedDriver
Get's the name of the driver.
getDriverName() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Get the name of this JDBC driver
getDriverName() - Method in class com.metamatrix.jdbc.MMDriver
 
getDriverVersion() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
This method gets the version of this JDBC driver.
getExecutionProperty(String) - Method in interface com.metamatrix.jdbc.api.Statement
Get the MetaMatrix-specific execution property value.
getExecutionProperty(String) - Method in class com.metamatrix.jdbc.MMStatement
 
getExportedKeys(String, String, String) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
This method gets a description of the forignkey columns that reference the primary key columns in the given table.
getExtraNameCharacters() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the extra characters that can be used in unquoted identifier names (those beyond a-z, 0-9, and _)
getFailedConnectors() - Method in exception com.metamatrix.jdbc.api.PartialResultsWarning
Obtain list of connectors that failed.
getFetchDirection() - Method in class com.metamatrix.jdbc.MMResultSet
Gets the direction suggested to the driver as the direction in which to fetch rows.
getFetchDirection() - Method in class com.metamatrix.jdbc.MMStatement
Retreives the fetch direction this Statement object set as a performance hint to the driver.
getFetchSize() - Method in class com.metamatrix.jdbc.BaseDataSource
 
getFetchSize() - Method in class com.metamatrix.jdbc.BatchResults
 
getFetchSize() - Method in class com.metamatrix.jdbc.MMResultSet
Get fetch size that will be used if this result set is backed by a cursor.
getFetchSize() - Method in class com.metamatrix.jdbc.MMStatement
Retreives the fetch size this Statement object set as a performance hint to the driver.
getFetchSize() - Method in class com.metamatrix.jdbc.util.MMJDBCURL
 
getFinalRowNumber() - Method in class com.metamatrix.jdbc.BatchResults
 
getFinalRowNumber() - Method in class com.metamatrix.jdbc.MMResultSet
 
getFloat(int) - Method in class com.metamatrix.jdbc.MMCallableStatement
Gets the value of a OUTPUT parameter as a float.
getFloat(String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getFloat(int) - Method in class com.metamatrix.jdbc.MMResultSet
This method will return the value in the current row as a float value.
getFloat(String) - Method in class com.metamatrix.jdbc.MMResultSet
Get a float value based on the column name.
getFunctionColumns(String, String, String, String) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
 
getFunctions(String, String, String) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
 
getGeneratedKeys() - Method in class com.metamatrix.jdbc.MMStatement
 
getHighestRowNumber() - Method in class com.metamatrix.jdbc.BatchResults
 
getHoldability() - Method in class com.metamatrix.jdbc.MMConnection
Retrieves the current holdability of ResultSet objects created using this Connection object.
getHoldability() - Method in class com.metamatrix.jdbc.MMResultSet
 
getIdentifierQuoteString() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Get's the string used to quote SQL identifiers.
getImportedKeys(String, String, String) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets a description of the primary key columns that are referenced by the foreign key columns in the given table.
getIndexInfo(String, String, String, boolean, boolean) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets a description of the indexes that are present on a given table.
getInitialPoolSize() - Method in class com.metamatrix.jdbc.EmbeddedDataSource
 
getInstance() - Static method in class com.metamatrix.jdbc.MMDriver
 
getInt(int) - Method in class com.metamatrix.jdbc.MMCallableStatement
Gets the value of a OUTPUT parameter as a int.
getInt(String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getInt(int) - Method in class com.metamatrix.jdbc.MMResultSet
This method will return the value in the current row as a int value.
getInt(String) - Method in class com.metamatrix.jdbc.MMResultSet
Get an integer based on the column index.
getIntValue(int, Integer) - Method in class com.metamatrix.jdbc.AbstractMetadataProvider
 
getIntValue(int, Integer) - Method in interface com.metamatrix.jdbc.ResultsMetadataProvider
Get metadata value for the column at columnIndex for a given metadata property.
getJDBCMajorVersion() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Retrieves the major JDBC version number for this driver.
getJDBCMinorVersion() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Retrieves the minor JDBC version number for this driver.
getJDBCURL() - Method in class com.metamatrix.jdbc.util.MMJDBCURL
 
getLoginTimeout() - Method in class com.metamatrix.jdbc.BaseDataSource
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLogWriter() - Method in class com.metamatrix.jdbc.BaseDataSource
Get the log writer for this data source.
getLong(int) - Method in class com.metamatrix.jdbc.MMCallableStatement
Gets the value of a OUTPUT parameter as a long.
getLong(String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getLong(int) - Method in class com.metamatrix.jdbc.MMResultSet
This method will return the value in the current row as a long value.
getLong(String) - Method in class com.metamatrix.jdbc.MMResultSet
Get a long based on the column name.
getMajorVersion() - Method in class com.metamatrix.jdbc.EmbeddedDriver
Get's the driver's major version number.
getMajorVersion() - Method in class com.metamatrix.jdbc.MMDriver
Get's the driver's major version number.
getMaxBinaryLiteralLength() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the maximum number of hexadecimal characters allowed in an inline binary literal
getMaxCatalogNameLength() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the maximum number of characters allowed in a catalog name
getMaxCharLiteralLength() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the maximum number of characters allowed in a character literal
getMaxColumnNameLength() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the maximum number of characters allowed in a column name
getMaxColumnsInGroupBy() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the maximum number of columns allowed in a GROUP BY clause
getMaxColumnsInIndex() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the maximum number of columns allowed in an index
getMaxColumnsInOrderBy() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the maximum number of columns allowed in a ORDER BY clause
getMaxColumnsInSelect() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the maximum number of columns allowed in a SELECT clause
getMaxColumnsInTable() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the maximum number of columns allowed in a table
getMaxConnections() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the maximum number of active connections to metamatrix that can be maintained through this driver instance
getMaxCursorNameLength() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the maximum number of characters allowed in a cursor name
getMaxFieldSize() - Method in class com.metamatrix.jdbc.MMStatement
Retreives the maximum number of bytes that a result set column may contain.
getMaxIdleTime() - Method in class com.metamatrix.jdbc.EmbeddedDataSource
 
getMaxIndexLength() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the maximum number of bytes allowed in an index
getMaxPoolSize() - Method in class com.metamatrix.jdbc.EmbeddedDataSource
 
getMaxProcedureNameLength() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the maximum number of characters allowed in a procedure name
getMaxRows() - Method in class com.metamatrix.jdbc.MMStatement
Retrives the maximum number of rows that a ResultSet object may contain.
getMaxRowSize() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the maximum number of bytes allowed in a single row
getMaxSchemaNameLength() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the maximum number of characters allowed in a schema name
getMaxStatementLength() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the maximum number of characters allowed in an SQL statement
getMaxStatements() - Method in class com.metamatrix.jdbc.EmbeddedDataSource
 
getMaxStatements() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the maximum number of active statements that may be open on one connection at any time
getMaxTableNameLength() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the maximum number of characters allowed in a table name
getMaxTablesInSelect() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the maximum number of tables allowed in a SELECT clause
getMaxUserNameLength() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the maximum number of characters allowed in a user name
getMessage() - Method in exception com.metamatrix.jdbc.EmbeddedSQLException
 
getMetaData() - Method in class com.metamatrix.jdbc.MMConnection
 
getMetaData() - Method in class com.metamatrix.jdbc.MMPreparedStatement
Retreives a ResultSetMetaData object with information about the numbers, types, and properties of columns in the ResultSet object that will be returned when this preparedstatement object is executed.
getMetaData() - Method in class com.metamatrix.jdbc.MMResultSet
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 com.metamatrix.jdbc.EmbeddedDriver
Get's the driver's minor version number.
getMinorVersion() - Method in class com.metamatrix.jdbc.MMDriver
Get's the driver's minor version number.
getMinPoolSize() - Method in class com.metamatrix.jdbc.EmbeddedDataSource
 
getMMConnection() - Method in class com.metamatrix.jdbc.MMStatement
 
getModels(String, String, String) - Method in interface com.metamatrix.jdbc.api.DatabaseMetaData
Gets a description of models available in a catalog.
getModels(String, String, String) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets a description of models available in a catalog.
getMoreResults() - Method in class com.metamatrix.jdbc.MMStatement
Moves to this Statement object's next result, returns true if it is a ResultSet object, and implicitly closes any current ResultSet object(s) obtained with the method #getResultSet.
getMoreResults(int) - Method in class com.metamatrix.jdbc.MMStatement
Moves to this Statement object's next result, deals with any current ResultSet object(s) according to the instructions specified by the given flag, and returns true if the next result is a ResultSet object.
getName(PlanNode) - Method in class com.metamatrix.jdbc.api.tools.QueryPlanDisplayHelper
 
getNCharacterStream(int) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getNCharacterStream(String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getNCharacterStream(int) - Method in class com.metamatrix.jdbc.MMResultSet
 
getNCharacterStream(String) - Method in class com.metamatrix.jdbc.MMResultSet
 
getNClob(int) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getNClob(String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getNClob(int) - Method in class com.metamatrix.jdbc.MMResultSet
 
getNClob(String) - Method in class com.metamatrix.jdbc.MMResultSet
 
getNString(int) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getNString(String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getNString(int) - Method in class com.metamatrix.jdbc.MMResultSet
 
getNString(String) - Method in class com.metamatrix.jdbc.MMResultSet
 
getNumericFunctions() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the OPEN GROUP CLI names of metamatrix math functions
getObject(int) - Method in class com.metamatrix.jdbc.MMCallableStatement
Gets the value of a OUTPUT parameter as an object.
getObject(String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getObject(int, Map<String, Class<?>>) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getObject(String, Map<String, Class<?>>) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getObject(int) - Method in class com.metamatrix.jdbc.MMResultSet
Get a java object based on the column index for the current row.
getObject(String) - Method in class com.metamatrix.jdbc.MMResultSet
Get a java object based on the column name.
getObject(int, Map<String, Class<?>>) - Method in class com.metamatrix.jdbc.MMResultSet
 
getObject(String, Map<String, Class<?>>) - Method in class com.metamatrix.jdbc.MMResultSet
 
getObjectDirect(int) - Method in class com.metamatrix.jdbc.MMResultSet
Get the value of the current row at the column index specified.
getOffset() - Method in class com.metamatrix.jdbc.MMResultSet
 
getOrderedProperties(PlanNode) - Method in class com.metamatrix.jdbc.api.tools.QueryPlanDisplayHelper
This methods returns a List of sorted property names.
getOrderedPropertiesMap(PlanNode) - Method in class com.metamatrix.jdbc.api.tools.QueryPlanDisplayHelper
 
getParameterCount() - Method in interface com.metamatrix.jdbc.api.ResultSetMetaData
Get the number of parameters in the original command if that command was a prepared command.
getParameterCount() - Method in class com.metamatrix.jdbc.DeferredMetadataProvider
 
getParameterCount() - Method in class com.metamatrix.jdbc.FilteredResultsMetadata
 
getParameterCount() - Method in interface com.metamatrix.jdbc.ResultsMetadataProvider
Get parameter count from original command
getParameterCount() - Method in class com.metamatrix.jdbc.ResultsMetadataWithProvider
 
getParameterCount() - Method in class com.metamatrix.jdbc.StaticMetadataProvider
 
getParameterMetaData() - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
getParameters() - Method in class com.metamatrix.jdbc.MMResultSet
Return a stored procedures parameters (may be null)
getPartialResultsMode() - Method in class com.metamatrix.jdbc.BaseDataSource
 
getPartialResultsMode() - Method in class com.metamatrix.jdbc.util.MMJDBCURL
 
getPassword() - Method in class com.metamatrix.jdbc.BaseDataSource
Returns the password.
getPassword() - Method in class com.metamatrix.jdbc.util.MMJDBCURL
 
getPlanDescription() - Method in interface com.metamatrix.jdbc.api.Statement
Obtain the query plan object representation from the last command executed on this Statement, if a query plan was requested in the command.
getPlanDescription() - Method in class com.metamatrix.jdbc.MMStatement
Get Query plan description.
getPooledConnection() - Method in class com.metamatrix.jdbc.BaseDataSource
 
getPooledConnection(String, String) - Method in class com.metamatrix.jdbc.BaseDataSource
 
getPortNumber() - Method in class com.metamatrix.jdbc.MMDataSource
Returns the port number.
getPrecision(int) - Method in class com.metamatrix.jdbc.FilteredResultsMetadata
 
getPrecision(int) - Method in class com.metamatrix.jdbc.ResultsMetadataWithProvider
 
getPrimaryKeys(String, String, String) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Get's a description of the primary key columns in a table.
getProcedureColumns(String, String, String, String) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets a description of the input, output and results associated with certain stored procedures matching the given procedureNamePattern.
getProcedures(String, String, String) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets description of all the available stored procedures whose names match the given pattern.
getProcedureTerm() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets MetaMatrix's preferred term for procedures
getProcessingTime() - Method in interface com.metamatrix.jdbc.api.ResultSet
Return the elapsed processing time on the server for this command.
getProcessingTime() - Method in class com.metamatrix.jdbc.MMResultSet
This gives the total time taken for execution of the command
getProcessingTimestamp() - Method in interface com.metamatrix.jdbc.api.ResultSet
Return the timestamp when the command was submitted to the server.
getProcessingTimestamp() - Method in class com.metamatrix.jdbc.MMResultSet
Gets the time the command was submitted to the server.
getProperties() - Method in class com.metamatrix.jdbc.util.MMJDBCURL
 
getProperty(String) - Method in class com.metamatrix.jdbc.api.tools.QueryPlanDisplayHelper
 
getProperty(String) - Method in class com.metamatrix.jdbc.util.MMJDBCURL
 
getPropertyCycle() - Method in class com.metamatrix.jdbc.EmbeddedDataSource
 
getPropertyInfo(String, Properties) - Method in class com.metamatrix.jdbc.BaseDriver
This method could be used to prompt the user for properties to connect to metamatrix (properties that are not already specified for obtaining connection).
getPropertyName(String) - Method in class com.metamatrix.jdbc.api.tools.QueryPlanDisplayHelper
 
getQueryTimeout() - Method in class com.metamatrix.jdbc.MMStatement
Return the number of seconds the driver will wait for a statement object to execute
getRef(int) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getRef(String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getRef(int) - Method in class com.metamatrix.jdbc.MMResultSet
 
getRef(String) - Method in class com.metamatrix.jdbc.MMResultSet
 
getRequestIdentifier() - Method in interface com.metamatrix.jdbc.api.Statement
Get ID for last execution which can be used for matching up executions on the client side with executions in the server logs and MetaMatrix console.
getRequestIdentifier() - Method in class com.metamatrix.jdbc.MMStatement
 
getResolution() - Method in class com.metamatrix.jdbc.AnnotationImpl
 
getResultSet() - Method in class com.metamatrix.jdbc.MMStatement
Returns a ResultSet object that was produced by a call to the method execute.
getResultSetCacheMode() - Method in class com.metamatrix.jdbc.BaseDataSource
 
getResultSetCacheMode() - Method in class com.metamatrix.jdbc.util.MMJDBCURL
 
getResultSetConcurrency() - Method in class com.metamatrix.jdbc.MMStatement
Retrieves the concurrency mode for the ResultSet objects generated from queries that this Statement object executes.
getResultSetHoldability() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
 
getResultSetHoldability() - Method in class com.metamatrix.jdbc.MMStatement
 
getResultSetType() - Method in class com.metamatrix.jdbc.MMStatement
Retrieves the type of the ResultSet objects generated from queries that this statement executes.
getRow() - Method in class com.metamatrix.jdbc.MMResultSet
Get current row pointer.
getRowId(int) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getRowId(String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getRowId(int) - Method in class com.metamatrix.jdbc.MMResultSet
 
getRowId(String) - Method in class com.metamatrix.jdbc.MMResultSet
 
getRowIdLifetime() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
 
getScale(int) - Method in class com.metamatrix.jdbc.FilteredResultsMetadata
 
getScale(int) - Method in class com.metamatrix.jdbc.ResultsMetadataWithProvider
 
getSchemaName(int) - Method in class com.metamatrix.jdbc.FilteredResultsMetadata
 
getSchemaName(int) - Method in class com.metamatrix.jdbc.ResultsMetadataWithProvider
 
getSchemas() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the schema names available for this connection.
getSchemas(String, String) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
 
getSchemaTerm() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets MetaMatrix's preferred term for schema
getSearchStringEscape() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the string that can be used to escape "_" or "%" wildcards in the string search pattern used for search parameters
getServerName() - Method in class com.metamatrix.jdbc.MMDataSource
Returns the name of the MetaMatrix Server.
getServerTimeZone() - Method in class com.metamatrix.jdbc.MMStatement
 
getSeverity() - Method in class com.metamatrix.jdbc.AnnotationImpl
 
getShort(int) - Method in class com.metamatrix.jdbc.MMCallableStatement
Gets the value of a OUTPUT parameter as a short.
getShort(String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getShort(int) - Method in class com.metamatrix.jdbc.MMResultSet
Get a primitive short based on the column index.
getShort(String) - Method in class com.metamatrix.jdbc.MMResultSet
Get a short based on the column name.
getSource(Class<T>) - Method in class com.metamatrix.jdbc.MMSQLXML
 
getSQLKeywords() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Get metamatrix keywords that are not SQL-92 keyword
getSqlOptions() - Method in class com.metamatrix.jdbc.BaseDataSource
Get special sqlOptions string, which can currently be set only to SHOWPLAN
getSQLOptions() - Method in class com.metamatrix.jdbc.util.MMJDBCURL
 
getSQLStateType() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
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 com.metamatrix.jdbc.MMCallableStatement
 
getSQLXML(String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getSQLXML(int) - Method in class com.metamatrix.jdbc.MMResultSet
 
getSQLXML(String) - Method in class com.metamatrix.jdbc.MMResultSet
 
getStatement() - Method in class com.metamatrix.jdbc.MMResultSet
Retrieves the Statement object that produced this ResultSet object.
getString(int) - Method in class com.metamatrix.jdbc.MMCallableStatement
Gets the value of a OUTPUT parameter as a String.
getString(String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getString(int) - Method in class com.metamatrix.jdbc.MMResultSet
Get a String based on the column index.
getString(String) - Method in class com.metamatrix.jdbc.MMResultSet
Get a string based on the column name.
getString() - Method in class com.metamatrix.jdbc.MMSQLXML
 
getStringFunctions() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the Open Group CLI names for metamatrix string functions
getStringValue(int, Integer) - Method in class com.metamatrix.jdbc.AbstractMetadataProvider
 
getStringValue(int, Integer) - Method in interface com.metamatrix.jdbc.ResultsMetadataProvider
Get metadata value for the column at columnIndex for a given metadata property.
getSubString(long, int) - Method in class com.metamatrix.jdbc.MMClob
Returns a copy of the specified substring in the CLOB value designated by this Clob object.
getSuperTables(String, String, String) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Retrieves a description of the table hierarchies defined in a particular schema in this database.
getSuperTypes(String, String, String) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Retrieves a description of the user-defined type (UDT) hierarchies defined in a particular schema in this database.
getSystemFunctions() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the Open Group CLI names for metamatrix system functions
getTableName(int) - Method in class com.metamatrix.jdbc.FilteredResultsMetadata
 
getTableName(int) - Method in class com.metamatrix.jdbc.ResultsMetadataWithProvider
 
getTablePrivileges(String, String, String) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets a description of access rights for the table of the given name.
getTables(String, String, String, String[]) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets a description of tables whose table name matches tableNamePattern.
getTableTypes() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the table types available to metamatrix.
getTime(int) - Method in class com.metamatrix.jdbc.MMCallableStatement
Gets the value of a OUTPUT parameter as a java.sql.Time object.
getTime(int, Calendar) - Method in class com.metamatrix.jdbc.MMCallableStatement
Gets the value of a OUTPUT parameter as a java.sql.Timestamp object.
getTime(String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getTime(String, Calendar) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getTime(int) - Method in class com.metamatrix.jdbc.MMResultSet
This method will return the value in the current row as a Time object.
getTime(String) - Method in class com.metamatrix.jdbc.MMResultSet
Get a java.sql.Time based on the column name.
getTime(int, Calendar) - Method in class com.metamatrix.jdbc.MMResultSet
This method will return the value in the current row as a Time object.
getTime(String, Calendar) - Method in class com.metamatrix.jdbc.MMResultSet
Get a java.sql.Time based on the column name.
getTimeDateFunctions() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the Open Group CLI names for metamatrix time and date functions
getTimestamp(int) - Method in class com.metamatrix.jdbc.MMCallableStatement
Gets the value of a OUTPUT parameter as a java.sql.Timestamp object.
getTimestamp(int, Calendar) - Method in class com.metamatrix.jdbc.MMCallableStatement
Gets the value of a OUTPUT parameter as a java.sql.Timestamp object.
getTimestamp(String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getTimestamp(String, Calendar) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getTimestamp(int) - Method in class com.metamatrix.jdbc.MMResultSet
This method will return the value in the current row as a Timestamp object.
getTimestamp(String) - Method in class com.metamatrix.jdbc.MMResultSet
Get a java.sql.Timestamp based on the column name.
getTimestamp(int, Calendar) - Method in class com.metamatrix.jdbc.MMResultSet
This method will return the value in the current row as a Timestamp object.
getTimestamp(String, Calendar) - Method in class com.metamatrix.jdbc.MMResultSet
Get a java.sql.Timestamp based on the column name.
getTransactionAutoWrap() - Method in class com.metamatrix.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.
getTransactionAutowrapMode() - Method in class com.metamatrix.jdbc.util.MMJDBCURL
 
getTransactionIsolation() - Method in class com.metamatrix.jdbc.MMConnection
Return the corresponding java.sql.Connection Transaction isolation level that this connection is currently set to.
getTransactionTimeout() - Method in class com.metamatrix.jdbc.MMXAResource
 
getTransactionXid() - Method in class com.metamatrix.jdbc.MMConnection
 
getTransparentFailover() - Method in class com.metamatrix.jdbc.util.MMJDBCURL
 
getType(PlanNode) - Method in class com.metamatrix.jdbc.api.tools.QueryPlanDisplayHelper
 
getType() - Method in class com.metamatrix.jdbc.MMResultSet
 
getTypeInfo() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the description of all datatypes supported by metamatrix.
getTypeMap() - Method in class com.metamatrix.jdbc.MMConnection
Retreives the type map associated with this Connection object.
getUDTs(String, String, String, int[]) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets a description of the user-defined types defined in a particular schema.
getUnicodeStream(int) - Method in class com.metamatrix.jdbc.MMResultSet
 
getUnicodeStream(String) - Method in class com.metamatrix.jdbc.MMResultSet
 
getUpdateCount() - Method in class com.metamatrix.jdbc.MMStatement
This method returns the number of rows affected by a statement modifying a table.
getUpdatedPlanDescription() - Method in class com.metamatrix.jdbc.MMResultSet
 
getURL(int) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getURL(String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
getURL() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the URL used to connect to metamatrix
getURL(int) - Method in class com.metamatrix.jdbc.MMResultSet
 
getURL(String) - Method in class com.metamatrix.jdbc.MMResultSet
 
getUser() - Method in class com.metamatrix.jdbc.BaseDataSource
Returns the user.
getUserName() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Gets the user name as known to metamatrix
getUserName() - Method in class com.metamatrix.jdbc.util.MMJDBCURL
 
getValue(int, Integer) - Method in class com.metamatrix.jdbc.DeferredMetadataProvider
 
getValue(int, Integer) - Method in interface com.metamatrix.jdbc.ResultsMetadataProvider
Get metadata value for the column at columnIndex for a given metadata property.
getValue(int, Integer) - Method in class com.metamatrix.jdbc.StaticMetadataProvider
 
getVDBName() - Method in class com.metamatrix.jdbc.util.MMJDBCURL
 
getVDBVersion() - Method in class com.metamatrix.jdbc.util.MMJDBCURL
 
getVersionColumns(String, String, String) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
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 interface com.metamatrix.jdbc.api.ResultSetMetaData
Get name of the VirtualDatabase at the column index.
getVirtualDatabaseName(int) - Method in class com.metamatrix.jdbc.FilteredResultsMetadata
 
getVirtualDatabaseName(int) - Method in class com.metamatrix.jdbc.ResultsMetadataWithProvider
 
getVirtualDatabaseVersion(int) - Method in interface com.metamatrix.jdbc.api.ResultSetMetaData
Get version of the VirtualDatabase at the column index.
getVirtualDatabaseVersion(int) - Method in class com.metamatrix.jdbc.FilteredResultsMetadata
 
getVirtualDatabaseVersion(int) - Method in class com.metamatrix.jdbc.ResultsMetadataWithProvider
 
getWarnings() - Method in class com.metamatrix.jdbc.MMConnection
This method will return the first warning reported by calls on this connection, or null if none exist.
getWarnings() - Method in class com.metamatrix.jdbc.MMResultSet
Retrieves the first warning reported by calls on this ResultSet object.
getWarnings() - Method in class com.metamatrix.jdbc.MMStatement
This method returns warnings returned by server.
getXAConnection() - Method in class com.metamatrix.jdbc.BaseDataSource
 
getXAConnection(String, String) - Method in class com.metamatrix.jdbc.BaseDataSource
Attempt to establish a database connection that can be used with distributed transactions.
getXAResource() - Method in class com.metamatrix.jdbc.MMXAConnection
 
getXMLFormat() - Method in class com.metamatrix.jdbc.util.MMJDBCURL
 
getXMLSchemas(String) - Method in interface com.metamatrix.jdbc.api.DatabaseMetaData
Retrieve the XML schemas associated with an XML document.
getXMLSchemas(String) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
This is a different method from #getSchemas().
getXMLValidation() - Method in class com.metamatrix.jdbc.util.MMJDBCURL
 

H

hasNext() - Method in class com.metamatrix.jdbc.BatchResults
 
hasNext(int) - Method in class com.metamatrix.jdbc.BatchResults
 
hasNext() - Method in class com.metamatrix.jdbc.MMResultSet
 
hasPrevious() - Method in class com.metamatrix.jdbc.BatchResults
 
hasResultSet() - Method in class com.metamatrix.jdbc.MMStatement
 

I

insertRow() - Method in class com.metamatrix.jdbc.MMResultSet
 
insertsAreDetected(int) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Indicates whether or not a visible row insert can be detected by calling ResultSet.rowInserted().
INVALID_AUTHORIZATION_SPECIFICATION_NO_SUBCLASS - Static variable in class com.metamatrix.jdbc.api.SQLStates
Invalid authorization specification with no subclass (SQL-99 28000)
isAfterLast() - Method in class com.metamatrix.jdbc.MMResultSet
Determines whether the cursor is after the last row in this ResultSet object.
isAutoIncrement(int) - Method in class com.metamatrix.jdbc.FilteredResultsMetadata
 
isAutoIncrement(int) - Method in class com.metamatrix.jdbc.ResultsMetadataWithProvider
 
isBeforeFirst() - Method in class com.metamatrix.jdbc.MMResultSet
Determines whether the cursor is before the first row in this ResultSet object.
isCaseSensitive(int) - Method in class com.metamatrix.jdbc.FilteredResultsMetadata
 
isCaseSensitive(int) - Method in class com.metamatrix.jdbc.ResultsMetadataWithProvider
 
isCatalogAtStart() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether a catalog name appears at the start of a fully qualified table name.
isClosed() - Method in class com.metamatrix.jdbc.MMConnection
This method will return whether this connection is closed or not.
isClosed() - Method in class com.metamatrix.jdbc.MMResultSet
 
isClosed() - Method in class com.metamatrix.jdbc.MMStatement
Check is the statement is closed.
isCurrency(int) - Method in class com.metamatrix.jdbc.FilteredResultsMetadata
 
isCurrency(int) - Method in class com.metamatrix.jdbc.ResultsMetadataWithProvider
 
isDefinitelyWritable(int) - Method in class com.metamatrix.jdbc.FilteredResultsMetadata
 
isDefinitelyWritable(int) - Method in class com.metamatrix.jdbc.ResultsMetadataWithProvider
 
isFirst() - Method in class com.metamatrix.jdbc.MMResultSet
True if current record is the first in the result set.
isLast() - Method in class com.metamatrix.jdbc.MMResultSet
True if current record is the last in the result set.
isNullable(int) - Method in class com.metamatrix.jdbc.FilteredResultsMetadata
 
isNullable(int) - Method in class com.metamatrix.jdbc.ResultsMetadataWithProvider
 
isPoolable() - Method in class com.metamatrix.jdbc.MMStatement
 
isReadOnly(int) - Method in class com.metamatrix.jdbc.FilteredResultsMetadata
 
isReadOnly() - Method in class com.metamatrix.jdbc.MMConnection
This method will return whether this connection is read only or not.
isReadOnly() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether the databases used by metamatrix are in read-only mode
isReadOnly(int) - Method in class com.metamatrix.jdbc.ResultsMetadataWithProvider
 
isSameRM(XAResource) - Method in class com.metamatrix.jdbc.MMXAResource
 
isSearchable(int) - Method in class com.metamatrix.jdbc.FilteredResultsMetadata
 
isSearchable(int) - Method in class com.metamatrix.jdbc.ResultsMetadataWithProvider
 
isSecure() - Method in class com.metamatrix.jdbc.MMDataSource
Returns a flag indicating whether to create a secure connection or not.
isSigned(int) - Method in class com.metamatrix.jdbc.FilteredResultsMetadata
 
isSigned(int) - Method in class com.metamatrix.jdbc.ResultsMetadataWithProvider
 
isSystemErrorState() - Method in interface com.metamatrix.jdbc.api.SQLException
 
isSystemErrorState(String) - Static method in class com.metamatrix.jdbc.api.SQLStates
 
isSystemErrorState() - Method in exception com.metamatrix.jdbc.MMSQLException
 
isUsageErrorState() - Method in interface com.metamatrix.jdbc.api.SQLException
 
isUsageErrorState(String) - Static method in class com.metamatrix.jdbc.api.SQLStates
 
isUsageErrorState() - Method in exception com.metamatrix.jdbc.MMSQLException
 
isValid(int) - Method in class com.metamatrix.jdbc.MMConnection
 
isWrapperFor(Class<?>) - Method in class com.metamatrix.jdbc.WrapperImpl
 
isWritable(int) - Method in class com.metamatrix.jdbc.FilteredResultsMetadata
 
isWritable(int) - Method in class com.metamatrix.jdbc.ResultsMetadataWithProvider
 

J

JDBC - Static variable in class com.metamatrix.jdbc.BaseDataSource
 
jdbcCompliant() - Method in class com.metamatrix.jdbc.BaseDriver
This method returns true if the driver passes jdbc compliance tests.
JDBCPlugin - Class in com.metamatrix.jdbc
JDBCPlugin
JDBCPlugin() - Constructor for class com.metamatrix.jdbc.JDBCPlugin
 

L

last() - Method in class com.metamatrix.jdbc.MMResultSet
Moves the cursor to the last row in the in this ResultSet object.
length() - Method in class com.metamatrix.jdbc.MMBlob
Returns the number of bytes in the BLOB value designated by this Blob object.
length() - Method in class com.metamatrix.jdbc.MMClob
Returns the number of characters in the CLOB value designated by this Clob object.
LobSearchUtil - Class in com.metamatrix.jdbc
 
LobSearchUtil() - Constructor for class com.metamatrix.jdbc.LobSearchUtil
 
LobSearchUtil.StreamProvider - Interface in com.metamatrix.jdbc
 
locatorsUpdateCopy() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Indicates whether updates made to a LOB are made on a copy or directly to the LOB.

M

MetadataReader - Class in com.metamatrix.script.io
 
MetadataReader(ResultSetMetaData, String) - Constructor for class com.metamatrix.script.io.MetadataReader
 
METAMATRIX_PROTOCOL - Static variable in class com.metamatrix.jdbc.BaseDataSource
 
MMBlob - Class in com.metamatrix.jdbc
This object holds a chunk of binary data and implements the JDBC Blob interface.
MMBlob(StreamingLobChunckProducer.Factory, BlobType) - Constructor for class com.metamatrix.jdbc.MMBlob
Creates a MMBlob object with the valueID.
MMCallableStatement - Class in com.metamatrix.jdbc
This class inherits Statement methods, which deal with SQL statements in general and also inherits PreparedStatement methods, which deal with IN parameters.
MMClob - Class in com.metamatrix.jdbc
This object holds a chunk of char data and implements the JDBC Clob interface.
MMClob(StreamingLobChunckProducer.Factory, ClobType) - Constructor for class com.metamatrix.jdbc.MMClob
 
MMConnection - Class in com.metamatrix.jdbc
The Connection object represents driver's connection to the MetaMatrix embedded server.
MMConnection(ServerConnection, Properties, String) - Constructor for class com.metamatrix.jdbc.MMConnection
MMConnection constructor, tring to establish connection to metamatrix with the given URL and properties.
MMDatabaseMetaData - Class in com.metamatrix.jdbc
This provides metadata information about the different datasources to which metamatrix connects.
MMDataSource - Class in com.metamatrix.jdbc
The MetaMatrix JDBC DataSource implementation class of DataSource and XADataSource.
MMDataSource() - Constructor for class com.metamatrix.jdbc.MMDataSource
Constructor for MMDataSource.
MMDriver - Class in com.metamatrix.jdbc
The java.sql.DriverManager class uses this class to connect to MetaMatrix.
MMDriver() - Constructor for class com.metamatrix.jdbc.MMDriver
Should be a singleton and only constructed in MMDriver.getInstance().
MMJDBCURL - Class in com.metamatrix.jdbc.util
 
MMJDBCURL(String) - Constructor for class com.metamatrix.jdbc.util.MMJDBCURL
 
MMJDBCURL(String, String, Properties) - Constructor for class com.metamatrix.jdbc.util.MMJDBCURL
 
MMPreparedStatement - Class in com.metamatrix.jdbc
Instances of PreparedStatement contain a SQL statement that has already been compiled.
MMResultSet - Class in com.metamatrix.jdbc
The MMResultSet is the way query results are returned to the requesting client based upon a query given to the server.
MMServerConnection - Class in com.metamatrix.jdbc
 
MMServerConnection(ServerConnection, Properties, String) - Constructor for class com.metamatrix.jdbc.MMServerConnection
 
MMSQLException - Exception in com.metamatrix.jdbc
All exceptions thrown by the MetaMatrix server are wrapped as MMSQLExceptions.
MMSQLException() - Constructor for exception com.metamatrix.jdbc.MMSQLException
No-arg constructor required by Externalizable semantics.
MMSQLXML - Class in com.metamatrix.jdbc
A MM specific implementation of the SQLXML object which is capable of accessing the SQLXML object as local object when used in the embedded product at the same time capable of using the streaming interface when used in remote clients.
MMSQLXML(StreamingLobChunckProducer.Factory) - Constructor for class com.metamatrix.jdbc.MMSQLXML
 
MMStatement - Class in com.metamatrix.jdbc
This object is used to execute queries and updates against the MetaMatrix server.
MMXAConnection - Class in com.metamatrix.jdbc
Implementation of XAConnection.
MMXAConnection(MMXAConnection.ConnectionSource) - Constructor for class com.metamatrix.jdbc.MMXAConnection
 
MMXAResource - Class in com.metamatrix.jdbc
Implementation of XAResource.
MMXAResource(MMXAConnection) - Constructor for class com.metamatrix.jdbc.MMXAResource
 
moveToCurrentRow() - Method in class com.metamatrix.jdbc.MMResultSet
Moves the cursor to the remembered cursor position, usually the current row.
moveToInsertRow() - Method in class com.metamatrix.jdbc.MMResultSet
 

N

nativeSQL(String) - Method in class com.metamatrix.jdbc.MMConnection
This method will convert the given SQL String into a MetaMatrix SQL Request.
newInstance(StreamingLobChunckProducer.Factory, BlobType) - Static method in class com.metamatrix.jdbc.MMBlob
Factory Constructor
newInstance(StreamingLobChunckProducer.Factory, ClobType) - Static method in class com.metamatrix.jdbc.MMClob
 
newInstance(ServerConnection, Properties, String) - Static method in class com.metamatrix.jdbc.MMServerConnection
Factory Constructor
newInstance(StreamingLobChunckProducer.Factory, XMLType) - Static method in class com.metamatrix.jdbc.MMSQLXML
 
newInstance(MMXAConnection.ConnectionSource) - Static method in class com.metamatrix.jdbc.MMXAConnection
 
newInstance(MMXAConnection) - Static method in class com.metamatrix.jdbc.MMXAResource
 
newInstance(ResultsMetadataProvider) - Static method in class com.metamatrix.jdbc.ResultsMetadataWithProvider
Factory Constructor
next() - Method in class com.metamatrix.jdbc.BatchResults
 
next() - Method in class com.metamatrix.jdbc.MMResultSet
Move row pointer forward one row.
nextLine() - Method in class com.metamatrix.script.io.MetadataReader
 
nextLine() - Method in class com.metamatrix.script.io.ResultSetReader
Get the next line of restuls from the ResultSet.
nextLine() - Method in class com.metamatrix.script.io.StringArrayReader
 
nextLine() - Method in class com.metamatrix.script.io.StringLineReader
Get the next line of data from the data source.
NO_TIMEOUT - Static variable in class com.metamatrix.jdbc.MMStatement
 
normalizeProperties(Properties) - Static method in class com.metamatrix.jdbc.util.MMJDBCURL
 
notifyListener(SQLException) - Method in class com.metamatrix.jdbc.MMXAConnection
Notify listeners, if there is any, about the connection status.
nullPlusNonNullIsNull() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether the concatenation of a NULL vaule and a non-NULL value results in a NULL value.
nullsAreSortedAtEnd() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether NULL vaules are sorted at the end regardless of sort order.
nullsAreSortedAtStart() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether NULL vaules are sorted at the start regardless of sort order.
nullsAreSortedHigh() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether NULL vaules are sorted high.
nullsAreSortedLow() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether NULL vaules are sorted low.

O

othersDeletesAreVisible(int) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Indicates whether deletes made by others are visible.
othersInsertsAreVisible(int) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Indicates whether inserts made by others are visible.
othersUpdatesAreVisible(int) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Indicates whether updates made by others are visible.
outParamIndexMap - Variable in class com.metamatrix.jdbc.MMStatement
 
ownDeletesAreVisible(int) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Indicates whether a result set's own deletes are visible.
ownInsertsAreVisible(int) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Indicates whether a result set's own inserts are visible.
ownUpdatesAreVisible(int) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Indicates whether a result set's own updates are visible.

P

parseConnectionProperties(String, Properties) - Static method in class com.metamatrix.jdbc.util.MMJDBCURL
 
PartialResultsWarning - Exception in com.metamatrix.jdbc.api
This warning class is sent when using partial results mode if one or more sources fails.
PartialResultsWarning(String, String, int) - Constructor for exception com.metamatrix.jdbc.api.PartialResultsWarning
Construct partial results warning.
PartialResultsWarning(String, String) - Constructor for exception com.metamatrix.jdbc.api.PartialResultsWarning
Construct partial results warning.
PartialResultsWarning(String) - Constructor for exception com.metamatrix.jdbc.api.PartialResultsWarning
Construct partial results warning.
PartialResultsWarning() - Constructor for exception com.metamatrix.jdbc.api.PartialResultsWarning
Construct partial results warning.
PASSWORD - Static variable in class com.metamatrix.jdbc.BaseDataSource
 
PLUGIN_ID - Static variable in class com.metamatrix.jdbc.JDBCPlugin
The plug-in identifier of this plugin (value "com.metamatrix.jdbc").
position(Blob, long) - Method in class com.metamatrix.jdbc.MMBlob
Determines the byte position in the BLOB value designated by this Blob object at which pattern begins.
position(byte[], long) - Method in class com.metamatrix.jdbc.MMBlob
Determines the byte position at which the specified byte pattern begins within the BLOB value that this Blob object represents.
position(Clob, long) - Method in class com.metamatrix.jdbc.MMClob
Determines the character position at which the specified Clob object searchstr appears in this Clob object.
position(String, long) - Method in class com.metamatrix.jdbc.MMClob
Determines the character position at which the specified substring searchstr appears in the SQL CLOB value represented by this Clob object.
prepare(Xid) - Method in class com.metamatrix.jdbc.MMXAResource
 
prepareCall(String) - Method in class com.metamatrix.jdbc.MMConnection
Creates a CallableStatement object that contains sql and that will produce ResultSet objects that are non-scrollable and non-updatable.
prepareCall(String, int, int) - Method in class com.metamatrix.jdbc.MMConnection
Creates a CallableStatement object that contains a sql and that will produce ResultSet objects of the type resultSetType and with a concurrency level of resultSetConcurrency.
prepareCall(String, int, int, int) - Method in class com.metamatrix.jdbc.MMConnection
 
prepareSql - Variable in class com.metamatrix.jdbc.MMPreparedStatement
 
prepareStatement(String) - Method in class com.metamatrix.jdbc.MMConnection
This method creates a MMPreparedStatement which is used for sending parameterized SQL statements to the MetaMatrix server.
prepareStatement(String, int, int) - Method in class com.metamatrix.jdbc.MMConnection
Creates a PreparedStatement object that contains a sql and that will produce ResultSet objects of the type resultSetType and with a concurrency level of resultSetConcurrency.
prepareStatement(String, int, int, int) - Method in class com.metamatrix.jdbc.MMConnection
This method creates a MMPreparedStatement which is used for sending parameterized SQL statements to the MetaMatrix server and it has the capability to retrieve auto-generated keys.
prepareStatement(String, int) - Method in class com.metamatrix.jdbc.MMConnection
 
prepareStatement(String, int[]) - Method in class com.metamatrix.jdbc.MMConnection
 
prepareStatement(String, String[]) - Method in class com.metamatrix.jdbc.MMConnection
 
prepareTransaction(MMXid) - Method in class com.metamatrix.jdbc.MMConnection
 
previous() - Method in class com.metamatrix.jdbc.BatchResults
 
previous() - Method in class com.metamatrix.jdbc.MMResultSet
Move row pointer backward one row.
printStackTrace() - Method in exception com.metamatrix.jdbc.EmbeddedSQLException
 
printStackTrace(PrintStream) - Method in exception com.metamatrix.jdbc.EmbeddedSQLException
 
printStackTrace(PrintWriter) - Method in exception com.metamatrix.jdbc.EmbeddedSQLException
 
propInfo - Variable in class com.metamatrix.jdbc.MMConnection
 

Q

QueryPlanDisplayHelper - Class in com.metamatrix.jdbc.api.tools
 
QueryPlanDisplayHelper() - Constructor for class com.metamatrix.jdbc.api.tools.QueryPlanDisplayHelper
Default constructor
queryTimeout - Variable in class com.metamatrix.jdbc.MMStatement
 

R

read(char[], int, int) - Method in class com.metamatrix.script.io.StringLineReader
 
reasonWhyInvalidAlternateServers(String) - Static method in class com.metamatrix.jdbc.MMDataSource
The reason why "alternateServers" is invalid.
reasonWhyInvalidApplicationName(String) - Static method in class com.metamatrix.jdbc.BaseDataSource
Return the reason why the supplied application name may be invalid, or null if it is considered valid.
reasonWhyInvalidClientToken(Serializable) - Static method in class com.metamatrix.jdbc.BaseDataSource
Return the reason why the supplied client token may be invalid, or null if it is considered valid.
reasonWhyInvalidConfigFile(String) - Static method in class com.metamatrix.jdbc.EmbeddedDataSource
Return the reason why the supplied config file may be invalid, or null if it is considered valid.
reasonWhyInvalidDatabaseName(String) - Static method in class com.metamatrix.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 com.metamatrix.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 com.metamatrix.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 com.metamatrix.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 com.metamatrix.jdbc.BaseDataSource
The reason why fetchSize is invalid.
reasonWhyInvalidPartialResultsMode(String) - Static method in class com.metamatrix.jdbc.BaseDataSource
The reason why partialResultsMode is invalid.
reasonWhyInvalidPassword(String) - Static method in class com.metamatrix.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 com.metamatrix.jdbc.MMDataSource
Return the reason why the supplied port number may be invalid, or null if it is considered valid.
reasonWhyInvalidServerName(String) - Static method in class com.metamatrix.jdbc.MMDataSource
Return the reason why the supplied server name may be invalid, or null if it is considered valid.
reasonWhyInvalidSocketsPerVM(String) - Static method in class com.metamatrix.jdbc.MMDataSource
The reason why "socketsPerVM" is invalid.
reasonWhyInvalidStickyConnections(String) - Static method in class com.metamatrix.jdbc.MMDataSource
The reason why "stickyConnections" is invalid.
reasonWhyInvalidTransactionAutoWrap(String) - Static method in class com.metamatrix.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 com.metamatrix.jdbc.BaseDataSource
Return the reason why the supplied user name may be invalid, or null if it is considered valid.
recover(int) - Method in class com.metamatrix.jdbc.MMXAResource
 
recoverTransaction(int) - Method in class com.metamatrix.jdbc.MMConnection
 
recycleConnection() - Method in class com.metamatrix.jdbc.MMConnection
 
recycleConnection() - Method in class com.metamatrix.jdbc.MMServerConnection
 
refreshRow() - Method in class com.metamatrix.jdbc.MMResultSet
 
registerOutParameter(int, int) - Method in class com.metamatrix.jdbc.MMCallableStatement
Register the OUT parameter in the ordinal position parameterIndex to jdbcsql type.
registerOutParameter(int, int, int) - Method in class com.metamatrix.jdbc.MMCallableStatement
Register the OUT parameter in the ordinal position parameterIndex to jdbcsql type.
registerOutParameter(int, int, String) - Method in class com.metamatrix.jdbc.MMCallableStatement
Register the OUT parameter in the ordinal position parameterIndex to jdbcsql type.
registerOutParameter(String, int) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
registerOutParameter(String, int, int) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
registerOutParameter(String, int, String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
relative(int) - Method in class com.metamatrix.jdbc.MMResultSet
Moves the cursor a number of rows relative to the current row in this ResultSet object.
releaseSavepoint(Savepoint) - Method in class com.metamatrix.jdbc.MMConnection
 
removeConnectionEventListener(ConnectionEventListener) - Method in class com.metamatrix.jdbc.MMXAConnection
 
removeStatementEventListener(StatementEventListener) - Method in class com.metamatrix.jdbc.MMXAConnection
 
requestBatch(int, int) - Method in interface com.metamatrix.jdbc.BatchFetcher
 
requestBatch(int, int) - Method in class com.metamatrix.jdbc.MMResultSet
 
resetExecutionState() - Method in class com.metamatrix.jdbc.MMStatement
Reset all per-execution state - this should be done before executing a new command.
ResultSet - Interface in com.metamatrix.jdbc.api
The MetaMatrix-specific interface for using result sets from JDBC.
resultSet - Variable in class com.metamatrix.jdbc.MMStatement
 
ResultSetMetaData - Interface in com.metamatrix.jdbc.api
The MetaMatrix-specific interface for using result set metadata from JDBC.
ResultSetReader - Class in com.metamatrix.script.io
This object wraps/extends a SQL ResultSet object as Reader object.
ResultSetReader(ResultSet) - Constructor for class com.metamatrix.script.io.ResultSetReader
 
ResultSetReader(ResultSet, String) - Constructor for class com.metamatrix.script.io.ResultSetReader
 
ResultsMetadataProvider - Interface in com.metamatrix.jdbc
Interface to provide result set metadata.
ResultsMetadataWithProvider - Class in com.metamatrix.jdbc
 
ResultsMetadataWithProvider(ResultsMetadataProvider) - Constructor for class com.metamatrix.jdbc.ResultsMetadataWithProvider
 
rollback() - Method in class com.metamatrix.jdbc.MMConnection
This method will drop all changes made since the beginning of the transaction and release any MetaMatrix server locks currently held by this connection.
rollback(Savepoint) - Method in class com.metamatrix.jdbc.MMConnection
 
rollback(Xid) - Method in class com.metamatrix.jdbc.MMXAResource
 
rollbackTransaction(MMXid) - Method in class com.metamatrix.jdbc.MMConnection
 
rowDeleted() - Method in class com.metamatrix.jdbc.MMResultSet
 
rowInserted() - Method in class com.metamatrix.jdbc.MMResultSet
 
rowUpdated() - Method in class com.metamatrix.jdbc.MMResultSet
 

S

sendRequestMessageAndWait(RequestMessage) - Method in class com.metamatrix.jdbc.MMStatement
Send out request message with necessary states.
serverConn - Variable in class com.metamatrix.jdbc.MMConnection
 
setAdditionalProperties(String) - Method in class com.metamatrix.jdbc.BaseDataSource
 
setAlternateServers(String) - Method in class com.metamatrix.jdbc.MMDataSource
Sets a list of alternate MetaMatrix Sserver(s) that can be used for connection fail-over.
setAnalysisInfo(ResultsMessage) - Method in class com.metamatrix.jdbc.MMStatement
 
setApplicationName(String) - Method in class com.metamatrix.jdbc.BaseDataSource
Sets the name of the application.
setArray(int, Array) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
setAsciiStream(String, InputStream) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setAsciiStream(String, InputStream, int) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setAsciiStream(String, InputStream, long) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setAsciiStream(long) - Method in class com.metamatrix.jdbc.MMClob
 
setAsciiStream(int, InputStream, int) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets the parameter in position parameterIndex to the input stream object fin, from which length bytes will be read and sent to metamatrix.
setAsciiStream(int, InputStream) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
setAutoCommit(boolean) - Method in class com.metamatrix.jdbc.MMConnection
This method will set the connection's auto commit mode accordingly.
setAutoFailover(String) - Method in class com.metamatrix.jdbc.MMDataSource
 
setBatchFetcher(BatchFetcher) - Method in class com.metamatrix.jdbc.BatchResults
 
setBigDecimal(String, BigDecimal) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setBigDecimal(int, BigDecimal) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets the IN parameter at paramaterIndex to a BigDecimal object.
setBinaryStream(long) - Method in class com.metamatrix.jdbc.MMBlob
 
setBinaryStream(String, InputStream) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setBinaryStream(String, InputStream, int) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setBinaryStream(String, InputStream, long) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setBinaryStream(int, InputStream, int) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets the parameter in position parameterIndex to the input stream object fin, from which length bytes will be read and sent to metamatrix.
setBinaryStream(int, InputStream) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
setBinaryStream() - Method in class com.metamatrix.jdbc.MMSQLXML
 
setBlob(String, Blob) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setBlob(String, InputStream) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setBlob(String, InputStream, long) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setBlob(int, Blob) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets the parameter in position parameterIndex to a Blob object.
setBlob(int, InputStream) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
setBlob(int, InputStream, long) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
setBoolean(String, boolean) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setBoolean(int, boolean) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets parameter number parameterIndex to b, a Java boolean value.
setBootstrapFile(String) - Method in class com.metamatrix.jdbc.EmbeddedDataSource
Sets file name from which embedded DQP configuration information * will be read.
setByte(String, byte) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setByte(int, byte) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets parameter number parameterIndex to x, a Java byte value.
setBytes(long, byte[]) - Method in class com.metamatrix.jdbc.MMBlob
 
setBytes(long, byte[], int, int) - Method in class com.metamatrix.jdbc.MMBlob
 
setBytes(String, byte[]) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setBytes(int, byte[]) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets parameter number parameterIndex to x[], a Java array of bytes.
setCatalog(String) - Method in class com.metamatrix.jdbc.MMConnection
Metamatrix does not allow setting a catalog through a connection.
setCharacterStream(String, Reader) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setCharacterStream(String, Reader, int) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setCharacterStream(String, Reader, long) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setCharacterStream(long) - Method in class com.metamatrix.jdbc.MMClob
 
setCharacterStream(int, Reader, int) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets the parameter in position parameterIndex to a Reader stream object.
setCharacterStream(int, Reader) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
setCharacterStream() - Method in class com.metamatrix.jdbc.MMSQLXML
 
setClientInfo(Properties) - Method in class com.metamatrix.jdbc.MMConnection
 
setClientInfo(String, String) - Method in class com.metamatrix.jdbc.MMConnection
 
setClientToken(Serializable) - Method in class com.metamatrix.jdbc.BaseDataSource
Set the Serializable client token that will be passed directly through to the connectors, which may use it and/or pass it down to their underlying data source.
setClob(String, Clob) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setClob(String, Reader) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setClob(String, Reader, long) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setClob(int, Clob) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets the parameter in position parameterIndex to a Clob object.
setClob(int, Reader) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
setClob(int, Reader, long) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
setCredentials(String) - Method in class com.metamatrix.jdbc.MMDataSource
Sets the credentials string defining credentials to use with connectors for per-user logon.
setCursorName(String) - Method in class com.metamatrix.jdbc.MMStatement
 
setDatabaseName(String) - Method in class com.metamatrix.jdbc.BaseDataSource
Sets the name of the virtual database on a particular MetaMatrix Server.
setDatabaseVersion(String) - Method in class com.metamatrix.jdbc.BaseDataSource
Sets the databaseVersion.
setDataSourceName(String) - Method in class com.metamatrix.jdbc.BaseDataSource
Sets the logical name for the underlying XADataSource or ConnectionPoolDataSource; used only when pooling connections or distributed transactions are implemented.
setDate(String, Date) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setDate(String, Date, Calendar) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setDate(int, Date) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets parameter number parameterIndex to x, a java.sql.Date object.
setDate(int, Date, Calendar) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets parameter number parameterIndex to x, a java.sql.Date object.
setDescription(String) - Method in class com.metamatrix.jdbc.BaseDataSource
Sets the description of this data source.
setDisableLocalTxn(String) - Method in class com.metamatrix.jdbc.BaseDataSource
 
setDiscoveryStrategy(String) - Method in class com.metamatrix.jdbc.MMDataSource
 
setDouble(String, double) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setDouble(int, double) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets parameter number parameterIndex to x, a double value.
setEscapeProcessing(boolean) - Method in class com.metamatrix.jdbc.MMStatement
This method enbles/disables escape processing.
setExecutionProperty(String, String) - Method in interface com.metamatrix.jdbc.api.Statement
Set the MetaMatrix-specific execution property value.
setExecutionProperty(String, String) - Method in class com.metamatrix.jdbc.MMStatement
 
setFetchDirection(int) - Method in class com.metamatrix.jdbc.MMResultSet
 
setFetchDirection(int) - Method in class com.metamatrix.jdbc.MMStatement
This sets the fetch direction that this Statement object's hint to MetaMatrix to improve performance.
setFetchSize(int) - Method in class com.metamatrix.jdbc.BaseDataSource
 
setFetchSize(int) - Method in class com.metamatrix.jdbc.MMResultSet
 
setFetchSize(int) - Method in class com.metamatrix.jdbc.MMStatement
This sets the fetch size that this Statement object's hint to MetaMatrix for improving performance.
setFloat(String, float) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setFloat(int, float) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets parameter number parameterIndex to value, a float value.
setHoldability(int) - Method in class com.metamatrix.jdbc.MMConnection
 
setInitialPoolSize(int) - Method in class com.metamatrix.jdbc.EmbeddedDataSource
 
setInt(String, int) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setInt(int, int) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets parameter number parameterIndex to value, a int value.
setLoginTimeout(int) - Method in class com.metamatrix.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 com.metamatrix.jdbc.BaseDataSource
Set the log writer for this data source.
setLong(String, long) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setLong(int, long) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets parameter number parameterIndex to x, a long value.
setMaxDescriptionLength(int) - Method in class com.metamatrix.jdbc.api.tools.QueryPlanDisplayHelper
 
setMaxFieldSize(int) - Method in class com.metamatrix.jdbc.MMStatement
 
setMaxIdleTime(int) - Method in class com.metamatrix.jdbc.EmbeddedDataSource
 
setMaxPoolSize(int) - Method in class com.metamatrix.jdbc.EmbeddedDataSource
 
setMaxRows(int) - Method in class com.metamatrix.jdbc.MMStatement
Sets the limit on the maximum number of rows in a ResultSet object.
setMaxStatements(int) - Method in class com.metamatrix.jdbc.EmbeddedDataSource
 
setMinPoolSize(int) - Method in class com.metamatrix.jdbc.EmbeddedDataSource
 
setNCharacterStream(String, Reader) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setNCharacterStream(String, Reader, long) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setNCharacterStream(int, Reader) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
setNCharacterStream(int, Reader, long) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
setNClob(String, NClob) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setNClob(String, Reader) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setNClob(String, Reader, long) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setNClob(int, NClob) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
setNClob(int, Reader) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
setNClob(int, Reader, long) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
setNString(String, String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setNString(int, String) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
setNull(String, int) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setNull(String, int, String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setNull(int, int) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets parameter number parameterIndex to a null value.
setNull(int, int, String) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets parameter number parameterIndex to a null value.
setObject(String, Object) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setObject(String, Object, int) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setObject(String, Object, int, int) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setObject(int, Object, int, int) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets parameter number parameterIndex to an object value
setObject(int, Object, int) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
setObject(int, Object) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets parameter number parameterIndex to an object value
setParameterCount(int) - Method in class com.metamatrix.jdbc.StaticMetadataProvider
 
setPartialResults(boolean) - Method in class com.metamatrix.jdbc.MMStatement
 
setPartialResultsMode(String) - Method in class com.metamatrix.jdbc.BaseDataSource
 
setPassword(String) - Method in class com.metamatrix.jdbc.BaseDataSource
Sets the password.
setPayload(Serializable) - Method in interface com.metamatrix.jdbc.api.Statement
Set the per-statement security payload.
setPayload(Serializable) - Method in class com.metamatrix.jdbc.MMStatement
Set the per-statement security payload.
setPoolable(boolean) - Method in class com.metamatrix.jdbc.MMStatement
 
setPortNumber(int) - Method in class com.metamatrix.jdbc.MMDataSource
Sets the portNumber.
setPropertyCycle(int) - Method in class com.metamatrix.jdbc.EmbeddedDataSource
 
setQueryTimeout(int) - Method in class com.metamatrix.jdbc.MMStatement
This sets to seconds the time limit for the number of seconds for a driver to wait for a statement object to be executed.
setReadOnly(boolean) - Method in class com.metamatrix.jdbc.MMConnection
 
setRef(int, Ref) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
setResult(Class<T>) - Method in class com.metamatrix.jdbc.MMSQLXML
 
setResultsData(ResultsMessage) - Method in class com.metamatrix.jdbc.MMResultSet
 
setResultSetCacheMode(String) - Method in class com.metamatrix.jdbc.BaseDataSource
 
setRowId(String, RowId) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setRowId(int, RowId) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
setSavepoint() - Method in class com.metamatrix.jdbc.MMConnection
 
setSavepoint(String) - Method in class com.metamatrix.jdbc.MMConnection
 
setSecure(boolean) - Method in class com.metamatrix.jdbc.MMDataSource
Sets the secure flag to use mms: protocol instead of the default mm: protocol.
setServerName(String) - Method in class com.metamatrix.jdbc.MMDataSource
Sets the serverName.
setShort(String, short) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setShort(int, short) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets parameter number parameterIndex to x, a short value.
setSqlOptions(String) - Method in class com.metamatrix.jdbc.BaseDataSource
Sets special sqlOptions that should be used with each command.
setSQLXML(String, SQLXML) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setSQLXML(int, SQLXML) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
setString(String, String) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setString(long, String) - Method in class com.metamatrix.jdbc.MMClob
 
setString(long, String, int, int) - Method in class com.metamatrix.jdbc.MMClob
 
setString(int, String) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets parameter number parameterIndex to x, a String value.
setString(String) - Method in class com.metamatrix.jdbc.MMSQLXML
 
setTime(String, Time) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setTime(String, Time, Calendar) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setTime(int, Time) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets parameter number parameterIndex to x, a java.sql.Time object.
setTime(int, Time, Calendar) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets parameter number parameterIndex to x, a java.sql.Time object.
setTimestamp(String, Timestamp) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setTimestamp(String, Timestamp, Calendar) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setTimestamp(int, Timestamp) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets parameter number parameterIndex to x, a java.sql.Timestamp object.
setTimestamp(int, Timestamp, Calendar) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets parameter number parameterIndex to x, a java.sql.Timestamp object.
setTransactionAutoWrap(String) - Method in class com.metamatrix.jdbc.BaseDataSource
Sets the setting for how connections are created by this DataSource manage transactions for client requests when client applications do not use transactions.
setTransactionIsolation(int) - Method in class com.metamatrix.jdbc.MMConnection
 
setTransactionTimeout(int) - Method in class com.metamatrix.jdbc.MMXAResource
 
setTypeMap(Map<String, Class<?>>) - Method in class com.metamatrix.jdbc.MMConnection
 
setUnicodeStream(int, InputStream, int) - Method in class com.metamatrix.jdbc.MMPreparedStatement
 
setURL(String, URL) - Method in class com.metamatrix.jdbc.MMCallableStatement
 
setURL(int, URL) - Method in class com.metamatrix.jdbc.MMPreparedStatement
Sets the designated parameter to the given java.net.URL value.
setUser(String) - Method in class com.metamatrix.jdbc.BaseDataSource
Sets the user.
shutdown() - Method in interface com.metamatrix.jdbc.EmbeddedConnectionFactory
Shutdown the connection factory, including the DQP and all its existing connections
shutdown() - Static method in class com.metamatrix.jdbc.EmbeddedDriver
Shutdown the DQP instance which has been started using the given URL
SQLException - Interface in com.metamatrix.jdbc.api
 
SQLStates - Class in com.metamatrix.jdbc.api
Utility class containing 1) SQL state constants used to represent MetaMatrix 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 com.metamatrix.jdbc.api.SQLStates
 
SQLStates.SQLStateClass - Class in com.metamatrix.jdbc.api
 
start(Xid, int) - Method in class com.metamatrix.jdbc.MMXAResource
 
startTransaction(MMXid, int, int) - Method in class com.metamatrix.jdbc.MMConnection
 
Statement - Interface in com.metamatrix.jdbc.api
The MetaMatrix-specific interface for executing statements against the MetaMatrix server.
StaticMetadataProvider - Class in com.metamatrix.jdbc
 
storesLowerCaseIdentifiers() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
This method checks whether metamatrix treats mixed-case unquoted SQL identifiers used in SQL statements as case-insensitive and stores them as all lowercase in its metadata tables.
storesLowerCaseQuotedIdentifiers() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
This method checks whether metamatrix treats mixed-case quoted SQL identifiers used in SQL statements as case-insensitive and stores them as all lowercase in its metadata tables.
storesMixedCaseIdentifiers() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
This method checks whether metamatrix treats mixed-case unquoted SQL identifiers used in SQL statements as case-insensitive and stores them as all mixedcase in its metadata tables.
storesMixedCaseQuotedIdentifiers() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
This method checks whether metamatrix treats mixed-case quoted SQL identifiers used in SQL statements as case-insensitive and stores them in mixedcase in its metadata tables.
storesUpperCaseIdentifiers() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
This method checks whether metamatrix treats mixed-case unquoted SQL identifiers used in SQL statements as case-insensitive and stores them as all uppercase in its metadata tables.
storesUpperCaseQuotedIdentifiers() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
This method checks whether metamatrix treats mixed-case quoted SQL identifiers used in SQL statements as case-insensitive and stores them as all uppercase in its metadata tables.
StringArrayReader - Class in com.metamatrix.script.io
Converts a String Array object into a Reader object.
StringArrayReader(String[]) - Constructor for class com.metamatrix.script.io.StringArrayReader
 
StringLineReader - Class in com.metamatrix.script.io
Base class for any type of Reader, where data can be read as line by line.
StringLineReader() - Constructor for class com.metamatrix.script.io.StringLineReader
 
supportsAlterTableWithAddColumn() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports ALTER TABLE with add column.
supportsAlterTableWithDropColumn() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports ALTER TABLE with drop column.
supportsANSI92EntryLevelSQL() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports ANSI-92 entry level SQL grammer.
supportsANSI92FullSQL() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports ANSI-92 full SQL grammer.
supportsANSI92IntermediateSQL() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports ANSI-92 intermediate SQL grammer.
supportsBatchUpdates() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Indicates whether the driver supports batch updates.
supportsCatalogsInDataManipulation() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports using a catalog name in a data manipulation statement.
supportsCatalogsInIndexDefinitions() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports using a catalog name in an index definition statement.
supportsCatalogsInPrivilegeDefinitions() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports using a catalog name in a privilage definition statement.
supportsCatalogsInProcedureCalls() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports using a catalog name in a procedure call statement.
supportsCatalogsInTableDefinitions() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports using a catalog name in a table definition statement.
supportsColumnAliasing() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports column aliasing.
supportsConvert() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports scalar function CONVERT for the conversion of one JDBC type to another.
supportsConvert(int, int) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports scalar function CONVERT for the conversion of fromType to toType.
supportsCoreSQLGrammar() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports ODBC Core SQL grammer.
supportsCorrelatedSubqueries() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports correlated subqueries.
supportsDataDefinitionAndDataManipulationTransactions() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatric supports both data definition and data manipulation statements within a transaction.
supportsDataManipulationTransactionsOnly() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Are only data manipulation statements within a transaction supported?
supportsDifferentTableCorrelationNames() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatric supports only data manipulation statements within a transaction.
supportsExpressionsInOrderBy() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports expressions in ORDER BY lists.
supportsExtendedSQLGrammar() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports ODBC Extended SQL grammer.
supportsFullOuterJoins() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports full outer joins
supportsGetGeneratedKeys() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Retrieves whether auto-generated keys can be retrieved after a statement has been executed.
supportsGroupBy() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports GROUP BY
supportsGroupByBeyondSelect() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether a GROUP BY clause can use columns that are not in the SELECT clause, provided that it specifies all the columns in the SELECT clause.
supportsGroupByUnrelated() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether a GROUP BY clause can use columns that are not in the SELECT clause.
supportsIntegrityEnhancementFacility() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports the SQL Integrity Enhancement Facility.
supportsLikeEscapeClause() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports specifying a LIKE escape clause.
supportsLimitedOuterJoins() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix provides limited support for outer joins.
supportsMinimumSQLGrammar() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports the ODBC minimum SQL grammer.
supportsMixedCaseIdentifiers() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether mixed-case unquoted SQL identifiers used in SQL statements are case sensitive
supportsMixedCaseQuotedIdentifiers() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether mixed-case quoted SQL identifiers used in SQL statements are case sensitive
supportsMultipleOpenResults() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Retrieves whether it is possible to have multiple ResultSet objects returned from a CallableStatement object simultaneously.
supportsMultipleResultSets() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Are multiple ResultSets from a single execute supported?
supportsMultipleTransactions() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether multiple transactions open at once on different connectons
supportsNamedParameters() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Retrieves whether metamatrix supports named parameters to callable statements.
supportsNonNullableColumns() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports defining columns as nonnullable.
supportsOpenCursorsAcrossCommit() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports having cursors open across commits.
supportsOpenCursorsAcrossRollback() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports having cursors open across rollbacks.
supportsOpenStatementsAcrossCommit() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports having cursors open across commits.
supportsOpenStatementsAcrossRollback() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports having cursors open across rollbacks.
supportsOrderByUnrelated() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether an ORDER BY clause can use columns that are not in the SELECT clause.
supportsOuterJoins() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports some form of outer joins.
supportsPositionedDelete() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports positioned DELETEs on resultsets
supportsPositionedUpdate() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports positioned UPDATEs on result sets.
supportsResultSetConcurrency(int, int) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Does the database support the concurrency type in combination with the given result set type?
supportsResultSetHoldability(int) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Retrieves whether database supports the given result set holdability.
supportsResultSetType(int) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Does the database support the given result set type?
supportsSavepoints() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Retrieves whether metamatrix supports savepoints.
supportsSchemasInDataManipulation() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports using a schema name in a data manipulation statement
supportsSchemasInIndexDefinitions() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports using a schema name in an index definition statement
supportsSchemasInPrivilegeDefinitions() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports using a schema name in a privilage definition statement
supportsSchemasInProcedureCalls() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports using a schema name in an procedure call statement
supportsSchemasInTableDefinitions() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports using a schema name in an table definition statement
supportsSelectForUpdate() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports SELECT FOR UPDATE statements
supportsStatementPooling() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Retrieves whether this metamatrix supports statement pooling.
supportsStoredFunctionsUsingCallSyntax() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
 
supportsStoredProcedures() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports stored procedure calls using the stored procedure escape syntax
supportsSubqueriesInComparisons() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports subqueries in comparision expressions.
supportsSubqueriesInExists() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports subqueries in EXISTS expressions.
supportsSubqueriesInIns() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports subqueries in IN statements.
supportsSubqueriesInQuantifieds() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports subqueries in qualified expressions.
supportsTableCorrelationNames() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports table correlation names
supportsTransactionIsolationLevel(int) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports the given transaction isolation level
supportsTransactions() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports transactions
supportsUnion() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports SQL UNION
supportsUnionAll() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix supports SQL UNION ALL

T

TIMED_OUT - Static variable in class com.metamatrix.jdbc.MMStatement
 
timeoutOccurred() - Method in class com.metamatrix.jdbc.MMStatement
Ends the command and sets the status to TIMED_OUT.
toString() - Method in class com.metamatrix.jdbc.AnnotationImpl
 
toString() - Method in class com.metamatrix.jdbc.MMDataSource
 
toString() - Method in class com.metamatrix.jdbc.MMSQLXML
 
toString() - Method in class com.metamatrix.jdbc.util.MMJDBCURL
 
truncate(long) - Method in class com.metamatrix.jdbc.MMBlob
 
truncate(long) - Method in class com.metamatrix.jdbc.MMClob
 
TXN_AUTO_WRAP_OFF - Static variable in class com.metamatrix.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_AUTO_WRAP_ON - Static variable in class com.metamatrix.jdbc.BaseDataSource
Transaction auto wrap constant - always wrap every non-transactional command execution in a transaction.
TXN_AUTO_WRAP_OPTIMISTIC - Static variable in class com.metamatrix.jdbc.BaseDataSource
Transaction auto wrap constant - optimistic mode assumes that non-transactional commands typically do not require a transaction due to a multi-source update, so no transaction is created.
TXN_AUTO_WRAP_PESSIMISTIC - Static variable in class com.metamatrix.jdbc.BaseDataSource
Transaction auto wrap constant - pessimistic mode assumes that any command execution might require a transaction to be wrapped around it.

U

unwrap(Class<T>) - Method in class com.metamatrix.jdbc.WrapperImpl
 
updateArray(int, Array) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateArray(String, Array) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateAsciiStream(int, InputStream) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateAsciiStream(String, InputStream) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateBinaryStream(int, InputStream) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateBinaryStream(String, InputStream) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateBlob(int, Blob) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateBlob(int, InputStream, long) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateBlob(int, InputStream) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateBlob(String, Blob) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateBlob(String, InputStream, long) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateBlob(String, InputStream) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateBoolean(int, boolean) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateBoolean(String, boolean) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateByte(int, byte) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateByte(String, byte) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateBytes(int, byte[]) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateBytes(String, byte[]) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateCharacterStream(int, Reader, int) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateCharacterStream(int, Reader, long) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateCharacterStream(int, Reader) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateCharacterStream(String, Reader, int) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateCharacterStream(String, Reader, long) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateCharacterStream(String, Reader) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateClob(int, Clob) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateClob(int, Reader, long) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateClob(int, Reader) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateClob(String, Clob) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateClob(String, Reader, long) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateClob(String, Reader) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateCounts - Variable in class com.metamatrix.jdbc.MMStatement
Array of update counts as returned by executeBatch()
updateDate(int, Date) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateDate(String, Date) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateDouble(int, double) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateDouble(String, double) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateFloat(int, float) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateFloat(String, float) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateInt(int, int) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateInt(String, int) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateLong(int, long) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateLong(String, long) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateNCharacterStream(int, Reader) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateNCharacterStream(String, Reader) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateNClob(int, NClob) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateNClob(int, Reader, long) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateNClob(int, Reader) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateNClob(String, NClob) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateNClob(String, Reader, long) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateNClob(String, Reader) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateNString(int, String) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateNString(String, String) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateNull(int) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateNull(String) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateObject(int, Object, int) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateObject(int, Object) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateObject(String, Object, int) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateObject(String, Object) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateRef(int, Ref) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateRef(String, Ref) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateRow() - Method in class com.metamatrix.jdbc.MMResultSet
 
updateRowId(int, RowId) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateRowId(String, RowId) - Method in class com.metamatrix.jdbc.MMResultSet
 
updatesAreDetected(int) - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Indicates whether or not a visible row update can be detected by calling the method ResultSet.rowUpdated.
updateShort(int, short) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateShort(String, short) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateSQLXML(int, SQLXML) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateSQLXML(String, SQLXML) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateString(int, String) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateString(String, String) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateTime(int, Time) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateTime(String, Time) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateTimestamp(int, Timestamp) - Method in class com.metamatrix.jdbc.MMResultSet
 
updateTimestamp(String, Timestamp) - Method in class com.metamatrix.jdbc.MMResultSet
 
USAGE_ERROR - Static variable in class com.metamatrix.jdbc.api.SQLStates
General query execution error
USE_LATEST_VDB_VERSION - Static variable in class com.metamatrix.jdbc.EmbeddedDataSource
 
USER_NAME - Static variable in class com.metamatrix.jdbc.BaseDataSource
 
usesLocalFilePerTable() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix uses a separate local file to store each table
usesLocalFiles() - Method in class com.metamatrix.jdbc.MMDatabaseMetaData
Checks whether metamatrix stores tables in a local file
Util - Static variable in class com.metamatrix.jdbc.JDBCPlugin
 

V

validateProperties(String, String) - Method in class com.metamatrix.jdbc.BaseDataSource
 
validateProperties(String, String) - Method in class com.metamatrix.jdbc.EmbeddedDataSource
 
validateProperties(String, String) - Method in class com.metamatrix.jdbc.MMDataSource
 
VDB_NAME - Static variable in class com.metamatrix.jdbc.BaseDataSource
 
VDB_VERSION - Static variable in class com.metamatrix.jdbc.BaseDataSource
 
VERSION - Static variable in class com.metamatrix.jdbc.BaseDataSource
 
VIRTUAL_PROCEDURE_ERROR - Static variable in class com.metamatrix.jdbc.api.SQLStates
Error raised by ERROR instruction in virtual procedure.

W

wasNull() - Method in class com.metamatrix.jdbc.MMCallableStatement
Indicates whether the last OUT parameter read was a return null.
wasNull() - Method in class com.metamatrix.jdbc.MMResultSet
This will return a boolean value if the last column that was read had a value equal to null.
WrapperImpl - Class in com.metamatrix.jdbc
 
WrapperImpl() - Constructor for class com.metamatrix.jdbc.WrapperImpl
 

A B C D E F G H I J L M N O P Q R S T U V W

Copyright © 2009. All Rights Reserved.