public class IfxLvarchar extends IfxVarChar
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
defaultEncoding |
valueconn, encodedLength, extendedID, extendedName, extendedOwner, ifxType, isNull, jdbcType, sourceType, trace, typeMap, used_in_update| Constructor and Description |
|---|
IfxLvarchar(java.lang.String str) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBytes(byte[] str) |
void |
fromIfx(byte[] b)
Set value of this data type to the given Informix network format
|
void |
fromIfx(byte[] b,
int offset,
int length)
Set value of this data type to the given Informix network format
|
void |
fromIfx(byte[] b,
int offset,
int length,
java.lang.String dbEnc)
Set value of this data type to the given Informix network format
|
void |
fromIfx(byte[] b,
java.lang.String dbEnc)
Set value of this data type to the given Informix network format
|
void |
fromString(java.lang.String str)
Convert value from a String type
|
void |
fromString(java.lang.String str,
boolean trimString) |
byte[] |
toBytes() |
byte[] |
toIfx()
Convert value to Informix network format
|
byte[] |
toIfxTuple()
Convert value to Informix tuple format
|
java.lang.Object |
toObject(boolean notused) |
equals, fromAsciiStream, fromAsciiStream, fromBigDecimal, fromBoolean, fromBoolean, fromByte, fromByte, fromCharacterStream, fromCharacterStream, fromDate, fromDecimal, fromDouble, fromDouble, fromFloat, fromFloat, fromInputStream, fromInputStream, fromInt, fromInt, fromLong, fromLong, fromShort, fromShort, fromTime, fromTimestamp, toAsciiStream, toBoolean, toByte, toCharacterStream, toDate, toDecimal, toDouble, toFloat, toInputStream, toInt, toLong, toObject, toShort, toString, toTime, toTimestampclear, clearWarning, fromBinaryStream, fromBinaryStream, fromBlob, fromClob, fromDecimal, fromIfx, fromIfx, fromIntervalDF, fromIntervalYM, fromNClob, fromObject, fromObject, fromObject, fromRowId, fromSQLXML, get_used_in_update, getEncodedLength, getWarning, isNull, nullify, set_used_in_update, setConnection, setExtendedTypeName, setIfxType, setTypeMap, toBinaryStream, toBlob, toClob, toIfxBSONObject, toInterval, toIntervalDF, toIntervalYM, toNClob, toRowId, toSQLXML, toUnloadString, unnullifypublic IfxLvarchar(java.lang.String str)
throws java.sql.SQLException
java.sql.SQLExceptionpublic byte[] toIfx()
throws java.sql.SQLException
toIfx in class IfxVarCharjava.sql.SQLExceptionpublic byte[] toIfxTuple()
throws java.sql.SQLException
toIfxTuple in class IfxVarCharjava.sql.SQLExceptionpublic java.lang.Object toObject(boolean notused)
throws java.sql.SQLException
public void fromIfx(byte[] b,
java.lang.String dbEnc)
throws java.sql.SQLException
fromIfx in class IfxVarCharjava.sql.SQLExceptionpublic void fromIfx(byte[] b,
int offset,
int length,
java.lang.String dbEnc)
throws java.sql.SQLException
fromIfx in class IfxVarCharjava.sql.SQLExceptionpublic void fromIfx(byte[] b)
throws java.sql.SQLException
fromIfx in class IfxVarCharjava.sql.SQLExceptionpublic void fromIfx(byte[] b,
int offset,
int length)
throws java.sql.SQLException
fromIfx in class IfxVarCharjava.sql.SQLExceptionpublic void fromString(java.lang.String str)
throws java.sql.SQLException
fromString in class IfxVarChara - String valuejava.sql.SQLExceptionpublic void fromString(java.lang.String str,
boolean trimString)
throws java.sql.SQLException
fromString in class IfxVarCharjava.sql.SQLExceptionpublic void fromBytes(byte[] str)
throws java.sql.SQLException
fromBytes in class IfxVarCharjava.sql.SQLExceptionpublic byte[] toBytes()
throws java.sql.SQLException
toBytes in class IfxVarCharjava.sql.SQLException