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

C

ca.idms.io - package ca.idms.io
Services for formatted input and output.
ca.idms.jcf - package ca.idms.jcf
Sample JDBC application.
CALL_OUTPUT_ALL - Static variable in class ca.idms.jdbc.IdmsConnectOptions
Property name to force an SQL CALL statement to return all parameters defined in the CREATE PROCEDURE statement instead of returning only those specified in the CALL statement.
CALL_SELECT - Static variable in class ca.idms.jdbc.IdmsConnectOptions
Property name to force an SQL CALL statement to be treated as a SELECT.
cancel() - Method in class ca.idms.jdbc.IdmsStatement
Cancel can be used by one thread to cancel a statement that is being executed by another thread.
cancelRowUpdates() - Method in class ca.idms.jdbc.IdmsResultSet
IDMS does not currently support updateable ResultSets.
CATALOG_TABLE - Static variable in class ca.idms.jdbc.IdmsConnectOptions
Property name to specify an alternate view for IdmsDatabaseMetaData.getTables(java.lang.String, java.lang.String, java.lang.String, java.lang.String[]) when IdmsConnectOptions.ACCESSIBLE_TABLES is enabled.
CCI - Static variable in class ca.idms.jdbc.IdmsCommonDataSource
networkProtocol value for type 2 driver
CCIHOST - Static variable in interface ca.idms.jdbc.IdmsDriverInterface
Property name to override default CCI host name or IP address.
CCIPORT - Static variable in interface ca.idms.jdbc.IdmsDriverInterface
Property name to override default CCI IP port.
CECP - Static variable in class ca.idms.io.NativeFormat
Format is CECP.
cecp - Variable in class ca.idms.io.NativeFormat
Internal code page converter, if available.
clearBatch() - Method in class ca.idms.jdbc.IdmsStatement
Clears the list of batch updates.
clearParameters() - Method in class ca.idms.jdbc.IdmsPreparedStatement
Clears the parameter buffer and associated descriptors.
clearWarnings() - Method in class ca.idms.jdbc.IdmsJdbcObject
Sets the warning chain to null.
clearWarnings() - Method in class ca.idms.jdbc.IdmsLogicalConnection
Sets the warning chain to null.
CLIENT - Static variable in class ca.idms.io.NativeFormat
Role is remote client.
close() - Method in class ca.idms.io.TraceBufferInputStream
Closes the ByteArrayInputStream and releases the buffer.
close() - Method in class ca.idms.jcf.JdbcTable
Closes the SQL statement and connection.
close() - Method in class ca.idms.jdbc.IdmsConnection
Immediately releases a Connection's database and JDBC resources.
close() - Method in class ca.idms.jdbc.IdmsLogicalConnection
Closes the logical connection.
close() - Method in class ca.idms.jdbc.IdmsPooledConnection
Closes the physical connection.
close() - Method in class ca.idms.jdbc.IdmsPreparedStatement
Indicates that the PreparedStatement is no longer prepared.
close() - Method in class ca.idms.jdbc.IdmsResultSet
In some cases, it is desirable to immediately release a ResultSet'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 ca.idms.jdbc.IdmsStatement
Releases all local resources held by this Statement.
close() - Method in class ca.idms.jdbc.IdmsXAConnection
Removes reference to the XAResource and closes the PooledConnection.
close() - Method in class ca.idms.xa.IdmsXAResource
Marks this XAResource as physically disconnected.
close(Connection) - Method in class example.IdmsExample
Closes the database connection
CLOSE_COMMIT - Static variable in class ca.idms.jdbc.IdmsConnectOptions
Property name to force a COMMIT on each CLOSE CURSOR.
com.ca.idms.hibernate - package com.ca.idms.hibernate
Hibernate Dialect for CA IDMS.
com.ca.idms.was - package com.ca.idms.was
WebSphere DataStoreHelper Class for CA IDMS.
commit() - Method in class ca.idms.jdbc.IdmsConnection
Commits the transaction.
commit() - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.commit().
commit(Xid, boolean) - Method in class ca.idms.xa.IdmsXAResource
Commits the transaction branch.
COMMIT_BEHAVIOR - Static variable in class ca.idms.jdbc.IdmsConnectOptions
Property name to set the default "ResultSetHoldability".
COMMIT_SUSPEND - Static variable in class ca.idms.jdbc.IdmsConnectOptions
Property name to force a SUSPEND after each COMMIT.
conn - Variable in class ca.idms.jcf.JdbcTable
 
