Uses of Class
org.apache.empire.db.DBView
Packages that use DBView
Package
Description
This package contains the core Empire-DB implementation classes.
This package contains classes necessary to support the MySQL database system.
This package contains classes necessary to support the Oracle database system.
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 DBViewMethods in org.apache.empire.db with type parameters of type DBViewModifier and TypeMethodDescription<T extends DBView>
TAllows a second instance of a view with a different aliasMethods in org.apache.empire.db that return DBViewMethods in org.apache.empire.db that return types with arguments of type DBViewModifier and TypeMethodDescriptionDBDatabase.getViews()Returns the views which have been defined in the database.Methods in org.apache.empire.db with parameters of type DBViewModifier and TypeMethodDescriptionprotected voidDBDDLGenerator.addCreateViewStmt(DBView v, DBSQLBuilder sql, DBSQLScript script) protected voidAdds a DBView object to list of database views.
This function is called internally from the DBView's constructor.protected DBView.DBViewColumn[]DBView.cloneKeyColumns(DBView clone) protected voidDBDDLGenerator.createView(DBView v, DBSQLScript script) Appends the DDL-Script for creating the given view to an SQL-ScriptvoidDBDatabase.removeView(DBView view) Removes a view from the list of database viewsConstructors in org.apache.empire.db with parameters of type DBViewModifierConstructorDescriptionprotectedDBViewColumn(DBView view, String name, DBColumnExpr expr, double size) Constructs a DBViewColumn object set the specified parameters to this object.protectedDBViewColumn(DBView view, DBView.DBViewColumn other) Copy constructor -
Uses of DBView in org.apache.empire.db.generic
Subclasses of DBView in org.apache.empire.db.generic -
Uses of DBView in org.apache.empire.db.validation
Methods in org.apache.empire.db.validation with parameters of type DBViewModifier and TypeMethodDescriptionprotected voidDBModelChecker.checkView(DBView view, DBModelErrorHandler handler) -
Uses of DBView in org.apache.empire.dbms.mysql
Methods in org.apache.empire.dbms.mysql with parameters of type DBViewModifier and TypeMethodDescriptionprotected voidMySQLDDLGenerator.createView(DBView v, DBSQLScript script) Appends the DDL-Script for creating the given view to an SQL-Script -
Uses of DBView in org.apache.empire.dbms.oracle
Methods in org.apache.empire.dbms.oracle with parameters of type DBViewModifier and TypeMethodDescriptionprotected voidOracleDDLGenerator.addCreateViewStmt(DBView v, DBSQLBuilder sql, DBSQLScript script) Method parameters in org.apache.empire.dbms.oracle with type arguments of type DBViewModifier and TypeMethodDescriptionvoidOracleDataDictionnary.checkDBViewDefinition(List<DBView> dbViews) -
Uses of DBView in org.apache.empire.dbms.sqlserver
Methods in org.apache.empire.dbms.sqlserver with parameters of type DBViewModifier and TypeMethodDescriptionprotected voidMSSqlDDLGenerator.addCreateViewStmt(DBView v, DBSQLBuilder sql, DBSQLScript script)