Uses of Interface
ca.idms.io.Trace

Packages that use Trace
ca.idms.io Services for formatted input and output. 
ca.idms.jdbc CA IDMS JDBC Driver. 
ca.idms.proxy CA IDMS JDBC Server. 
ca.idms.xa IDMS XA client interface objects. 
 

Uses of Trace in ca.idms.io
 

Classes in ca.idms.io that implement Trace
 class NativeBase
          Base class for the implementations of Native objects.
 class NativeBuffer
          A NativeBuffer is used to pass a data buffer between NativeDataInput and NativeDataOutput streams.
 class NativeCodePage
          This class supports the Country Extended Code Table feature.
 class NativeFormat
          Specifies native data formats.
 class NativeObject
          Provides a default implementation of the Native interface.
 class TraceObject
          This serves as a general base class and provides some basic debugging routines to print trace information and display the contents of class variables.
 class UnicodeFormat
          Specifies formats of network data types using Unicode.
 class UtfFormat
          Specifies formats of network data types using UTF-8.
 

Uses of Trace in ca.idms.jdbc
 

Classes in ca.idms.jdbc that implement Trace
 class IdmsCallableStatement
          This class is used to execute SQL CALL statements on IDMS procedures and table procedures.
 class IdmsConnection
          Represents a JDBC connection with an IDMS database.
 class IdmsDatabaseMetaData
          This class provides information about the database as a whole.
 class IdmsJdbcObject
          Common base class for the CA IDMS JDBC driver.
 class IdmsLogicalConnection
          Logical connection implementation for the CA IDMS JDBC Driver.
 class IdmsMetaData
          An IdmsMetaData object provides common fields and methods for describing columns and parameters.
 class IdmsParameterMetaData
          A ParameterMetaData object can be used to find out about the types and properties of the parameters in a PreparedStatement.
 class IdmsPooledConnection
          Pooled connection implementation for the CA IDMS JDBC Driver.
 class IdmsPreparedStatement
          Represents a CA IDMS prepared statement.
 class IdmsReceivedCursor
          An IdmsReceivedCursor is used to access result sets returned by an IDMS procedure that opens one or more WITH RETURN cursors.
 class IdmsResultObject
          Common base class for the Statement and ResultSet implementations.
 class IdmsResultSet
          IDMS implementation of the ResultSet interface.
 class IdmsResultSetMetaData
          A ResultSetMetaData object can be used to find out about the types and properties of the columns in a ResultSet.
 class IdmsSavepoint
          Represents a JDBC Savepoint.
 class IdmsStatement
          Represents a JDBC statement.
 class IdmsXAConnection
          IDMS two phase connection.
 

Uses of Trace in ca.idms.proxy
 

Classes in ca.idms.proxy that implement Trace
 class ProxyOptions
          This class defines options for the JDBC Server.
 

Uses of Trace in ca.idms.xa
 

Classes in ca.idms.xa that implement Trace
 class IdmsXAResource
          Represents an IDMS connection to an XA Transaction Manager.
 class IdmsXid
          CA IDMS Xid implementation.
 



Copyright © 2009 CA, All rights reserved