Uses of Class
org.datanucleus.store.rdbms.table.ViewImpl
-
Packages that use ViewImpl Package Description org.datanucleus.store.rdbms.adapter Provides mappings of all supported databases to aspects of the database that determines the SQL generation.org.datanucleus.store.rdbms.table Provides the internal DataNucleus definition of a table/view and its columns. -
-
Uses of ViewImpl in org.datanucleus.store.rdbms.adapter
Methods in org.datanucleus.store.rdbms.adapter with parameters of type ViewImpl Modifier and Type Method Description String
BaseDatastoreAdapter. getDropViewStatement(ViewImpl view)
Returns the appropriate SQL to drop the given view.String
DatastoreAdapter. getDropViewStatement(ViewImpl view)
Returns the appropriate SQL to drop the given view. -
Uses of ViewImpl in org.datanucleus.store.rdbms.table
Subclasses of ViewImpl in org.datanucleus.store.rdbms.table Modifier and Type Class Description class
ClassView
Representation of an SQL View for a Class.
-