Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected List<DBView> |
DBDatabase.views |
Modifier and Type | Method and Description |
---|---|
DBView |
DBView.DBViewColumn.getView() |
DBView |
DBDatabase.getView(String name)
Finds a DBView object by name.
|
Modifier and Type | Method and Description |
---|---|
List<DBView> |
DBDatabase.getViews()
Returns the views which have been defined in the database.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DBDDLGenerator.addCreateViewStmt(DBView v,
StringBuilder sql,
DBSQLScript script) |
protected void |
DBDatabase.addView(DBView view)
Adds a DBView object to list of database views.
This function is called internally 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
|
Constructor and Description |
---|
DBView.DBViewColumn(DBView view,
String name,
DBColumnExpr expr)
Constructs a DBViewColumn object set the specified parameters to this object.
|
Modifier and Type | Method and Description |
---|---|
void |
OracleDataDictionnary.checkDBViewDefinition(List<DBView> dbViews) |
Copyright © 2008–2015 Apache Software Foundation. All rights reserved.