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

W

WAIT_TIMEOUT - Static variable in class ca.idms.jdbc.IdmsConnectOptions
Property name to set the system default socket timeout in seconds.
WASclose() - Method in class ca.idms.jdbc.IdmsLogicalConnection
Special close method for WebSphere.
wasNull() - Method in class ca.idms.jdbc.IdmsCallableStatement
Determines if the last parameter accessed was an SQL NULL value Since IDMS treats all parameters as INOUT, this is not limited to OUT parameters as described in the JDBC javadoc for this interface (it was probably just another typo in the spec anyway).
wasNull() - Method in class ca.idms.jdbc.IdmsResultSet
A column may have the value of SQL NULL; wasNull reports whether the last column read had this special value.
write(byte[], int, int) - Method in class ca.idms.io.NativeDataOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
writeBoolean(boolean) - Method in class ca.idms.io.NativeDataOutputStream
Writes a boolean to the data output stream.
writeBuffer(NativeDataOutputStream) - Method in class ca.idms.io.NativeBase
Conditionally writes bytes to a stream.
writeBuffer(NativeDataOutputStream) - Method in class ca.idms.io.NativeObject
Conditionally writes the buffer to a stream.
writeByte(int) - Method in class ca.idms.io.NativeDataOutputStream
Writes a byte to the data output stream.
writeBytes(String) - Method in class ca.idms.io.NativeDataOutputStream
Writes a string to a stream as an array of bytes.
writeBytes(String, int) - Method in class ca.idms.io.NativeDataOutputStream
Writes a string to a stream as fixed length an array of bytes.
writeBytes(DataOutput, String) - Method in class ca.idms.io.NativeFormat
Deprecated. use NativeDataOutputStream.writeBytes instead
writeBytes(DataOutput, String, int) - Method in class ca.idms.io.NativeFormat
Deprecated. use NativeDataOutputStream.writeBytes instead
writeBytes(String) - Method in class ca.idms.io.UnicodeDataOutputStream
Writes a string to a stream as an array of bytes.
writeBytes(String, int) - Method in class ca.idms.io.UnicodeDataOutputStream
Writes a string to a stream as fixed length an array of bytes.
writeBytes(String) - Method in class ca.idms.io.UtfDataOutputStream
Writes a string to a stream as an array of bytes.
writeBytes(String, int) - Method in class ca.idms.io.UtfDataOutputStream
Writes a string to a stream as an array of bytes.
writeBytesInternal(String, int) - Method in class ca.idms.io.NativeDataOutputStream
Writes an internal control block string to a stream as fixed length an array of bytes.
writeBytesVariable(String, int) - Method in class ca.idms.io.NativeDataOutputStream
Writes an variable length string (VARCHAR) to a stream.
writeBytesZ(DataOutput, String) - Method in class ca.idms.io.NativeFormat
Writes a string to a stream as a null terminated array of bytes.
writeChar(int) - Method in class ca.idms.io.LoDataOutputStream
Writes a char to the underlying output stream as two bytes, low byte first.
writeChar(int) - Method in class ca.idms.io.NativeDataOutputStream
Writes a char to the data output stream.
writeChars(String) - Method in class ca.idms.io.NativeDataOutputStream
Writes a string to the data output stream as a sequence of Unicode characters.
writeDouble(double) - Method in class ca.idms.io.FloDataOutputStream
Writes the double argument to the output stream in S/390 format.
writeDouble(double) - Method in class ca.idms.io.NativeDataOutputStream
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the underlying output stream as an 8-byte quantity, low byte first.
writeFloat(float) - Method in class ca.idms.io.FloDataOutputStream
Writes the float argument to the output stream in S/390 format.
writeFloat(float) - Method in class ca.idms.io.NativeDataOutputStream
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the underlying output stream as a 4-byte quantity, low byte first.
writeGraphic(String, int) - Method in class ca.idms.io.NativeDataOutputStream
Writes a String as OS/390 DBCS data.
writeInt(int) - Method in class ca.idms.io.LoDataOutputStream
Writes an int to the underlying output stream as four bytes, low byte first.
writeInt(int) - Method in class ca.idms.io.NativeDataOutputStream
Writes an int to the data output stream.
writeLong(long) - Method in class ca.idms.io.LoDataOutputStream
Writes a long to the underlying output stream as eight bytes, low byte first.
writeLong(long) - Method in class ca.idms.io.NativeDataOutputStream
Writes a long to the data output stream.
writeNative(NativeDataOutputStream) - Method in interface ca.idms.io.Native
Writes the object to a stream in native format.
writeNative(NativeDataOutputStream) - Method in class ca.idms.io.NativeBuffer
Sets the output stream buffer from the internal buffer.
writeNative(NativeDataOutputStream) - Method in class ca.idms.io.NativeObject
Writes the object to a stream in native format.
writeNative(NativeDataOutputStream) - Method in class ca.idms.xa.IdmsXid
Writes the contents of this object to an output stream in the native XID format.
writeNulls(int) - Method in class ca.idms.io.NativeDataOutputStream
Writes null bytes to a stream as filler.
writePacked(BigDecimal, int, int, boolean) - Method in class ca.idms.io.NativeDataOutputStream
Writes a BigDecimal in "PACKED DECIMAL" format.
writeShort(int) - Method in class ca.idms.io.LoDataOutputStream
Writes a short to the underlying output stream as two bytes, low byte first.
writeShort(int) - Method in class ca.idms.io.NativeDataOutputStream
Writes a short to the data output stream.
writeUTF(String) - Method in class ca.idms.io.NativeDataOutputStream
Writes a string to the data output stream using UTF-8.
writeZoned(BigDecimal, int, int, boolean) - Method in class ca.idms.io.NativeDataOutputStream
Write a BigDecimal in "ZONED DECIMAL" format.

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