|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewImpl | |
org.jpox.store.rdbms.adapter | Provides mappings of all supported databases to aspects of the database that determines the SQL generation. |
org.jpox.store.rdbms.table | Provides a series of classes modelling tables and views, firstly in RDBMS, and then extending this to JDO representations. |
Uses of ViewImpl in org.jpox.store.rdbms.adapter |
Methods in org.jpox.store.rdbms.adapter with parameters of type ViewImpl | |
java.lang.String |
RDBMSAdapter.getDropViewStatement(ViewImpl view)
Returns the appropriate SQL to drop the given view. |
java.lang.String |
DatabaseAdapter.getDropViewStatement(ViewImpl view)
Returns the appropriate SQL to drop the given view. |
Uses of ViewImpl in org.jpox.store.rdbms.table |
Subclasses of ViewImpl in org.jpox.store.rdbms.table | |
class |
ClassView
Representation of an SQL View for a Class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |