Uses of Class
org.datanucleus.store.rdbms.table.ViewImpl
Packages that use ViewImpl
Package
Description
Provides mappings of all supported databases to aspects of the database that determines the SQL generation.
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 ViewImplModifier and TypeMethodDescriptionBaseDatastoreAdapter.getDropViewStatement
(ViewImpl view) Returns the appropriate SQL to drop the given view.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