Uses of Class
org.apache.empire.db.DBView.DBViewColumn

Packages that use DBView.DBViewColumn
org.apache.empire.db This package contains the core Empire-DB implementation classes. 
org.apache.empire.samples.db.advanced   
 

Uses of DBView.DBViewColumn in org.apache.empire.db
 

Methods in org.apache.empire.db that return DBView.DBViewColumn
protected  DBView.DBViewColumn DBView.addColumn(DBTableColumn sourceColumn)
          Adds a column to the view based on an existing column in another table or view.
protected  DBView.DBViewColumn DBView.addColumn(java.lang.String columnName, DataType dataType)
          Adds a column to the view.
protected  DBView.DBViewColumn DBView.addColumn(java.lang.String columnName, DBColumnExpr columnExpr)
          Adds a column to the view.
 DBView.DBViewColumn DBView.findViewColumn(DBColumnExpr expr)
          This function searchs for equal columns given by the specified DBColumnExpr object.
 

Methods in org.apache.empire.db with parameters of type DBView.DBViewColumn
protected  boolean DBView.addColumn(DBView.DBViewColumn col)
          Adds a column to the view.
protected  void DBView.setKeyColumn(DBView.DBViewColumn keyColumn)
          identifies the column that uniquely identifies a row in the view
protected  void DBView.setKeyColumns(DBView.DBViewColumn[] keyColumns)
          identifies the columns that uniquely identify a row in the view
 

Uses of DBView.DBViewColumn in org.apache.empire.samples.db.advanced
 

Fields in org.apache.empire.samples.db.advanced declared as DBView.DBViewColumn
 DBView.DBViewColumn SampleAdvDB.EmployeeInfoView.C_CURRENT_DEP_ID
           
 DBView.DBViewColumn SampleAdvDB.EmployeeDepSinceView.C_EMPLOYEE_ID
           
 DBView.DBViewColumn SampleAdvDB.EmployeeInfoView.C_EMPLOYEE_ID
           
 DBView.DBViewColumn SampleAdvDB.EmployeeDepSinceView.C_MAX_DATE_FROM
           
 DBView.DBViewColumn SampleAdvDB.EmployeeInfoView.C_NAME_AND_DEP
           
 



Copyright © 2008-2009 Apache Software Foundation. All Rights Reserved.