public class IfxRow 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| 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,
IfxConnection conn)
Server version of fromObject since we often know the type we want
|
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, 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 java.lang.Object toObject()
throws java.sql.SQLException
public 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,
IfxConnection conn)
throws java.sql.SQLException
java.sql.SQLException