public class IfxCollection extends IfxComplex
CLROW_HDRSZ, CLROW_ROWSZ, IFX_CT_NULL, inputStream, OLDCLROW_HDRSZ, OLDCLROW_ROWSZ, outputStreamconn, encodedLength, extendedID, extendedName, extendedOwner, ifxType, isNull, jdbcType, sourceType, trace, typeMap, used_in_update| Constructor and Description |
|---|
IfxCollection()
from IfxComplex ****************************
protected IfxComplexInput inputStream;
protected IfxComplexOutput outputStream;
|
| Modifier and Type | Method and Description |
|---|---|
void |
fromObject(java.lang.Object data)
Initialize IfxObject with the value in obj.
|
void |
fromObject(java.lang.Object data,
java.lang.String type)
Special situation for situations where we have to have the
collection type definition string.
|
java.sql.Array |
toArray() |
java.lang.Object |
toObject() |
clear, fromIfx, fromIfx, fromIfx, toIfx, toIfxTupleclearWarning, equals, fromAsciiStream, fromAsciiStream, fromBinaryStream, fromBinaryStream, fromBlob, fromBoolean, fromBoolean, fromByte, fromByte, fromBytes, fromCharacterStream, fromCharacterStream, fromClob, fromDate, fromDecimal, fromDecimal, fromDouble, fromDouble, fromFloat, fromFloat, fromIfx, fromIfx, fromIfx, fromIfx, fromInputStream, fromInputStream, fromInt, fromInt, fromIntervalDF, fromIntervalYM, fromLong, fromLong, fromNClob, fromObject, fromRowId, fromShort, fromShort, fromSQLXML, fromString, fromString, fromTime, fromTimestamp, get_used_in_update, getEncodedLength, getWarning, isNull, nullify, set_used_in_update, setConnection, setExtendedTypeName, setIfxType, setTypeMap, toAsciiStream, toBinaryStream, toBlob, toBoolean, toByte, toBytes, toCharacterStream, toClob, toDate, toDecimal, toDouble, toFloat, toIfxBSONObject, toInputStream, toInt, toInterval, toIntervalDF, toIntervalYM, toLong, toNClob, toObject, toRowId, toShort, toSQLXML, toString, toTime, toTimestamp, toUnloadString, unnullifypublic IfxCollection()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void fromObject(java.lang.Object data)
throws java.sql.SQLException
IfxObjectfromObject in class IfxObjectdata - Convert the data value from obj to IfxObjectjava.sql.SQLExceptionpublic void fromObject(java.lang.Object data,
java.lang.String type)
throws java.sql.SQLException
fromObject in class IfxObjectjava.sql.SQLExceptionpublic java.lang.Object toObject()
throws java.sql.SQLException
public java.sql.Array toArray()
throws java.sql.SQLException
java.sql.SQLException