Package | Description |
---|---|
com.caucho.quercus.lib.db |
Modifier and Type | Method and Description |
---|---|
static ColumnType |
ColumnType.getColumnType(Value value) |
static ColumnType |
ColumnType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ColumnType[] |
ColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
JdbcPreparedStatementResource.bindParams(Env env,
ColumnType[] types,
Value[] params)
Creates _types and _params array for this prepared statement.
|
Constructor and Description |
---|
BoundColumn(java.sql.ResultSetMetaData metaData,
Value column,
Value var,
ColumnType type) |