|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Column.ColumnType | |
---|---|
com.caucho.db.sql | |
com.caucho.db.table |
Uses of Column.ColumnType in com.caucho.db.sql |
---|
Methods in com.caucho.db.sql that return Column.ColumnType | |
---|---|
Column.ColumnType |
Data.getType()
|
Column.ColumnType |
QueryContext.getType(int index)
|
Column.ColumnType |
Expr.getTypeCode()
Returns the java type code if known. |
Methods in com.caucho.db.sql with parameters of type Column.ColumnType | |
---|---|
int |
Expr.evalToBuffer(QueryContext context,
byte[] buffer,
int off,
Column.ColumnType columnType)
Evaluates the expression to a buffer |
Uses of Column.ColumnType in com.caucho.db.table |
---|
Methods in com.caucho.db.table that return Column.ColumnType | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |