conn, encodedLength, extendedID, extendedName, extendedOwner, ifxType, isNull, jdbcType, sourceType, trace, typeMap, used_in_update| Constructor and Description |
|---|
IfxChar()
Empty constructor.
|
IfxChar(char[] c)
Constructs an IfxChar given an char array
|
IfxChar(java.lang.String S)
Construct an IfxChar given a String
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other)
See if the input object is the same as this
|
void |
fromAsciiStream(java.io.InputStream x,
int length) |
void |
fromAsciiStream(java.io.InputStream x,
long length) |
void |
fromBoolean(boolean b)
Convert to IfxChar from java boolean
|
void |
fromBoolean(java.lang.Boolean B) |
void |
fromByte(byte b)
Convert to IfxChar from java byte
|
void |
fromByte(java.lang.Byte B) |
void |
fromBytes(byte[] str) |
void |
fromCharacterStream(java.io.Reader x,
int length) |
void |
fromCharacterStream(java.io.Reader reader,
long length) |
void |
fromDate(java.sql.Date D)
Convert to IfxChar from java Date
|
void |
fromDecimal(java.math.BigDecimal B)
Convert to IfxChar from java big decimal
|
void |
fromDouble(double d)
Convert to IfxChar from java double
|
void |
fromDouble(java.lang.Double D) |
void |
fromFloat(float f)
Convert to IfxChar from java float
|
void |
fromFloat(java.lang.Float F) |
void |
fromIfx(byte[] b)
Convert Informix network format to IfxChar
|
void |
fromIfx(byte[] b,
int offset,
int length)
Convert Informix network format to IfxChar
|
void |
fromInputStream(java.io.InputStream x,
int length) |
void |
fromInputStream(java.io.InputStream x,
long length) |
void |
fromInt(int i)
Convert to IfxChar from java integer
|
void |
fromInt(java.lang.Integer I) |
void |
fromLong(long l)
Convert to IfxChar from java long
|
void |
fromLong(java.lang.Long L) |
void |
fromShort(short s)
Convert to IfxChar from java short
|
void |
fromShort(java.lang.Short S) |
void |
fromString(java.lang.String str)
Convert from java string into IfxChar
|
void |
fromTime(java.sql.Time T)
Convert to IfxChar from java Time
|
void |
fromTimestamp(java.sql.Timestamp T)
Convert to IfxChar from java Timestamp
|
java.io.InputStream |
toAsciiStream()
Convert the value of 'this' to an ascii stream
|
boolean |
toBoolean()
Convert IfxChar to java boolean
|
byte |
toByte()
Convert IfxChar to java byte
|
byte[] |
toBytes() |
java.io.Reader |
toCharacterStream()
Convert the value of 'this' to Reader
|
java.sql.Date |
toDate()
Convert IfxChar to java Date
|
java.math.BigDecimal |
toDecimal()
Convert IfxChar to java big decimal
|
double |
toDouble()
Convert IfxChar to java double
|
float |
toFloat()
Convert IfxChar to java float
|
byte[] |
toIfx()
Convert IfxChar to Informix network format
|
byte[] |
toIfxTuple()
Convert IfxChar to Informix tuple format
|
java.io.InputStream |
toInputStream() |
int |
toInt()
Convert IfxChar to java integer
|
long |
toLong()
Convert IfxChar to java long
|
java.lang.Object |
toObject() |
short |
toShort()
Convert IfxChar to java short
|
java.lang.String |
toString()
Convert IfxChar to java String
|
java.sql.Time |
toTime()
Convert IfxChar to java Time
|
java.sql.Timestamp |
toTimestamp()
Convert IfxChar to java Timestamp
|
clear, clearWarning, fromBinaryStream, fromBinaryStream, fromBlob, fromClob, fromDecimal, fromIfx, fromIfx, fromIfx, fromIfx, fromIntervalDF, fromIntervalYM, fromNClob, fromObject, fromObject, fromObject, fromRowId, fromSQLXML, fromString, get_used_in_update, getEncodedLength, getWarning, isNull, nullify, set_used_in_update, setConnection, setExtendedTypeName, setIfxType, setTypeMap, toBinaryStream, toBlob, toClob, toIfxBSONObject, toInterval, toIntervalDF, toIntervalYM, toNClob, toObject, toRowId, toSQLXML, toUnloadString, unnullifypublic IfxChar()
throws java.sql.SQLException
java.sql.SQLExceptionpublic IfxChar(char[] c)
throws java.sql.SQLException
c - char arrayjava.sql.SQLExceptionpublic IfxChar(java.lang.String S)
throws java.sql.SQLException
S - String classjava.sql.SQLExceptionpublic boolean equals(java.lang.Object other)
public byte[] toIfx()
throws java.sql.SQLException
public byte[] toIfxTuple()
throws java.sql.SQLException
toIfxTuple in class IfxObjectjava.sql.SQLExceptionpublic void fromIfx(byte[] b)
throws java.sql.SQLException
public void fromIfx(byte[] b,
int offset,
int length)
throws java.sql.SQLException
public java.lang.Object toObject()
throws java.sql.SQLException
public java.lang.String toString()
public void fromString(java.lang.String str)
throws java.sql.SQLException
fromString in class IfxObjectstr - String to convert fromjava.sql.SQLExceptionpublic void fromBytes(byte[] str)
throws java.sql.SQLException
public int toInt()
throws java.sql.SQLException
public void fromInt(int i)
throws java.sql.SQLException
public void fromInt(java.lang.Integer I)
throws java.sql.SQLException
public java.math.BigDecimal toDecimal()
throws java.sql.SQLException
public void fromDecimal(java.math.BigDecimal B)
throws java.sql.SQLException
fromDecimal in class IfxObjectB - java big decimal to convert fromjava.sql.SQLExceptionpublic byte toByte()
throws java.sql.SQLException
public byte[] toBytes()
throws java.sql.SQLException
public void fromByte(byte b)
throws java.sql.SQLException
public void fromByte(java.lang.Byte B)
throws java.sql.SQLException
public boolean toBoolean()
throws java.sql.SQLException
public void fromBoolean(boolean b)
throws java.sql.SQLException
fromBoolean in class IfxObjectb - java boolean to convert fromjava.sql.SQLExceptionpublic void fromBoolean(java.lang.Boolean B)
throws java.sql.SQLException
fromBoolean in class IfxObjectjava.sql.SQLExceptionpublic java.sql.Date toDate()
throws java.sql.SQLException
public void fromDate(java.sql.Date D)
throws java.sql.SQLException
public float toFloat()
throws java.sql.SQLException
public void fromFloat(float f)
throws java.sql.SQLException
public void fromFloat(java.lang.Float F)
throws java.sql.SQLException
public long toLong()
throws java.sql.SQLException
public void fromLong(long l)
throws java.sql.SQLException
public void fromLong(java.lang.Long L)
throws java.sql.SQLException
public short toShort()
throws java.sql.SQLException
public void fromShort(short s)
throws java.sql.SQLException
public void fromShort(java.lang.Short S)
throws java.sql.SQLException
public java.sql.Time toTime()
throws java.sql.SQLException
public void fromTime(java.sql.Time T)
throws java.sql.SQLException
public double toDouble()
throws java.sql.SQLException
public void fromDouble(double d)
throws java.sql.SQLException
fromDouble in class IfxObjectd - java double to convert fromjava.sql.SQLExceptionpublic void fromDouble(java.lang.Double D)
throws java.sql.SQLException
fromDouble in class IfxObjectjava.sql.SQLExceptionpublic java.sql.Timestamp toTimestamp()
throws java.sql.SQLException
toTimestamp in class IfxObjectjava.sql.SQLExceptionpublic void fromTimestamp(java.sql.Timestamp T)
throws java.sql.SQLException
fromTimestamp in class IfxObjectT - java Timestamp to convert fromjava.sql.SQLExceptionpublic java.io.InputStream toAsciiStream()
throws java.sql.SQLException
toAsciiStream in class IfxObjectjava.sql.SQLExceptionpublic void fromAsciiStream(java.io.InputStream x,
long length)
throws java.sql.SQLException
fromAsciiStream in class IfxObjectjava.sql.SQLExceptionpublic void fromAsciiStream(java.io.InputStream x,
int length)
throws java.sql.SQLException
fromAsciiStream in class IfxObjectjava.sql.SQLExceptionpublic void fromInputStream(java.io.InputStream x,
long length)
throws java.sql.SQLException
fromInputStream in class IfxObjectjava.sql.SQLExceptionpublic void fromInputStream(java.io.InputStream x,
int length)
throws java.sql.SQLException
fromInputStream in class IfxObjectjava.sql.SQLExceptionpublic java.io.InputStream toInputStream()
throws java.sql.SQLException
toInputStream in class IfxObjectjava.sql.SQLExceptionpublic void fromCharacterStream(java.io.Reader reader,
long length)
throws java.sql.SQLException
fromCharacterStream in class IfxObjectjava.sql.SQLExceptionpublic void fromCharacterStream(java.io.Reader x,
int length)
throws java.sql.SQLException
fromCharacterStream in class IfxObjectjava.sql.SQLExceptionpublic java.io.Reader toCharacterStream()
throws java.sql.SQLException
toCharacterStream in class IfxObjectjava.sql.SQLException