|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DBView | |
---|---|
org.apache.empire.db | This package contains the core Empire-DB implementation classes. |
org.apache.empire.db.derby | This package contains classes necessary to support the Apache Derby database system. |
org.apache.empire.db.h2 | This package contains classes necessary to support the H2 database system. |
org.apache.empire.db.hsql | This package contains classes necessary to support the HSQLDB database system. |
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.postgresql | This package contains classes necessary to support the PostgreSQL database system. |
org.apache.empire.db.sqlserver | This package contains classes necessary to support the Microsoft SQL-Server database system. |
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 views which have 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.derby |
---|
Methods in org.apache.empire.db.derby with parameters of type DBView | |
---|---|
protected boolean |
DBDatabaseDriverDerby.createView(DBView v,
DBSQLScript script)
Returns true if the view has been created successfully. |
Uses of DBView in org.apache.empire.db.h2 |
---|
Methods in org.apache.empire.db.h2 with parameters of type DBView | |
---|---|
protected boolean |
DBDatabaseDriverH2.createView(DBView v,
DBSQLScript script)
Returns true if the view has been created successfully. |
Uses of DBView in org.apache.empire.db.hsql |
---|
Methods in org.apache.empire.db.hsql with parameters of type DBView | |
---|---|
protected boolean |
DBDatabaseDriverHSql.createView(DBView v,
DBSQLScript script)
Returns true if the view has been created successfully. |
Uses of DBView in org.apache.empire.db.mysql |
---|
Methods in org.apache.empire.db.mysql with parameters of type DBView | |
---|---|
protected boolean |
DBDatabaseDriverMySQL.createView(DBView v,
DBSQLScript script)
Returns true if the view has been created successfully. |
Uses of DBView in org.apache.empire.db.oracle |
---|
Methods in org.apache.empire.db.oracle with parameters of type DBView | |
---|---|
protected boolean |
DBDatabaseDriverOracle.createView(DBView v,
DBSQLScript script)
Returns true if the view has been created successfully. |
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.db.postgresql |
---|
Methods in org.apache.empire.db.postgresql with parameters of type DBView | |
---|---|
protected boolean |
DBDatabaseDriverPostgreSQL.createView(DBView v,
DBSQLScript script)
Returns true if the view has been created successfully. |
Uses of DBView in org.apache.empire.db.sqlserver |
---|
Methods in org.apache.empire.db.sqlserver with parameters of type DBView | |
---|---|
protected boolean |
DBDatabaseDriverMSSQL.createView(DBView v,
DBSQLScript script)
Returns true if the view has been created successfully. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |