|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeTag | |
org.objectweb.cjdbc.driver.protocol | Protocol used between C-JDBC driver and controller. |
Uses of TypeTag in org.objectweb.cjdbc.driver.protocol |
Fields in org.objectweb.cjdbc.driver.protocol declared as TypeTag | |
static TypeTag |
TypeTag.TYPE_ERROR
Constant for a SQL/Java type |
static TypeTag |
TypeTag.STRING
Constant for a SQL/Java type |
static TypeTag |
TypeTag.BIGDECIMAL
Constant for a SQL/Java type |
static TypeTag |
TypeTag.BOOLEAN
Constant for a SQL/Java type |
static TypeTag |
TypeTag.INTEGER
Constant for a SQL/Java type |
static TypeTag |
TypeTag.LONG
Constant for a SQL/Java type |
static TypeTag |
TypeTag.FLOAT
Constant for a SQL/Java type |
static TypeTag |
TypeTag.DOUBLE
Constant for a SQL/Java type |
static TypeTag |
TypeTag.BYTE_ARRAY
Constant for a SQL/Java type |
static TypeTag |
TypeTag.SQL_DATE
Constant for a SQL/Java type |
static TypeTag |
TypeTag.SQL_TIME
Constant for a SQL/Java type |
static TypeTag |
TypeTag.SQL_TIMESTAMP
Constant for a SQL/Java type |
static TypeTag |
TypeTag.CLOB
Constant for a SQL/Java type |
static TypeTag |
TypeTag.BLOB
Constant for a SQL/Java type |
static TypeTag |
TypeTag.RESULTSET
Constant for a SQL structure |
static TypeTag |
TypeTag.NULL_RESULTSET
Null ResultSet |
static TypeTag |
TypeTag.FIELD
Constant for a SQL structure |
static TypeTag |
TypeTag.COL_TYPES
Constant for a SQL structure |
static TypeTag |
TypeTag.ROW
Constant for a SQL structure |
static TypeTag |
TypeTag.NOT_EXCEPTION
used when there is no type ambiguity; no need to type |
static TypeTag |
TypeTag.EXCEPTION
Constant for an exception |
static TypeTag |
TypeTag.BACKEND_EXCEPTION
Constant for an exception |
static TypeTag |
TypeTag.CORE_EXCEPTION
Constant for an exception |
static TypeTag |
TypeTag.CONTROLLER_READY
Constant for internal protocol data |
protected TypeTag |
SQLDataSerialization.Serializer.typeTag
|
Methods in org.objectweb.cjdbc.driver.protocol that return TypeTag | |
static TypeTag |
TypeTag.jdbcToJavaObjectType(int jdbcType)
Gives the standard JDBC type to Java Object type conversion according to table "JDBC type to Java Object Type" of the JDBC reference book. |
TypeTag |
SQLDataSerialization.Serializer.getTypeTag()
|
Methods in org.objectweb.cjdbc.driver.protocol with parameters of type TypeTag | |
boolean |
TypeTag.equals(TypeTag b)
Compares two TypeTags. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |