public class ASFObject
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.Object |
object
The equivalent java object of the informix datatype.
|
static short |
SQ_TYPE_BYTE
Used for blobs transfer
|
static short |
SQ_TYPE_CHAR
Used for the java.lang.String
|
static short |
SQ_TYPE_DATE
Used for the java.sql.Date
|
static short |
SQ_TYPE_DATETIME
Used for the java.sql.DateTime
|
static short |
SQ_TYPE_DECIMAL
Used for the java.lang.BigNum
|
static short |
SQ_TYPE_DOUBLE
Used for the java.lang.Double
|
static short |
SQ_TYPE_FLOAT
Used for the java.lang.Double
|
static short |
SQ_TYPE_INTEGER
Used for the java.lang.Integer
|
static short |
SQ_TYPE_INTERVAL
Not supported yet
|
static short |
SQ_TYPE_MASK
Used for masking the bits.
|
static short |
SQ_TYPE_MONEY
Used for the java.lang.BigNum
|
static short |
SQ_TYPE_NUMERIC
Used for the java.lang.BigNum
|
static short |
SQ_TYPE_REAL
Used for the java.lang.Float
|
static short |
SQ_TYPE_SERIAL
Used for the java.lang.Integer.
|
static short |
SQ_TYPE_SMALLINT
Used for the java.lang.Integer.
|
static short |
SQ_TYPE_SMFLOAT
Used for the java.lang.Float
|
static short |
SQ_TYPE_TEXT
Used for blob/text transfers
|
static short |
SQ_TYPE_VARCHAR
Used for java.lang.String , also used by pushByteArray for blob message.
|
short |
sqlType
the equivalent informix datatype of the Object object.
|
public static final short SQ_TYPE_BYTE
public static final short SQ_TYPE_CHAR
public static final short SQ_TYPE_DATE
public static final short SQ_TYPE_DATETIME
public static final short SQ_TYPE_REAL
public static final short SQ_TYPE_SMFLOAT
public static final short SQ_TYPE_DECIMAL
public static final short SQ_TYPE_NUMERIC
public static final short SQ_TYPE_FLOAT
public static final short SQ_TYPE_DOUBLE
public static final short SQ_TYPE_INTEGER
public static final short SQ_TYPE_MONEY
public static final short SQ_TYPE_INTERVAL
public static final short SQ_TYPE_SERIAL
public static final short SQ_TYPE_SMALLINT
public static final short SQ_TYPE_TEXT
public static final short SQ_TYPE_VARCHAR
public static final short SQ_TYPE_MASK
public short sqlType
public java.lang.Object object