Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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
T
tableChanged()
- Method in class ca.idms.jcf.
JdbcTable
Notifies all listeners of changes.
TASK
- Static variable in interface ca.idms.jdbc.
IdmsDriverInterface
Property name to override default CA IDMS task code.
TCP
- Static variable in class ca.idms.jdbc.
IdmsCommonDataSource
networkProtocol value for type 3 and 4 driver
TEMP_DSN
- Static variable in class ca.idms.jdbc.
IdmsConnection
Identifies the "temporary data source" used when all connection information is specified in the DataSource object instead of using the configuration file.
toBigDecimal(char[], int)
- Method in class ca.idms.io.
NativeDataInputStream
Creates a BigDecimal object from a "numeric" character array.
toCharArray(BigDecimal, int, int)
- Method in class ca.idms.io.
NativeDataOutputStream
Converts a BigDecimal object to a "numeric" string.
toHex(byte)
- Static method in class ca.idms.io.
TraceObject
Converts a byte to a hex string.
toHex(byte[])
- Static method in class ca.idms.io.
TraceObject
Converts a byte array to a hex string.
toHex(short)
- Static method in class ca.idms.io.
TraceObject
Converts a short to a hex string.
toHex(int)
- Static method in class ca.idms.io.
TraceObject
Converts an int to a hex string.
toHex(long)
- Static method in class ca.idms.io.
TraceObject
Converts a long to a hex string.
toString()
- Method in exception ca.idms.io.
DataTruncationException
Overrides base method.
toString(Object)
- Static method in class ca.idms.io.
TraceObject
Gets the string repesentation of an object.
toString()
- Method in class ca.idms.jdbc.
IdmsRowId
Returns a String representing the value of the IDMS ROWID designated by this java.sql.RowId object.
toString()
- Method in exception ca.idms.qcli.
QcliDataTruncation
Overrides base method.
toString()
- Method in class ca.idms.xa.
IdmsXid
toUpperAscii(String)
- Static method in class ca.idms.io.
NativeFormat
Converts an array of bytes representing ASCII (or ANSI) characters to upper case.
toUpperEbcdic(byte[], int, int)
- Static method in class ca.idms.io.
NativeFormat
Converts an array of bytes representing EBCDIC characters to upper case.
trace
- Static variable in class ca.idms.io.
FloatConverter
Trace flag.
Trace
- Interface in
ca.idms.io
Classes that implement the Trace interface provide methods to display message and member variables in a debugging output stream.
trace(String)
- Method in interface ca.idms.io.
Trace
Writes a line to the trace stream.
trace
- Variable in class ca.idms.io.
TraceBufferInputStream
The trace control object.
trace
- Variable in class ca.idms.io.
TraceBufferOutputStream
The trace control object.
TRACE
- Static variable in class ca.idms.io.
TraceObject
The property name to enable global tracing is "trace".
trace
- Static variable in class ca.idms.io.
TraceObject
Global trace option flag.
trace(TraceObject)
- Static method in class ca.idms.io.
TraceObject
Checks if tracing is enabled.
trace(TraceObject, boolean)
- Static method in class ca.idms.io.
TraceObject
Checks if tracing is enabled.
trace()
- Method in class ca.idms.io.
TraceObject
Checks if tracing is enabled.
trace(boolean)
- Method in class ca.idms.io.
TraceObject
Checks if tracing is enabled.
trace(Object, String)
- Method in class ca.idms.io.
TraceObject
Writes a line to the trace file.
trace(String)
- Method in class ca.idms.io.
TraceObject
Writes a line to the trace file.
trace(String)
- Method in class ca.idms.jcf.
JdbcTable
Writes a trace line preceded by object identification.
TRACE_FILE
- Static variable in class ca.idms.io.
TraceObject
The "trace.file" property can be used to specify the global trace file.
TRACE_LIFE
- Static variable in class ca.idms.io.
TraceObject
The "trace.life" property can be used to trace when an object is created and finalized.
TRACE_NATIVE
- Static variable in class ca.idms.io.
TraceObject
The "trace.native" property can be used to trace when native data is read or written.
TRACE_PRODUCT
- Static variable in class ca.idms.io.
TraceObject
The "trace.product" property can be used to set a product name in the trace.
TraceBufferInputStream
- Class in
ca.idms.io
A TraceBufferInputStream extends ByteArrayInputStream to provide tracing and buffering of an underlying InputStream.
TraceBufferInputStream(TraceObject, InputStream, int)
- Constructor for class ca.idms.io.
TraceBufferInputStream
Creates a buffered trace stream to read data from the specified underlying input stream.
TraceBufferInputStream(TraceObject, InputStream)
- Constructor for class ca.idms.io.
TraceBufferInputStream
Creates a buffered trace stream with a default buffer size.
TraceBufferInputStream(TraceObject, byte[])
- Constructor for class ca.idms.io.
TraceBufferInputStream
Creates a buffered trace stream from a byte array.
TraceBufferInputStream(TraceObject, byte[], int, int)
- Constructor for class ca.idms.io.
TraceBufferInputStream
Creates a buffered trace stream from a byte array.
TraceBufferOutputStream
- Class in
ca.idms.io
A TraceBufferOutputStream extends ByteArrayOutputStream to provide tracing and buffering of an underlying OutputStream.
TraceBufferOutputStream(TraceObject, OutputStream, int)
- Constructor for class ca.idms.io.
TraceBufferOutputStream
Creates a buffered trace stream to write data to the specified underlying output stream.
TraceBufferOutputStream(TraceObject, OutputStream)
- Constructor for class ca.idms.io.
TraceBufferOutputStream
Creates a buffered trace stream with a default buffer size.
TraceBufferOutputStream(TraceObject, int)
- Constructor for class ca.idms.io.
TraceBufferOutputStream
Creates a buffered trace stream with no underlying output stream.
traceEntry()
- Method in class ca.idms.io.
TraceObject
Checks if trace enabled and sets the log writer for the current thread.
traceLife
- Static variable in class ca.idms.io.
TraceObject
Enables printing of trace messages when a TraceObject is initialized and finalized.
traceNative
- Static variable in class ca.idms.io.
TraceObject
Enables printing of readNative and writeNative trace messages.
TraceObject
- Class in
ca.idms.io
This serves as a general base class and provides some basic debugging routines to print trace information and display the contents of class variables.
TraceObject()
- Constructor for class ca.idms.io.
TraceObject
The 0 argument constructor sets the log and traces object creation.
TraceOutput
- Interface in
ca.idms.io
Classes that implement the TraceOutput interface encapsulate the trace output stream.
traceStream
- Static variable in class ca.idms.io.
TraceObject
Global trace output stream.
TraceStream
- Class in
ca.idms.io
Encapsulates a PrintStream in a TraceOutput implementation.
TraceStream(PrintStream)
- Constructor for class ca.idms.io.
TraceStream
Creates a TraceStream object on top of a PrintStream.
TraceStream(PrintStream, boolean)
- Constructor for class ca.idms.io.
TraceStream
Creates a TraceStream object on top of a PrintStream
TraceWriter
- Class in
ca.idms.io
Encapsulates a PrintWriter in a TraceOutput implementation.
TraceWriter(PrintWriter)
- Constructor for class ca.idms.io.
TraceWriter
Creates a TraceWriter object on top of a PrintWriter.
TraceWriter(PrintWriter, boolean)
- Constructor for class ca.idms.io.
TraceWriter
Creates a TraceStream object on top of a PrintWriter
transactionEnded(Sqlsid, int)
- Method in class ca.idms.jdbc.
IdmsXAConnection
Sets the current session to the local transaction.
transactionStarted(Sqlsid, int)
- Method in class ca.idms.jdbc.
IdmsXAConnection
Sets the current session to the global transaction.
transferSize
- Variable in exception ca.idms.io.
DataTruncationException
TRUE
- Static variable in class ca.idms.io.
TraceObject
TXN_ISOLATION
- Static variable in class ca.idms.jdbc.
IdmsConnectOptions
Property name to set the default transaction isolation.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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