|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ViewImpl | |
|---|---|
| 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 | |
|---|---|
String |
RDBMSAdapter.getDropViewStatement(ViewImpl view)
Returns the appropriate SQL to drop the given view. |
String |
DatabaseAdapter.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 | |
|---|---|
class |
ClassView
Representation of an SQL View for a Class. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||