connect(String, String, String) - Method in class ca.idms.jcf.JdbcTable
Connects to the database.
connect(String, Properties) - Method in class ca.idms.jdbc.IdmsJdbcDriver
Try to make a database connection to the given URL.
connect(String, String, String) - Method in class example.IdmsExample
Connects to a database.
CONNECT_SUSPEND - Static variable in class ca.idms.jdbc.IdmsConnectOptions
Property name to force a SUSPEND immediately after CONNECT.
connectionError - Variable in exception ca.idms.dsi.DsiException
Connection state, true if the connection has failed.
connectionErrorOccurred(XAException) - Method in class ca.idms.jdbc.IdmsXAConnection
Notifies ConnectionEvent listeners that a connection error has occurred.
COUNT - Static variable in class ca.idms.xa.IdmsXAResource
Property name to set internal recover count.
createArrayOf(String, Object[]) - Method in class ca.idms.jdbc.IdmsConnection
IDMS does not support the ARRAY type.
createArrayOf(String, Object[]) - Method in class ca.idms.jdbc.IdmsLogicalConnection
IDMS does not support the ARRAY type.
createBlob() - Method in class ca.idms.jdbc.IdmsConnection
IDMS does not support the BLOB type.
createBlob() - Method in class ca.idms.jdbc.IdmsLogicalConnection
IDMS does not support the BLOB type.
createClob() - Method in class ca.idms.jdbc.IdmsConnection
IDMS does not support the CLOB type.
createClob() - Method in class ca.idms.jdbc.IdmsLogicalConnection
IDMS does not support the CLOB type.
createNativeMessage() - Method in class ca.idms.jdbc.IdmsXAConnection
Creates the native message buffer for start and end.
createNClob() - Method in class ca.idms.jdbc.IdmsConnection
IDMS does not support the NCLOB type.
createNClob() - Method in class ca.idms.jdbc.IdmsLogicalConnection
IDMS does not support the NCLOB type.
createSQLXML() - Method in class ca.idms.jdbc.IdmsConnection
IDMS does not support the SQLMXL type.
createSQLXML() - Method in class ca.idms.jdbc.IdmsLogicalConnection
IDMS does not support the SQLMXL type.
createStatement() - Method in class ca.idms.jdbc.IdmsConnection
Creates an IDMS statement.
createStatement(int, int) - Method in class ca.idms.jdbc.IdmsConnection
Creates an CA IDMS Statement with the specified type and concurrency.
createStatement(int, int, int) - Method in class ca.idms.jdbc.IdmsConnection
Creates an IDMS Statement with specified type, concurrency, and holdability.
createStatement() - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.createStatement().
createStatement(int, int) - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.createStatement(int,int).
createStatement(int, int, int) - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.createStatement(int,int,int).
createStruct(String, Object[]) - Method in class ca.idms.jdbc.IdmsConnection
IDMS does not support the STRUCT type.
createStruct(String, Object[]) - Method in class ca.idms.jdbc.IdmsLogicalConnection
IDMS does not support the STRUCT type.
CSATST06 - Static variable in class ca.idms.jdbc.IdmsConnectOptions
IdmsConnectOptions.SERVER_TRACE = 67108864 - enable #DBTRACE.
CSATST08 - Static variable in class ca.idms.jdbc.IdmsConnectOptions
IdmsConnectOptions.SERVER_TRACE = 16777216 - enable #WTL.
CSATST16 - Static variable in class ca.idms.jdbc.IdmsConnectOptions
IdmsConnectOptions.SERVER_TRACE = 65536 - enable #SNAP.
CSUSPEND - Static variable in interface ca.idms.jdbc.IdmsDriverInterface
Deprecated. use IdmsDriverInterface.SUSPEND instead.
CUSTOM - Static variable in interface ca.idms.jdbc.IdmsDriverInterface
Prevents IdmsDriverInterface.SUSPEND strategy from overriding detailed options.

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