public class IfxLvarchar extends IfxVarChar
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
defaultEncoding |
value
conn, 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, toTimestamp
clear, 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, unnullify
public IfxLvarchar(java.lang.String str) throws java.sql.SQLException
java.sql.SQLException
public byte[] toIfx() throws java.sql.SQLException
toIfx
in class IfxVarChar
java.sql.SQLException
public byte[] toIfxTuple() throws java.sql.SQLException
toIfxTuple
in class IfxVarChar
java.sql.SQLException
public 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 IfxVarChar
java.sql.SQLException
public void fromIfx(byte[] b, int offset, int length, java.lang.String dbEnc) throws java.sql.SQLException
fromIfx
in class IfxVarChar
java.sql.SQLException
public void fromIfx(byte[] b) throws java.sql.SQLException
fromIfx
in class IfxVarChar
java.sql.SQLException
public void fromIfx(byte[] b, int offset, int length) throws java.sql.SQLException
fromIfx
in class IfxVarChar
java.sql.SQLException
public void fromString(java.lang.String str) throws java.sql.SQLException
fromString
in class IfxVarChar
a
- String valuejava.sql.SQLException
public void fromString(java.lang.String str, boolean trimString) throws java.sql.SQLException
fromString
in class IfxVarChar
java.sql.SQLException
public void fromBytes(byte[] str) throws java.sql.SQLException
fromBytes
in class IfxVarChar
java.sql.SQLException
public byte[] toBytes() throws java.sql.SQLException
toBytes
in class IfxVarChar
java.sql.SQLException