Uses of Class
org.apache.empire.db.DBQueryColumn
Packages that use DBQueryColumn
Package
Description
This package contains the core Empire-DB implementation classes.
-
Uses of DBQueryColumn in org.apache.empire.db
Methods in org.apache.empire.db that return DBQueryColumnModifier and TypeMethodDescriptionDBQuery.column(int columnIndex) Returns the query column for a particular index Same as getColumn(columnIndex) but throws an exception if index is out of rangeReturns the query column for a given column name in the underlying queryDBQuery.column(DBColumnExpr expr) Returns the query column for a underlying column expression Use this function to map table columns to query columnsprotected DBQueryColumnDBQuery.createQueryColumn(DBColumnExpr expr, int index) factory method for column expressions in order to allow overridesDBQuery.findColumn(String name) Deprecated.DBQuery.findColumn(DBColumnExpr expr) Deprecated.DBQuery.getQueryColumns()Deprecated.