Uses of Class
ca.idms.io.TraceObject

Packages that use TraceObject
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 TraceObject in ca.idms.io
 

Subclasses of TraceObject in ca.idms.io
 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 UnicodeFormat
          Specifies formats of network data types using Unicode.
 class UtfFormat
          Specifies formats of network data types using UTF-8.
 

Fields in ca.idms.io declared as TraceObject
protected  TraceObject TraceBufferOutputStream.trace
          The trace control object.
protected  TraceObject TraceBufferInputStream.trace
          The trace control object.
 

Methods in ca.idms.io with parameters of type TraceObject
static boolean TraceObject.trace(TraceObject t)
          Checks if tracing is enabled.
static boolean TraceObject.trace(TraceObject t, boolean f)
          Checks if tracing is enabled.
 

Constructors in ca.idms.io with parameters of type TraceObject
TraceBufferInputStream(TraceObject trace, byte[] buf)
          Creates a buffered trace stream from a byte array.
TraceBufferInputStream(TraceObject trace, byte[] buf, int off, int len)
          Creates a buffered trace stream from a byte array.
TraceBufferInputStream(TraceObject trace, java.io.InputStream in)
          Creates a buffered trace stream with a default buffer size.
TraceBufferInputStream(TraceObject trace, java.io.InputStream in, int len)
          Creates a buffered trace stream to read data from the specified underlying input stream.
TraceBufferOutputStream(TraceObject trace, int len)
          Creates a buffered trace stream with no underlying output stream.
TraceBufferOutputStream(TraceObject trace, java.io.OutputStream out)
          Creates a buffered trace stream with a default buffer size.
TraceBufferOutputStream(TraceObject trace, java.io.OutputStream out, int len)
          Creates a buffered trace stream to write data to the specified underlying output stream.
 

Uses of TraceObject in ca.idms.jdbc
 

Subclasses of TraceObject in ca.idms.jdbc
 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 TraceObject in ca.idms.proxy
 

Subclasses of TraceObject in ca.idms.proxy
 class ProxyOptions
          This class defines options for the JDBC Server.
 

Uses of TraceObject in ca.idms.xa
 

Subclasses of TraceObject in ca.idms.xa
 class IdmsXAResource
          Represents an IDMS connection to an XA Transaction Manager.
 class IdmsXid
          CA IDMS Xid implementation.
 



Copyright © 2009 CA, All rights reserved