Uses of Class
org.apache.empire.db.DBView.DBViewColumn
Packages that use DBView.DBViewColumn
Package
Description
This package contains the core Empire-DB implementation classes.
-
Uses of DBView.DBViewColumn in org.apache.empire.db
Methods in org.apache.empire.db that return DBView.DBViewColumnModifier and TypeMethodDescriptionprotected final DBView.DBViewColumnAdds a column to the view.protected final DBView.DBViewColumnAdds a column to the view.protected final DBView.DBViewColumnDBView.addColumn(String columnName, DBColumnExpr columnExpr) Adds a column to the view.protected final DBView.DBViewColumnDBView.addColumn(DBTableColumn sourceColumn) Adds a column to the view based on an existing column in another table.protected final DBView.DBViewColumnDBView.addColumn(DBView.DBViewColumn sourceColumn) Adds a column to the view based on an existing column in another view.protected DBView.DBViewColumn[]DBView.cloneKeyColumns(DBView clone) protected DBView.DBViewColumnDBView.createAndAppendColumn(String columnName, DBColumnExpr sourceExpression, double size) Adds a column to the view.DBView.findViewColumn(DBColumnExpr expr) This function searches for equal columns given by the specified DBColumnExpr object.Methods in org.apache.empire.db with parameters of type DBView.DBViewColumnModifier and TypeMethodDescriptionprotected final DBView.DBViewColumnDBView.addColumn(DBView.DBViewColumn sourceColumn) Adds a column to the view based on an existing column in another view.protected voidDBView.addViewColumn(DBView.DBViewColumn col) Adds a column to the view.protected voidDBView.setKeyColumn(DBView.DBViewColumn keyColumn) identifies the column that uniquely identifies a row in the viewprotected voidDBView.setKeyColumns(DBView.DBViewColumn... keyColumns) identifies the columns that uniquely identify a row in the viewConstructors in org.apache.empire.db with parameters of type DBView.DBViewColumnModifierConstructorDescriptionprotectedDBViewColumn(DBView view, DBView.DBViewColumn other) Copy constructor