| Package | Description |
|---|---|
| org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
| org.apache.empire.db.mysql |
This package contains classes necessary to support the MySQL database system.
|
| org.apache.empire.db.oracle |
This package contains classes necessary to support the Oracle database system.
|
| org.apache.empire.db.validation |
| 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.
|
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,
double size)
Constructs a DBViewColumn object set the specified parameters to this object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MySQLDDLGenerator.createView(DBView v,
DBSQLScript script)
Appends the DDL-Script for creating the given view to an SQL-Script
|
| Modifier and Type | Method and Description |
|---|---|
void |
OracleDataDictionnary.checkDBViewDefinition(List<DBView> dbViews) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DBModelChecker.checkView(DBView view,
Connection conn,
DBModelErrorHandler handler) |
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.