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

R

read(int) - Method in class ca.idms.io.TraceBufferInputStream
Reads the next buffer of data from the input stream.
READ_BOTH - Static variable in class ca.idms.io.NativeBase
Read both bytes and objects from the input buffer.
READ_ONLY - Static variable in class ca.idms.jdbc.IdmsConnectOptions
Property name to set the default access mode to read only.
readBoolean() - Method in class ca.idms.io.NativeDataInputStream
Reads a boolean from the data input stream.
readBuffer(NativeDataInputStream) - Method in class ca.idms.io.NativeBase
Conditionally reads bytes from a stream.
readBuffer(NativeDataInputStream) - Method in class ca.idms.io.NativeObject
Conditionally reads the buffer from a stream.
readByte() - Method in class ca.idms.io.NativeDataInputStream
Reads a signed 8-bit value from the data input stream.
readBytes(int) - Method in class ca.idms.io.NativeDataInputStream
Reads a string from a stream as an array of bytes.
readBytes(DataInput, int) - Method in class ca.idms.io.NativeFormat
Deprecated. use NativeDataInputStream.readBytes instead
readBytes(int) - Method in class ca.idms.io.UnicodeDataInputStream
Reads a string from a stream as an array of bytes.
readBytes(int) - Method in class ca.idms.io.UtfDataInputStream
Reads a string from a stream as an array of bytes.
readBytesInternal(int) - Method in class ca.idms.io.NativeDataInputStream
Reads an internal control block string from a stream as an array of bytes.
readBytesKatakana(int) - Method in class ca.idms.io.NativeDataInputStream
Reads a single byte Katakana string from a stream as an array of bytes.
readBytesZ(DataInput, int) - Method in class ca.idms.io.NativeFormat
Reads a null terminated string from a stream as an array of bytes.
readChar() - Method in class ca.idms.io.LoDataInputStream
Reads a Unicode character as two bytes from the underlying input stream, low order byte first.
readChar() - Method in class ca.idms.io.NativeDataInputStream
Reads a Unicode character from the underlying input stream, by calling the DataInputStream readChar method.
readDouble() - Method in class ca.idms.io.FloDataInputStream
Reads an OS/390 format double from the underlying data input stream and converts it to IEEE format.
readDouble() - Method in class ca.idms.io.NativeDataInputStream
Reads a double from the data input stream.
readFloat() - Method in class ca.idms.io.FloDataInputStream
Reads an OS/390 format float from the underlying data input stream and converts it to IEEE format.
readFloat() - Method in class ca.idms.io.NativeDataInputStream
Reads a float from the data input stream.
readFully(byte[]) - Method in class ca.idms.io.NativeDataInputStream
Reads b.length bytes from the data input stream.
readFully(byte[], int, int) - Method in class ca.idms.io.NativeDataInputStream
Reads exactly len bytes from the data input stream.
readGraphic(int) - Method in class ca.idms.io.NativeDataInputStream
Reads OS/390 DBCS data into String.
readInt() - Method in class ca.idms.io.LoDataInputStream
Reads a signed 32-bit integer from the underlying data input stream, low order byte first.
readInt() - Method in class ca.idms.io.NativeDataInputStream
Reads an int from the data input stream.
readLine() - Method in class ca.idms.io.NativeDataInputStream
Deprecated. But specified by the DataInput interface.
readLong() - Method in class ca.idms.io.LoDataInputStream
Reads a signed 64-bit integer from the underlying data input stream, low order byte first.
readLong() - Method in class ca.idms.io.NativeDataInputStream
Reads a long from the data input stream.
readNative(NativeDataInputStream) - Method in interface ca.idms.io.Native
Reads the object from a stream in native format.
readNative(NativeDataInputStream) - Method in class ca.idms.io.NativeBuffer
Gets the internal buffer from the input stream buffer.
readNative(NativeDataInputStream) - Method in class ca.idms.io.NativeObject
Reads the object from a stream in native format.
readNative(NativeDataInputStream) - Method in class ca.idms.xa.IdmsXid
Reads data from an input stream, interpreted as an XID.
readPacked(int, int) - Method in class ca.idms.io.NativeDataInputStream
Reads a native format PACKED DECIMAL into a BigDecimal.
readShort() - Method in class ca.idms.io.LoDataInputStream
Reads a signed 16-bit number as two bytes from the underlying input stream, low order byte first.
readShort() - Method in class ca.idms.io.NativeDataInputStream
Reads a short from the data input stream.
readUnsignedByte() - Method in class ca.idms.io.NativeDataInputStream
Reads an unsigned 8-bit number from the underlying data input stream.
readUnsignedShort() - Method in class ca.idms.io.LoDataInputStream
Reads an unsigned 16-bit number as two bytes from the underlying input stream, low order byte first.
readUnsignedShort() - Method in class ca.idms.io.NativeDataInputStream
Reads an unsigned short from the data input stream.
readUTF() - Method in class ca.idms.io.NativeDataInputStream
Reads a string that has been encoded using a modified UTF-8 format from the data input stream.
readZoned(int, int) - Method in class ca.idms.io.NativeDataInputStream
Reads a Native format ZONED DECIMAL into a BigDecimal.
recover(int) - Method in class ca.idms.xa.IdmsXAResource
Gets a list of in doubt transactions from IDMS.
refreshRow() - Method in class ca.idms.jdbc.IdmsResultSet
IDMS does not currently support updateable ResultSets.
registerOutParameter(int, int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Registers an output parameter.
registerOutParameter(int, int, int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Registers an output parameter.
registerOutParameter(int, int, String) - Method in class ca.idms.jdbc.IdmsCallableStatement
IDMS does not support user defined types.
registerOutParameter(String, int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Registers an output parameter.
registerOutParameter(String, int, int) - Method in class ca.idms.jdbc.IdmsCallableStatement
Registers an output parameter.
registerOutParameter(String, int, String) - Method in class ca.idms.jdbc.IdmsCallableStatement
IDMS does not support user defined types.
relative(int) - Method in class ca.idms.jdbc.IdmsResultSet
Positions the cursor relative to the current row.
releaseSavepoint(Savepoint) - Method in class ca.idms.jdbc.IdmsConnection
IDMS does does support Savepoints.
releaseSavepoint(Savepoint) - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.releaseSavepoint(Savepoint).
RELOAD - Static variable in class ca.idms.jdbc.IdmsConnection
Property name to enable refresh of options.
removeConnectionEventListener(ConnectionEventListener) - Method in class ca.idms.jdbc.IdmsPooledConnection
Removes an event listener.
removeCursorName(String) - Method in class ca.idms.jdbc.IdmsConnection
Removes a name from the cursor name table.
removeStatement(IdmsStatement) - Method in class ca.idms.jdbc.IdmsConnection
Removes an object from the connection's statement table.
removeStatementEventListener(StatementEventListener) - Method in class ca.idms.jdbc.IdmsPooledConnection
Removes a statement event listener.
reset() - Method in interface ca.idms.io.NativeMessage
Reinitializes the Native object.
reset() - Method in class ca.idms.jcf.JdbcTable
Resets references.
resetClientInfo() - Method in class ca.idms.jdbc.IdmsConnection
resets the ClientInfo properties, if they exist.
result(ResultSet) - Method in class ca.idms.jcf.JdbcTable
Return the result set for an SQL query.
ROLE - Static variable in class ca.idms.io.NativeFormat
Role option mask.
role - Variable in class ca.idms.io.NativeFormat
Role: LOCAL (the default), CLIENT, or SERVER.
rollback() - Method in class ca.idms.jdbc.IdmsConnection
Rolls back the transaction.
rollback(Savepoint) - Method in class ca.idms.jdbc.IdmsConnection
IDMS does does support Savepoints.
rollback() - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.rollback().
rollback(Savepoint) - Method in class ca.idms.jdbc.IdmsLogicalConnection
Invokes IdmsConnection.rollback(Savepoint).
rollback(Xid) - Method in class ca.idms.xa.IdmsXAResource
Rolls the transaction branch back.
ROUND_0 - Static variable in class ca.idms.io.FloatConverter
Specifies "round toward 0".
ROUND_BIAS - Static variable in class ca.idms.io.FloatConverter
Specifies "biased round to nearest".
ROUND_NEAR - Static variable in class ca.idms.io.FloatConverter
Specifies "round to nearest".
rowDeleted() - Method in class ca.idms.jdbc.IdmsResultSet
IDMS does not currently support updateable ResultSets.
rowInserted() - Method in class ca.idms.jdbc.IdmsResultSet
IDMS does not currently support updateable ResultSets.
rows - Variable in class ca.idms.jcf.JdbcTable
Column values.
rowUpdated() - Method in class ca.idms.jdbc.IdmsResultSet
IDMS does not currently support updateable ResultSets.
RSINT - Static variable in interface ca.idms.jdbc.IdmsDriverInterface
Property name to override default task resource interval timeout for a Type 4 connection.

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