conn, encodedLength, extendedID, extendedName, extendedOwner, ifxType, isNull, jdbcType, sourceType, trace, typeMap, used_in_update| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other)
Find out whether two objects are equal.
|
void |
fromBoolean(boolean b)
Convert a boolean to a float.
|
void |
fromBoolean(java.lang.Boolean b)
Convert a Boolean to a float.
|
void |
fromByte(byte b)
Convert a byte to a float.
|
void |
fromByte(java.lang.Byte b)
Convert a Byte to a float.
|
void |
fromDecimal(java.math.BigDecimal bigdec)
Convert a BigDecimal to a float.
|
void |
fromDouble(double d)
Convert a double to a float.
|
void |
fromDouble(java.lang.Double d)
Convert a Double to a float.
|
void |
fromFloat(float f)
Convert from a java Float.
|
void |
fromFloat(java.lang.Float f)
Convert from a java Float.
|
void |
fromIfx(byte[] b)
Set value to the given Informix network format
|
void |
fromIfx(byte[] b,
int offset,
int length)
Set value to the given Informix network format
|
void |
fromInt(int i)
Convert a integer to a float.
|
void |
fromInt(java.lang.Integer i)
Convert a Integer to a float.
|
void |
fromLong(long l)
Convert a long to a float.
|
void |
fromLong(java.lang.Long l)
Convert a Long to a float.
|
void |
fromShort(short s)
Convert a short to a float.
|
void |
fromShort(java.lang.Short s)
Convert a Short to a float.
|
void |
fromString(java.lang.String str)
Convert a string to a float.
|
boolean |
toBoolean()
Return the boolean value of this object.
|
byte |
toByte()
Return the byte value of this object.
|
java.math.BigDecimal |
toDecimal()
Return the BigDecimal value of this object.
|
double |
toDouble()
Return the double value of this object.
|
float |
toFloat() |
byte[] |
toIfx()
Convert value to Informix network type
|
byte[] |
toIfxTuple()
Convert value to Informix tuple format
|
int |
toInt()
Return the integer value of this object.
|
long |
toLong()
Return the long value of this object.
|
java.lang.Object |
toObject()
Return the equivalent Java data object
|
short |
toShort()
Return the short value of this object.
|
java.lang.String |
toString()
Return the string value of this object.
|
clear, clearWarning, fromAsciiStream, fromAsciiStream, fromBinaryStream, fromBinaryStream, fromBlob, fromBytes, fromCharacterStream, fromCharacterStream, fromClob, fromDate, fromDecimal, fromIfx, fromIfx, fromIfx, fromIfx, fromInputStream, fromInputStream, fromIntervalDF, fromIntervalYM, fromNClob, fromObject, fromObject, fromObject, fromRowId, fromSQLXML, fromString, fromTime, fromTimestamp, get_used_in_update, getEncodedLength, getWarning, isNull, nullify, set_used_in_update, setConnection, setExtendedTypeName, setIfxType, setTypeMap, toAsciiStream, toBinaryStream, toBlob, toBytes, toCharacterStream, toClob, toDate, toIfxBSONObject, toInputStream, toInterval, toIntervalDF, toIntervalYM, toNClob, toObject, toRowId, toSQLXML, toTime, toTimestamp, toUnloadString, unnullifypublic byte[] toIfx()
public byte[] toIfxTuple()
toIfxTuple in class IfxObjectpublic void fromIfx(byte[] b)
public void fromIfx(byte[] b,
int offset,
int length)
public boolean equals(java.lang.Object other)
IfxObjectpublic java.lang.Object toObject()
public byte toByte()
throws java.sql.SQLException
public void fromByte(java.lang.Byte b)
throws java.sql.SQLException
public void fromByte(byte b)
throws java.sql.SQLException
public short toShort()
throws java.sql.SQLException
public void fromShort(java.lang.Short s)
throws java.sql.SQLException
public void fromShort(short s)
throws java.sql.SQLException
public int toInt()
throws java.sql.SQLException
public void fromInt(java.lang.Integer i)
throws java.sql.SQLException
public void fromInt(int i)
throws java.sql.SQLException
public long toLong()
throws java.sql.SQLException
public void fromLong(java.lang.Long l)
throws java.sql.SQLException
public void fromLong(long l)
throws java.sql.SQLException
public double toDouble()
throws java.sql.SQLException
public void fromDouble(java.lang.Double d)
throws java.sql.SQLException
fromDouble in class IfxObjectd - Double value to convertjava.sql.SQLException - if the conversion failedpublic void fromDouble(double d)
throws java.sql.SQLException
fromDouble in class IfxObjectd - double value to convertjava.sql.SQLException - if the conversion failedpublic void fromFloat(java.lang.Float f)
throws java.sql.SQLException
public void fromFloat(float f)
throws java.sql.SQLException
public java.math.BigDecimal toDecimal()
throws java.sql.SQLException
public void fromDecimal(java.math.BigDecimal bigdec)
throws java.sql.SQLException
fromDecimal in class IfxObjectbigdec - BigDecimal value to convertjava.sql.SQLException - if the conversion failedpublic boolean toBoolean()
throws java.sql.SQLException
public void fromBoolean(java.lang.Boolean b)
throws java.sql.SQLException
fromBoolean in class IfxObjectb - Boolean value to convertjava.sql.SQLException - if the conversion failedpublic void fromBoolean(boolean b)
throws java.sql.SQLException
fromBoolean in class IfxObjectb - boolean value to convertjava.sql.SQLException - if the conversion failedpublic java.lang.String toString()
public void fromString(java.lang.String str)
throws java.sql.SQLException
fromString in class IfxObjectstr - string value to convertjava.sql.SQLException - if the conversion failed