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

Packages that use DBView
org.apache.empire.db This package contains the core Empire-DB implementation classes. 
org.apache.empire.db.oracle This package contains classes necessary to support the Oracle database system. 
org.apache.empire.samples.db.advanced   
 

Uses of DBView in org.apache.empire.db
 

Fields in org.apache.empire.db with type parameters of type DBView
protected  java.util.List<DBView> DBDatabase.views
           
 

Methods in org.apache.empire.db that return DBView
 DBView DBView.DBViewColumn.getView()
           
 DBView DBDatabase.getView(java.lang.String name)
          Finds a DBView object by name.
 

Methods in org.apache.empire.db that return types with arguments of type DBView
 java.util.List<DBView> DBDatabase.getViews()
          Returns the tables which has been defined in the database.
 

Methods in org.apache.empire.db with parameters of type DBView
 boolean DBDatabase.addView(DBView view)
          Adds a DBView object to list of database views.
There is usually no need to call this function directly since it is internally called from the DBView's constructor.
 

Constructors in org.apache.empire.db with parameters of type DBView
DBView.DBViewColumn(DBView view, java.lang.String name, DBColumnExpr expr)
          Constructs a DBViewColumn object set the specified parameters to this object.
 

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

Method parameters in org.apache.empire.db.oracle with type arguments of type DBView
 void OracleDataDictionnary.checkDBViewDefinition(java.util.List<DBView> dbViews)
           
 

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

Subclasses of DBView in org.apache.empire.samples.db.advanced
static class SampleAdvDB.EmployeeDepSinceView
          This class represents the definition of the EmployeeDepSinceView table.
static class SampleAdvDB.EmployeeInfoView
          This class represents the definition of the EmployeeInfoView table.
 



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