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. 
 

Uses of DBView in org.apache.empire.db
 

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

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

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

Methods in org.apache.empire.db with parameters of type DBView
protected  void DBDDLGenerator.addCreateViewStmt(DBView v, StringBuilder sql, DBSQLScript script)
           
 void 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.
protected  void DBDDLGenerator.createView(DBView v, DBSQLScript script)
          Appends the DDL-Script for creating the given view to an SQL-Script
 

Constructors in org.apache.empire.db with parameters of type DBView
DBView.DBViewColumn(DBView view, 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(List<DBView> dbViews)
           
 



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