Uses of Class
com.caucho.quercus.lib.db.ColumnType

Packages that use ColumnType
com.caucho.quercus.lib.db   
 

Uses of ColumnType in com.caucho.quercus.lib.db
 

Methods in com.caucho.quercus.lib.db that return ColumnType
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.
 

Methods in com.caucho.quercus.lib.db with parameters of type ColumnType
protected  boolean JdbcPreparedStatementResource.bindParams(Env env, ColumnType[] types, Value[] params)
          Creates _types and _params array for this prepared statement.
 

Constructors in com.caucho.quercus.lib.db with parameters of type ColumnType
BoundColumn(java.sql.ResultSetMetaData metaData, Value column, Value var, ColumnType type)