Package | Description |
---|---|
com.caucho.db.sql | |
com.caucho.db.table |
Modifier and Type | Method and Description |
---|---|
Column.ColumnType |
Data.getType() |
Column.ColumnType |
QueryContext.getType(int index) |
Column.ColumnType |
Expr.getTypeCode()
Returns the java type code if known.
|
Modifier and Type | Method and Description |
---|---|
int |
Expr.evalToBuffer(QueryContext context,
byte[] buffer,
int off,
Column.ColumnType columnType)
Evaluates the expression to a buffer
|
Modifier and Type | Method and Description |
---|---|
abstract Column.ColumnType |
Column.getTypeCode()
Returns the column's code.
|
static Column.ColumnType |
Column.ColumnType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Column.ColumnType[] |
Column.ColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|