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

G

get(Field) - Method in class ca.idms.io.NativeFormat
Overrides the default get method to allow the default snap method access to the value of a non-public variable.
get(Field) - Method in class ca.idms.io.NativeObject
Overrides the default get method to allow the default snap method access to the value of a non-public variable.
get(Field) - Method in class ca.idms.io.TraceObject
Provides a default get(Field) method that will attempt to retrieve the value of a declared variable of the class, and will work for the public variables variables of a derived class.
get(Field) - Method in class ca.idms.jdbc.IdmsConnection
Allows the default snap method access to non-public variables.
get(Field) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Allows the default snap method access to non-public variables.
get(Field) - Method in class ca.idms.jdbc.IdmsJdbcObject
Allows the default snap method access to non-public variables.
get(Field) - Method in class ca.idms.jdbc.IdmsLogicalConnection
Allows the default snap method access to non-public variables.
get(Field) - Method in class ca.idms.jdbc.IdmsPooledConnection
Allows the default snap method access to non-public variables.
get(Field) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Overrides the default get method to allow the default snap method access to the value of a non-public variable.
get(Field) - Method in class ca.idms.jdbc.IdmsResultObject
Allows the default snap method access to non-public variables.
get(Field) - Method in class ca.idms.jdbc.IdmsResultSet
Overrides the default get method to allow the default snap method access to the value of a non-public variable.
get(Field) - Method in class ca.idms.jdbc.IdmsStatement
Overrides the default get method to allow the default snap method access to the value of a non-public variable.
get(Field) - Method in class ca.idms.xa.IdmsXAResource
Overrides the default get method to allow the default snap method access to the value of a non-public variable.
get(Field) - Method in class ca.idms.xa.IdmsXid
Overrides the default get method to allow the default snap method access to the value of a non-public variable.
getAccountInfo() - Method in class ca.idms.jdbc.IdmsCommonDataSource
Gets the accountCode property for this data source.
getAddColumnString() - Method in class com.ca.idms.hibernate.IDMSDialect
 
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class com.ca.idms.hibernate.IDMSDialect
 
getAddPrimaryKeyConstraintString(String) - Method in class com.ca.idms.hibernate.IDMSDialect
 
getArch() - Static method in class ca.idms.io.NativeFormat
Gets local platform hardware architecture.
getArray(int) - Method in class ca.idms.jdbc.IdmsCallableStatement
IDMS does not support the ARRAY type.
getArray(String) - Method in class ca.idms.jdbc.IdmsCallableStatement
IDMS does not support named parameters as defined by JDBC (and does not support the ARRAY type anyway).
getArray(int) - Method in class ca.idms.jdbc.IdmsResultSet
IDMS does not support the ARRAY type.
getArray(String) - Method in class ca.idms.jdbc.IdmsResultSet
IDMS does not support the ARRAY type.
getAsciiStream(int) - Method in class ca.idms.jdbc.IdmsResultSet
A column value can be retrieved as a stream of ASCII characters and then read in chunks from the stream.
getAsciiStream(String) - Method in class ca.idms.jdbc.IdmsResultSet
A column value can be retrieved as a stream of ASCII characters and then read in chunks from the stream.
getAttributes(String, String, String, String) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not support user defined types.
getAutoCommit() - Method in class ca.idms.jdbc.IdmsConnection
Get the current auto-commit mode.
getAutoCommit() - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.getAutoCommit().
getBestRowIdentifier(String, String, boolean) - Method in class ca.idms.jcf.JdbcTable
Issues a JDBC getBestRowIdentifier() request.
getBestRowIdentifier(String, String, String, int, boolean) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Get a description of a table's optimal set of columns that uniquely identifies a row.
getBigDecimal(int, int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a NUMERIC parameter as a BigDecimal object.
getBigDecimal(int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a NUMERIC parameter as a java.math.BigDecimal object.
getBigDecimal(String) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a NUMERIC parameter as a java.math.BigDecimal object.
getBigDecimal(int) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a java.lang.BigDecimal object.
getBigDecimal(int, int) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a java.lang.BigDecimal object.
getBigDecimal(String) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a java.lang.BigDecimal object.
getBigDecimal(String, int) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a java.lang.BigDecimal object.
getBinaryStream(int) - Method in class ca.idms.jdbc.IdmsResultSet
A column value can be retrieved as a stream of uninterpreted ((byte[])v) and then read in chunks from the stream.
getBinaryStream(String) - Method in class ca.idms.jdbc.IdmsResultSet
A column value can be retrieved as a stream of uninterpreted ((byte[])v) and then read in chunks from the stream.
getBlob(int) - Method in class ca.idms.jdbc.IdmsCallableStatement
IDMS does not support the BLOB type.
getBlob(String) - Method in class ca.idms.jdbc.IdmsCallableStatement
IDMS does not support BLOBs.
getBlob(int) - Method in class ca.idms.jdbc.IdmsResultSet
IDMS does not support the BLOB type.
getBlob(String) - Method in class ca.idms.jdbc.IdmsResultSet
IDMS does not support the BLOB type.
getBoolean(String, boolean) - Static method in class ca.idms.io.TraceObject
Gets a boolean value from the System or CA IDMS properties.
getBoolean(int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a BIT parameter as a boolean.
getBoolean(String) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a BIT parameter as a boolean.
getBoolean(int) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a Java boolean.
getBoolean(String) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a Java boolean.
getBranchQualifier() - Method in class ca.idms.xa.IdmsXid
 
getBuffer() - Method in class ca.idms.io.NativeDataInputStream
Gets a reference to the buffer.
getBuffer() - Method in class ca.idms.io.NativeDataOutputStream
Gets the buffer.
getBuffer() - Method in class ca.idms.io.NativeObject
Gets the byte array buffer.
getBuffer() - Method in class ca.idms.io.TraceBufferInputStream
Gets the buffer.
getBuffer() - Method in class ca.idms.io.TraceBufferOutputStream
Gets a reference to the buffer.
getByte(int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a TINYINT parameter as a byte.
getByte(String) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a TINYINT parameter as a byte.
getByte(int) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a Java byte.
getByte(String) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a Java byte.
getBytes(String) - Method in class ca.idms.io.NativeCodePage
Convert a string to EBCDIC bytes.
getBytes(String) - Method in class ca.idms.io.NativeFormat
Converts a string into an array of bytes.
getBytes(String, int) - Method in class ca.idms.io.NativeFormat
Converts a string into a fixed length array of bytes.
getBytes(String, int) - Method in class ca.idms.io.UnicodeFormat
Converts a string into a fixed length array of bytes.
getBytes(int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a BINARY parameter as a byte[]
getBytes(String) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a BINARY parameter as a byte[]
getBytes(int) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a Java byte array.
getBytes(String) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a Java byte array.
getBytes() - Method in class ca.idms.jdbc.IdmsRowId
Returns an array of bytes representing the value of the IDMS ROWID encapsulated by this java.sql.RowId object.
getBytesInternal(String, int) - Method in class ca.idms.io.NativeFormat
Converts a string into a fixed length array of bytes according to this objects internal control block encoding.
getBytesZ(String) - Method in class ca.idms.io.NativeFormat
Converts a string into a null terminated array of bytes.
getCascadeConstraintsString() - Method in class com.ca.idms.hibernate.IDMSDialect
 
getCatalog() - Method in class ca.idms.jdbc.IdmsConnection
Return the connection's CURRENT DATABASE name.
getCatalog() - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.getCatalog().
getCatalogName(int) - Method in class ca.idms.jdbc.IdmsResultSetMetaData
Not available in SQLDA.
getCatalogs() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
The "CATALOG" name is the CURRENT DATABASE name.
getCatalogSeparator() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not support catalogs in identifiers.
getCatalogTerm() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not support catalogs in identifiers.
getCharacterStream(int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Returns the value of the parameter as a java.io.Reader.
getCharacterStream(String) - Method in class ca.idms.jdbc.IdmsCallableStatement
Returns the value of the parameter as a java.io.Reader.
getCharacterStream(int) - Method in class ca.idms.jdbc.IdmsResultSet
Returns the value of the column as a java.io.Reader.
getCharacterStream(String) - Method in class ca.idms.jdbc.IdmsResultSet
Returns the value of the column as a java.io.Reader.
getClasses(Vector<String>) - Static method in class ca.idms.io.TraceObject
Gets classes to be included or excluded from trace.
getClient() - Method in interface ca.idms.io.Native
Gets the client type.
getClient() - Method in class ca.idms.io.NativeObject
The default getClient method returns 0.
getClientInfo() - Method in class ca.idms.jdbc.IdmsConnection
Returns the set of ClientInfo properties and their associated values.
getClientInfo(String) - Method in class ca.idms.jdbc.IdmsConnection
Returns the current value of a ClientInfo property, or null if the property doesn't exist.
getClientInfo() - Method in class ca.idms.jdbc.IdmsLogicalConnection
Returns the set of ClientInfo properties and their associated values.
getClientInfo(String) - Method in class ca.idms.jdbc.IdmsLogicalConnection
Returns the current value of a ClientInfo property, or null if the property doesn't exist.
getClientInfoObjects() - Method in class ca.idms.jdbc.IdmsConnection
Instantiates a clientInfo object if it doesn't already exist, then obtains an array of Object arrays which represent the name, maximum length, default value and description of all ClientInfo properties.
getClientInfoProperties() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Retrieves a list of supported ClientInfo properties
getClob(int) - Method in class ca.idms.jdbc.IdmsCallableStatement
IDMS does not support the CLOB type.
getClob(String) - Method in class ca.idms.jdbc.IdmsCallableStatement
IDMS does not support the CLOB type.
getClob(int) - Method in class ca.idms.jdbc.IdmsResultSet
IDMS does support the CLOB type.
getClob(String) - Method in class ca.idms.jdbc.IdmsResultSet
IDMS does support the CLOB type.
getColumnClass(int) - Method in class ca.idms.jcf.JdbcTable
 
getColumnClassName(int) - Method in class ca.idms.jdbc.IdmsResultSetMetaData
Gets the Java class name corresponding to the column's type as it would be returned by ResultSet.getObject.
getColumnCount() - Method in class ca.idms.jcf.JdbcTable
 
getColumnCount() - Method in class ca.idms.jdbc.IdmsResultSetMetaData
Gets the number of columns in the ResultSet.
getColumnDisplaySize(int) - Method in class ca.idms.jdbc.IdmsResultSetMetaData
What's the column's normal max width in chars?
getColumnLabel(int) - Method in class ca.idms.jdbc.IdmsResultSetMetaData
What's the suggested column title for use in printouts and displays?
getColumnName(int) - Method in class ca.idms.jcf.JdbcTable
 
getColumnName(int) - Method in class ca.idms.jdbc.IdmsResultSetMetaData
What's a column's name?
getColumnPrivileges(String, String, String, String) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not currently support column privileges.
getColumns(String, String, String) - Method in class ca.idms.jcf.JdbcTable
Issues a JDBC getColumns() request.
getColumns(String, String, String, String) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Get a description of table columns available in a catalog.
getColumnType(int) - Method in class ca.idms.jdbc.IdmsResultSetMetaData
What's a column's SQL type?
getColumnTypeName(int) - Method in class ca.idms.jdbc.IdmsResultSetMetaData
What's a column's data source specific type name?
getColumnWidth(int) - Method in class ca.idms.jcf.JdbcTable
Gets preferred column width.
getConcurrency() - Method in class ca.idms.jdbc.IdmsResultSet
Gets this ResultSet's concurrency.
getConnection() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the Connection that owns this object.
getConnection() - Method in class ca.idms.jdbc.IdmsDataSource
Connect using the default user id and password.
getConnection(String, String) - Method in class ca.idms.jdbc.IdmsDataSource
Connect using the specified user id and password.
getConnection() - Method in class ca.idms.jdbc.IdmsPooledConnection
Create an object handle for a database connection.
getConnection() - Method in class ca.idms.jdbc.IdmsStatement
Gets the Connection.
getConnectSuspend() - Method in class ca.idms.jdbc.IdmsCommonDataSource
Deprecated. Use #getSuspendStrategy instead.
getCount() - Method in class ca.idms.io.NativeDataInputStream
Gets the number of valid bytes in the buffer.
getCount() - Method in class ca.idms.io.NativeDataOutputStream
Gets the number of valid bytes in the buffer.
getCount() - Method in class ca.idms.io.TraceBufferInputStream
Gets the number of valid bytes in the buffer.
getCount() - Method in class ca.idms.io.TraceBufferOutputStream
Gets the number of valid bytes in the buffer.
getCrossReference(String, String, String, String) - Method in class ca.idms.jcf.JdbcTable
Issues a JDBC getCrossReference() request.
getCrossReference(String, String, String, String, String, String) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Returns a description of the foreign key columns in the given foreign key table that reference the primary key columns of the given primary key table.
getCurrentTimestampSelectString() - Method in class com.ca.idms.hibernate.IDMSDialect
 
getCurrentTimestampSQLFunctionName() - Method in class com.ca.idms.hibernate.IDMSDialect
CA IDMS doesn't have a suitable function, therefore this method returns a null string.
getCursorName() - Method in class ca.idms.jdbc.IdmsResultSet
Gets the name of the SQL cursor used by this ResultSet.
getDatabaseMajorVersion() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the IDMS major release.
getDatabaseMinorVersion() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the IDMS minor release.
getDatabaseName() - Method in class ca.idms.jdbc.IdmsCommonDataSource
Gets the databaseName property for this data source.
getDatabaseProductName() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the database product name.
getDatabaseProductVersion() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the database product version.
getDataInput(TraceBufferInputStream) - Method in class ca.idms.io.NativeFormat
Creates an input filter stream that reads numeric data as specified for this NativeFormat.
getDataInput(TraceBufferInputStream) - Method in class ca.idms.io.UnicodeFormat
Creates an input filter stream to read network data.
getDataInput(TraceBufferInputStream) - Method in class ca.idms.io.UtfFormat
Creates an input filter stream to read network data.
getDataOutput(TraceBufferOutputStream) - Method in class ca.idms.io.NativeFormat
Creates an output filter stream that writes numeric data as specified for this NativeFormat.
getDataOutput(TraceBufferOutputStream) - Method in class ca.idms.io.UnicodeFormat
Creates an output filter stream to writes network data.
getDataOutput(TraceBufferOutputStream) - Method in class ca.idms.io.UtfFormat
Creates an output filter stream to write network data.
getDataSize() - Method in exception ca.idms.io.DataTruncationException
The number of bytes of data that should have been transferred.
getDataSourceName() - Method in class ca.idms.jdbc.IdmsCommonDataSource
Gets the dataSourceName property for this data source.
getDate(int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a DATE parameter as a java.sql.Date object
getDate(int, Calendar) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a SQL DATE parameter for the specified time zone.
getDate(String) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a parameter as a java.sql.Date object.
getDate(String, Calendar) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a parameter as a java.sql.Date object.
getDate(int) - Method in class ca.idms.jdbc.IdmsResultSet
Gets the value of a column in the current row as a java.sql.Date object.
getDate(String) - Method in class ca.idms.jdbc.IdmsResultSet
Gets the value of a column in the current row as a java.sql.Date object.
getDate(int, Calendar) - Method in class ca.idms.jdbc.IdmsResultSet
Gets the value of a column in the current row as a java.sql.Date object.
getDate(String, Calendar) - Method in class ca.idms.jdbc.IdmsResultSet
Gets the value of a column in the current row as a java.sql.Date object.
getDefaultEnc() - Static method in class ca.idms.io.NativeFormat
Gets local platform encoding.
getDefaultSchema() - Method in class ca.idms.jdbc.IdmsCommonDataSource
Gets the defaultSchema property for this data source.
getDefaultTransactionIsolation() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the database's default transaction isolation level.
getDescription() - Method in class ca.idms.jdbc.IdmsCommonDataSource
Gets the description property for this data source.
getDetailMessage() - Method in exception ca.idms.net.PacketException
Returns the detail message.
getDetailMessage() - Method in exception ca.idms.qcli.QcliException
Returns the detail message.
getDouble(int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a DOUBLE parameter as a double.
getDouble(String) - Method in class ca.idms.jdbc.IdmsCallableStatement
Get the value of a parameter as a Java double.
getDouble(int) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a Java double.
getDouble(String) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a Java double.
getDriverMajorVersion() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the JDBC driver product major version number.
getDriverMinorVersion() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the JDBC driver product minor version number.
getDriverName() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the JDBC driver product name.
getDriverVersion() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the JDBC driver product version.
getEnc() - Method in class ca.idms.io.NativeFormat
Gets character encoding format.
getError() - Method in exception ca.idms.net.PacketException
Gets PacketError detailed error code.
getException() - Method in exception ca.idms.qcli.QcliIOException
The original exception.
getExportedKeys(String, String) - Method in class ca.idms.jcf.JdbcTable
Issues a JDBC getExportedKeys() request.
getExportedKeys(String, String, String) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Returns a description of the foreign key columns that reference the given table's primary key columns.
getExternalWait() - Method in class ca.idms.jdbc.IdmsCommonDataSource
Gets the externalWait property for this data source.
getExtraNameCharacters() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Get all the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9 and _).
getFetchDirection() - Method in class ca.idms.jdbc.IdmsResultObject
Gets the fetch direction hint.
getFetchSize() - Method in class ca.idms.jdbc.IdmsResultObject
Gets fetch size, always 1 if FOR UPDATE.
getFloat(int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a FLOAT parameter as a float.
getFloat(String) - Method in class ca.idms.jdbc.IdmsCallableStatement
Get the value of a parameter as a Java float.
getFloat(int) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a Java float.
getFloat(String) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a Java float.
getFormat() - Method in class ca.idms.io.NativeDataInputStream
Gets the data formats in effect for this stream.
getFormat() - Method in class ca.idms.io.NativeDataOutputStream
 
getFormat() - Method in class ca.idms.io.NativeFormat
Gets the format.
getFormatId() - Method in class ca.idms.xa.IdmsXid
 
getForUpdateString(LockMode) - Method in class com.ca.idms.hibernate.IDMSDialect
FOR UPDATE is supported only for positioned update in CA IDMS, not for locking.
getForUpdateString() - Method in class com.ca.idms.hibernate.IDMSDialect
FOR UPDATE is supported only for positioned update in CA IDMS, not for locking.
getForUpdateString(String) - Method in class com.ca.idms.hibernate.IDMSDialect
This method returns the same value (aliases) as the parent class.
getFunctionColumns(String, String, String, String) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets a description of user or system function parameters available in a catalog.
getFunctions(String, String, String) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Returns a ResultSet which represents system or user functions defined in the IDMS system.
getGeneratedKeys() - Method in class ca.idms.jdbc.IdmsStatement
CA IDMS does not support automatically generated keys.
getGlobalTransactionId() - Method in class ca.idms.xa.IdmsXid
 
getHoldability() - Method in class ca.idms.jdbc.IdmsConnection
Gets current ResultSet holdability for this connection.
getHoldability() - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.getHoldability().
getHoldability() - Method in class ca.idms.jdbc.IdmsResultSet
For CA IDMS ResultSet holdability is a Connection attribute.
getIdentifierQuoteString() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS uses a double quote character.
getIdmsConnection() - Method in class ca.idms.jdbc.IdmsCommonDataSource
Connect using the default user id and password.
getIdmsConnection(String, String) - Method in class ca.idms.jdbc.IdmsCommonDataSource
Connect using the specified user id and password.
getImportedKeys(String, String) - Method in class ca.idms.jcf.JdbcTable
Issues a JDBC getImportedKeys() request.
getImportedKeys(String, String, String) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Returns a description of the primary key columns referenced by the given table's foreign keys.
getIndex() - Method in exception ca.idms.qcli.QcliDataTruncation
The index of the column or parameter that was truncated.
getIndexInfo(String, String, boolean) - Method in class ca.idms.jcf.JdbcTable
Issues a JDBC getIndexInfo() request.
getIndexInfo(String, String, String, boolean, boolean) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Get a description of a table's indices and statistics.
getInitialPoolSize() - Method in class ca.idms.jdbc.IdmsCommonPoolDataSource
Gets the initialPoolSize property for this data source.
getInt(int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of an INTEGER parameter as a int.
getInt(String) - Method in class ca.idms.jdbc.IdmsCallableStatement
Get the value of a parameter as a Java int.
getInt(int) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a Java int.
getInt(String) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a Java int.
getInteger(String, int) - Static method in class ca.idms.io.TraceObject
Gets a integer value from the System or CA IDMS properties.
getJDBCMajorVersion() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the major version of JDBC that IDMS supports.
getJDBCMinorVersion() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the minor version of JDBC that IDMS supports.
getLocale() - Method in class ca.idms.io.LocaleMessage
Gets the Locale.
getLockingStrategy(Lockable, LockMode) - Method in class com.ca.idms.hibernate.IDMSDialect
FOR UPDATE doesn't affect locking in CA IDMS, so UpdateLockingStrategy is returned when an entity is versioned.
getLoginTimeout() - Method in class ca.idms.jdbc.IdmsCommonDataSource
Gets the replay timeout.
getLogWriter() - Method in class ca.idms.jdbc.IdmsCommonDataSource
Gets the log writer for this data source.
getLong(int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a BIGINT parameter as a long.
getLong(String) - Method in class ca.idms.jdbc.IdmsCallableStatement
Get the value of a parameter as a Java long.
getLong(int) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a Java long.
getLong(String) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a Java long.
getMajorVersion() - Method in class ca.idms.jdbc.IdmsJdbcDriver
Gets the driver's major version number.
getMaxAliasLength() - Method in class com.ca.idms.hibernate.IDMSDialect
 
getMaxBinaryLiteralLength() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS has no number of hex characters allowed in an inline binary literal.
getMaxBytesPerChar() - Method in class ca.idms.io.NativeFormat
Returns the maximum number of bytes needed to convert a char.
getMaxCatalogNameLength() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not currently support catalogs in identifiers.
getMaxCharLiteralLength() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS has no specific max length for a character literal.
getMaxColumnNameLength() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the limit on column name length.
getMaxColumnsInGroupBy() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the maximum number of columns in a GROUP BY clause.
getMaxColumnsInIndex() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the maximum number of columns allowed in an index.
getMaxColumnsInOrderBy() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the maximum number of columns in an ORDER BY clause.
getMaxColumnsInSelect() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the maximum number of columns in a SELECT list.
getMaxColumnsInTable() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the maximum number of columns in a table.
getMaxConnections() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS has no specific limit for connnections.
getMaxCursorNameLength() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the maximum cursor name length.
getMaxFieldSize() - Method in class ca.idms.jdbc.IdmsStatement
The maxFieldSize limit (in bytes) is the maximum amount of data returned for any column value; it only applies to BINARY, VARBINARY, LONGVARBINARY, CHAR, VARCHAR, and LONGVARCHAR columns.
getMaxIdleTime() - Method in class ca.idms.jdbc.IdmsCommonPoolDataSource
Gets the maxIdleTime property for this data source.
getMaxIndexLength() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the maximum length of an index (in bytes).
getMaxPoolSize() - Method in class ca.idms.jdbc.IdmsCommonPoolDataSource
Gets the maxPoolSize property for this data source.
getMaxProcedureNameLength() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the maximum procedure name length.
getMaxRows() - Method in class ca.idms.jdbc.IdmsStatement
The maxRows limit is the maximum number of rows that a ResultSet can contain.
getMaxRowSize() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the maximum length of a single row.
getMaxSchemaNameLength() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the maximum schema name length.
getMaxStatementLength() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the maximum length of a SQL statement.
getMaxStatements() - Method in class ca.idms.jdbc.IdmsCommonPoolDataSource
Gets the maxStatements property for this data source.
getMaxStatements() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the maximum number of Statements that can be open to CA IDMS at one time.
getMaxTableNameLength() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the maximum length of a table name.
getMaxTablesInSelect() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the maximum number of tables in a SELECT.
getMaxUserNameLength() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the maximum length of a user name.
getMessage(String) - Method in class ca.idms.io.LocaleMessage
Gets a message with no parameters.
getMessage(String, Object) - Method in class ca.idms.io.LocaleMessage
Gets a message with a single parameter.
getMessage(String, Object[]) - Method in class ca.idms.io.LocaleMessage
Gets a message with an array of parameters.
getMessage() - Method in interface ca.idms.io.NativeMessage
Gets a message from the Native object.
getMessage() - Method in exception ca.idms.net.PacketException
Returns the complete message.
getMetaData() - Method in class ca.idms.jdbc.IdmsConnection
Gets information about the connected database.
getMetaData() - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.getMetaData().
getMetaData() - Method in class ca.idms.jdbc.IdmsPreparedStatement
Get result set descriptors, prepares the statement if needed.
getMetaData() - Method in class ca.idms.jdbc.IdmsResultSet
The number, types and properties of a ResultSet's columns are provided by the getMetaData method.
getMinorVersion() - Method in class ca.idms.jdbc.IdmsJdbcDriver
Gets the driver's minor version number.
getMinPoolSize() - Method in class ca.idms.jdbc.IdmsCommonPoolDataSource
Gets the minPoolSize property for this data source.
getMoreResults() - Method in class ca.idms.jdbc.IdmsStatement
Moves to the "next" ResultSet.
getMoreResults(int) - Method in class ca.idms.jdbc.IdmsStatement
Moves to the "next" ResultSet, disposing of any open ones as specified Starting with CA IDMS r17, multiple results are supported.
getNCharacterStream(int) - Method in class ca.idms.jdbc.IdmsCallableStatement
CA IDMS does not support National Character Sets
getNCharacterStream(String) - Method in class ca.idms.jdbc.IdmsCallableStatement
CA IDMS does not support National Character Sets
getNCharacterStream(int) - Method in class ca.idms.jdbc.IdmsResultSet
IDMS does not support the NCHAR type.
getNCharacterStream(String) - Method in class ca.idms.jdbc.IdmsResultSet
IDMS does not support the NCHAR type.
getNClob(int) - Method in class ca.idms.jdbc.IdmsCallableStatement
CA IDMS does not support National Character Sets or Clobs
getNClob(String) - Method in class ca.idms.jdbc.IdmsCallableStatement
CA IDMS does not support National Character Sets or Clobs
getNClob(int) - Method in class ca.idms.jdbc.IdmsResultSet
IDMS does not support the NCLOB type.
getNClob(String) - Method in class ca.idms.jdbc.IdmsResultSet
IDMS does not support the NCLOB type.
getNetworkProtocol() - Method in class ca.idms.jdbc.IdmsCommonDataSource
Gets the networkProtocol property for this data source.
getNoColumnsInsertString() - Method in class com.ca.idms.hibernate.IDMSDialect
 
getNodeName() - Method in class ca.idms.jdbc.IdmsCommonDataSource
Gets the nodeName property for this data source.
getNormalizeHFP() - Method in class ca.idms.io.FloatConverter
Gets the BFP-->HFP normalization state.
getNString(int) - Method in class ca.idms.jdbc.IdmsCallableStatement
CA IDMS does not support National Character Sets
getNString(String) - Method in class ca.idms.jdbc.IdmsCallableStatement
CA IDMS does not support National Character Sets
getNString(int) - Method in class ca.idms.jdbc.IdmsResultSet
IDMS does not support the NCHAR type.
getNString(String) - Method in class ca.idms.jdbc.IdmsResultSet
IDMS does not support the NCHAR type.
getNullType(int) - Method in class ca.idms.jdbc.IdmsPreparedStatement
Gets the appropriate Sqlvar for a Null SQL type.
getNumericFunctions() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets a comma separated list of math functions.
getObject(int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a parameter as a Java object.
getObject(int, Map<String, Class<?>>) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a parameter as a Java object.
getObject(String) - Method in class ca.idms.jdbc.IdmsCallableStatement
Get the value of a parameter as a Java object.
getObject(String, Map<String, Class<?>>) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the parameter value as an object of appropriate type.
getObject(int) - Method in class ca.idms.jdbc.IdmsResultSet
Gets the value of a column in the current row as a Java object.
getObject(String) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a Java object.
getObject(int, Map<String, Class<?>>) - Method in class ca.idms.jdbc.IdmsResultSet
Gets the column value as an object of appropriate type.
getObject(String, Map<String, Class<?>>) - Method in class ca.idms.jdbc.IdmsResultSet
Gets the column value as an object of appropriate type.
getOffset() - Method in class ca.idms.io.NativeObject
Gets the byte array offset.
getOptions() - Method in class ca.idms.io.NativeBase
 
getParameter() - Method in exception ca.idms.qcli.QcliDataTruncation
Is this a truncated parameter value?
getParameterClassName(int) - Method in class ca.idms.jdbc.IdmsParameterMetaData
Gets the Java class name corresponding to the type as it would be used by PreparedStatment.setObject.
getParameterCount() - Method in class ca.idms.jdbc.IdmsParameterMetaData
Gets the number of parameters.
getParameterMetaData() - Method in class ca.idms.jdbc.IdmsPreparedStatement
Gets a description of the statement's parameters.
getParameterMode(int) - Method in class ca.idms.jdbc.IdmsParameterMetaData
Gets the parameter's IN/OUT mode.
getParameterType(int) - Method in class ca.idms.jdbc.IdmsParameterMetaData
What type is it?
getParameterTypeName(int) - Method in class ca.idms.jdbc.IdmsParameterMetaData
Gets the data source specific type name?
getPassword() - Method in class ca.idms.jdbc.IdmsCommonDataSource
Does not get the password For security.
getPlatform() - Method in class ca.idms.io.NativeFormat
Gets native platform.
getPooledConnection() - Method in class ca.idms.jdbc.IdmsConnectionPoolDataSource
Connect using the default user id and password.
getPooledConnection(String, String) - Method in class ca.idms.jdbc.IdmsConnectionPoolDataSource
Connect using the specified user id and password.
getPortNumber() - Method in class ca.idms.jdbc.IdmsCommonDataSource
Gets the portNumber property for this data source.
getPosition() - Method in class ca.idms.io.NativeDataInputStream
Gets the index of the next character to be read.
getPosition() - Method in class ca.idms.io.TraceBufferInputStream
Gets the index of the next character to be read.
getPrecision(int) - Method in class ca.idms.jdbc.IdmsMetaData
Get's the number of decimal digits?
getPrimaryKeys(String, String) - Method in class ca.idms.jcf.JdbcTable
Issues a JDBC getPrimaryKeys() request.
getPrimaryKeys(String, String, String) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Returns a description of the given table's primary key columns.
getProcedureColumns(String, String, String) - Method in class ca.idms.jcf.JdbcTable
Issues a JDBC getProcedureColumns() request.
getProcedureColumns(String, String, String, String) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets a description of procedures available in a catalog.
getProcedures(String, String) - Method in class ca.idms.jcf.JdbcTable
Issues a JDBC getProcedures() request.
getProcedures(String, String, String) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets a description of procedures available in a catalog.
getProcedureTerm() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the IDMS term for PROCEDURE.
getProgramName() - Method in class ca.idms.jdbc.IdmsCommonDataSource
Gets the programName property for this data source.
getProperty(String, String) - Static method in class ca.idms.io.TraceObject
Gets a string value from the System or CA IDMS properties.
getPropertyCycle() - Method in class ca.idms.jdbc.IdmsCommonPoolDataSource
Gets the propertyCycle property for this data source.
getPropertyInfo(String, Properties) - Method in class ca.idms.jdbc.IdmsJdbcDriver
Allows a generic GUI tool to discover what properties provide enough information to connect to a database.
getQueryTimeout() - Method in class ca.idms.jdbc.IdmsStatement
Gets the reply timeout for this IdmsStatement object.
getRead() - Method in exception ca.idms.qcli.QcliDataTruncation
Is this a read truncation?
getRef(int) - Method in class ca.idms.jdbc.IdmsCallableStatement
IDMS does not support the REFERENCE type.
getRef(String) - Method in class ca.idms.jdbc.IdmsCallableStatement
IDMS does not support named parameters as defined by JDBC (and does not support the REFERENCE type anyway).
getRef(int) - Method in class ca.idms.jdbc.IdmsResultSet
IDMS does not support REFERENCE types.
getRef(String) - Method in class ca.idms.jdbc.IdmsResultSet
IDMS does not support REFERENCE types.
getResourceInterval() - Method in class ca.idms.jdbc.IdmsCommonDataSource
Gets the resourceInterval property for this data source.
getResultSet() - Method in class ca.idms.jdbc.IdmsStatement
Returns the current result as a ResultSet.
getResultSetConcurrency() - Method in class ca.idms.jdbc.IdmsStatement
Gets the ResultSet concurrency.
getResultSetHoldability() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the default holdability for this database.
getResultSetHoldability() - Method in class ca.idms.jdbc.IdmsStatement
For CA IDMS ResultSet holdability is a Connection attribute.
getResultSetType() - Method in class ca.idms.jdbc.IdmsStatement
Gets the ResultSet type.
getRole() - Method in class ca.idms.io.NativeFormat
Gets client/server role.
getRoleName() - Method in class ca.idms.jdbc.IdmsCommonDataSource
Gets the roleName property for this data source.
getRoundBFP() - Method in class ca.idms.io.FloatConverter
Gets the HFP-->BFP rounding mode.
getRoundHFP() - Method in class ca.idms.io.FloatConverter
Gets the BFP-->HFP rounding mode.
getRow() - Method in class ca.idms.jdbc.IdmsResultSet
Gets the current row number.
getRowCount() - Method in class ca.idms.jcf.JdbcTable
 
getRowId(int) - Method in class ca.idms.jdbc.IdmsCallableStatement
ROWID is not applicable for procedures in CA IDMS
getRowId(String) - Method in class ca.idms.jdbc.IdmsCallableStatement
ROWID is not applicable for procedures in CA IDMS
getRowId(int) - Method in class ca.idms.jdbc.IdmsResultSet
In IDMS, the ROWID type is defined as a pseudo-column equivalent to BIN(8) and contains the DBKey associated with the underlying database record.
getRowId(String) - Method in class ca.idms.jdbc.IdmsResultSet
In IDMS, the ROWID type is defined as a pseudo-column equivalent to BIN(8) and contains the DBKey associated with the underlying database record.
getRowIdLifetime() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Returns the expected lifetime of a RowId value.
getSavepointId() - Method in class ca.idms.jdbc.IdmsSavepoint
CA IDMS does not support Savepoints.
getSavepointName() - Method in class ca.idms.jdbc.IdmsSavepoint
CA IDMS does not support Savepoints.
getScale(int) - Method in class ca.idms.jdbc.IdmsMetaData
Gets the SQLSCALE.
getSchemaName(int) - Method in class ca.idms.jdbc.IdmsResultSetMetaData
Returns the sceham name for a column from the SQLDAX, if available.
getSchemas() - Method in class ca.idms.jcf.JdbcTable
Issues a JDBC getSchemas() request.
getSchemas() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the schema names available in this database.
getSchemas(String, String) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Retrieves the schema names available in this database.
getSchemaTerm() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the IDMS term for SCHEMA.
getSearchStringEscape() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
This is the string that can be used to escape '_' or '%' in the string pattern style catalog search parameters.
getServerLength() - Method in class ca.idms.jdbc.IdmsCommonDataSource
Gets the serverLength property for this data source.
getServerName() - Method in class ca.idms.jdbc.IdmsCommonDataSource
Gets the serverName property for this data source.
getServerTrace() - Method in class ca.idms.jdbc.IdmsCommonDataSource
Gets the serverTrace property for this data source.
getSessionId() - Method in class ca.idms.jdbc.IdmsXAConnection
Gets the current DSI session id.
getShort(int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a SMALLINT parameter as a short.
getShort(String) - Method in class ca.idms.jdbc.IdmsCallableStatement
Get the value of a parameter as a Java short.
getShort(int) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a Java short.
getShort(String) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a Java short.
getSql(BufferedReader) - Method in class example.IdmsExample
Get the next SQL statement from the input file.
getSqlca() - Method in exception ca.idms.qcli.QcliSQLException
Gets the Sqlca containing detailed error information.
getSQLKeywords() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets a comma separated list of all a database's SQL keywords that are NOT also SQL92 keywords.
getSQLStateType() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
The SQLSTATEs that IDMS supports.
getSQLXML(int) - Method in class ca.idms.jdbc.IdmsCallableStatement
CA IDMS does not support XML data type
getSQLXML(String) - Method in class ca.idms.jdbc.IdmsCallableStatement
CA IDMS does not support XML data type
getSQLXML(int) - Method in class ca.idms.jdbc.IdmsResultSet
IDMS does not support the XML type.
getSQLXML(String) - Method in class ca.idms.jdbc.IdmsResultSet
IDMS does not support the XML type.
getStatement() - Method in class ca.idms.jdbc.IdmsResultSet
Gets the owner of this this result set.
getString(byte[]) - Method in class ca.idms.io.NativeCodePage
Convert EBCDIC bytes to a string.
getString(byte[], int, int) - Method in class ca.idms.io.NativeCodePage
Convert EBCDIC bytes to a string.
getString(byte[]) - Method in class ca.idms.io.NativeFormat
Converts an array of bytes into a string according to this object's character encoding.
getString(byte[], int, int) - Method in class ca.idms.io.NativeFormat
Converts an array of bytes into a string according to this object's character encoding.
getString(int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a CHAR or VARCHAR parameter as a String.
getString(String) - Method in class ca.idms.jdbc.IdmsCallableStatement
Get the value of a parameter as a Java String.
getString(int) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a Java String.
getString(String) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a Java String.
getStringFunctions() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets a comma separated list of string functions.
getStringInternal(byte[], int, int) - Method in class ca.idms.io.NativeFormat
Converts an array of bytes into a string according to this object's internal control block character encoding.
getSuperTables(String, String, String) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not support user defined types.
getSuperTypes(String, String, String) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not support user defined types.
getSuspendStrategy() - Method in class ca.idms.jdbc.IdmsCommonDataSource
Gets the suspendStrategy for this data source.
getSystemFunctions() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets a comma separated list of system functions.
getTableName(int) - Method in class ca.idms.jdbc.IdmsResultSetMetaData
Returns the table name for a column from the SQLDAX, if available.
getTablePrivileges(String, String, String) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Table privileges are not currently available from the IDMS catalog.
getTables(String, String) - Method in class ca.idms.jcf.JdbcTable
Issues a JDBC getTables() request.
getTables(String, String, String, String[]) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Get a description of tables available in a catalog.
getTableTypes() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the table types available in this database.
getTaskCode() - Method in class ca.idms.jdbc.IdmsCommonDataSource
Gets the taskCode property for this data source.
getTime(int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a TIME parameter as a java.sql.Time object.
getTime(int, Calendar) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a SQL TIME parameter for the specified time zone.
getTime(String) - Method in class ca.idms.jdbc.IdmsCallableStatement
Get the value of a parameter as a java.sql.Time object.
getTime(String, Calendar) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a parameter as a java.sql.Time object.
getTime(int) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a java.sql.Time object.
getTime(String) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a java.sql.Time object.
getTime(int, Calendar) - Method in class ca.idms.jdbc.IdmsResultSet
Gets the value of a column in the current row as a java.sql.Time object.
getTime(String, Calendar) - Method in class ca.idms.jdbc.IdmsResultSet
Gets the value of a column in the current row as a java.sql.Time object.
getTimeDateFunctions() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets a comma separated list of time and date functions.
getTimestamp(int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a TIMESTAMP parameter as a java.sql.Timestamp object.
getTimestamp(int, Calendar) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a SQL TIMESTAMP parameter for the specified time zone.
getTimestamp(String) - Method in class ca.idms.jdbc.IdmsCallableStatement
Get the value of a parameter as a java.sql.Timestamp object.
getTimestamp(String, Calendar) - Method in class ca.idms.jdbc.IdmsCallableStatement
Gets the value of a parameter as a java.sql.Time object.
getTimestamp(int) - Method in class ca.idms.jdbc.IdmsResultSet
Gets the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(String) - Method in class ca.idms.jdbc.IdmsResultSet
Get the value of a column in the current row as a java.sql.Timestamp object.
getTimestamp(int, Calendar) - Method in class ca.idms.jdbc.IdmsResultSet
Gets the value of a column in the current row as a java.sql.Time object.
getTimestamp(String, Calendar) - Method in class ca.idms.jdbc.IdmsResultSet
Gets the value of a column in the current row as a java.sql.Time object.
getTransactionIsolation() - Method in class ca.idms.jdbc.IdmsConnection
Get this Connection's current transaction isolation level.
getTransactionIsolation() - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.getTransactionIsolation().
getTransactionTimeout() - Method in class ca.idms.xa.IdmsXAResource
Gets the transaction timeout.
getTransferSize() - Method in exception ca.idms.io.DataTruncationException
The number of bytes of data actually transferred.
getType() - Method in class ca.idms.jdbc.IdmsResultSet
Gets this ResultSet's type.
getTypeInfo() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets a description of all the standard SQL types supported by this database.
getTypeMap() - Method in class ca.idms.jdbc.IdmsConnection
IDMS does not support user defined types.
getTypeMap() - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.getTypeMap().
getUDTs(String, String, String, int[]) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not support user defined types.
getUnicodeStream(int) - Method in class ca.idms.jdbc.IdmsResultSet
A column value can be retrieved as a stream of Unicode characters and then read in chunks from the stream.
getUnicodeStream(String) - Method in class ca.idms.jdbc.IdmsResultSet
A column value can be retrieved as a stream of Unicode characters and then read in chunks from the stream.
getUpdateCount() - Method in class ca.idms.jdbc.IdmsStatement
Returns the current result as an update count.
getURL(int) - Method in class ca.idms.jdbc.IdmsCallableStatement
IDMS does not support named parameters as defined by JDBC (and does not support the URL type anyway).
getURL(String) - Method in class ca.idms.jdbc.IdmsCallableStatement
IDMS does not support named parameters as defined by JDBC (and does not support the URL type anyway).
getURL() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the url for this database.
getURL(int) - Method in class ca.idms.jdbc.IdmsResultSet
IDMS does not support the URL type.
getURL(String) - Method in class ca.idms.jdbc.IdmsResultSet
IDMS does not support the URL type.
getUser() - Method in class ca.idms.jdbc.IdmsCommonDataSource
Gets the user property for this data source.
getUserName() - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
Gets the user id used to sign on.
getValueAt(int, int) - Method in class ca.idms.jcf.JdbcTable
 
getVersionColumns(String, String, String) - Method in class ca.idms.jdbc.IdmsDatabaseMetaData
IDMS does not support "version" columns.
getViaNodeName() - Method in class ca.idms.jdbc.IdmsCommonDataSource
Gets the viaNodeName property for this data source.
getWarnings() - Method in class ca.idms.jdbc.IdmsJdbcObject
The first warning reported by calls on this object is returned.
getWarnings() - Method in class ca.idms.jdbc.IdmsLogicalConnection
The first warning reported by calls on this object is returned.
getXAConnection() - Method in class ca.idms.jdbc.IdmsXADataSource
Connect using the default user id and password.
getXAConnection(String, String) - Method in class ca.idms.jdbc.IdmsXADataSource
Connect using the specified user id and password.
getXAExceptionContents(XAException) - Method in class com.ca.idms.was.IdmsJdbcDataStoreHelper
This method provides additional information for an XAException.
getXAResource() - Method in class ca.idms.jdbc.IdmsXAConnection
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z
Copyright © 2009 CA, All rights reserved