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.
|
Modifier and Type | Method and Description |
---|---|
String |
DatastoreAdapter.getDropViewStatement(ViewImpl view)
Returns the appropriate SQL to drop the given view.
|
String |
BaseDatastoreAdapter.getDropViewStatement(ViewImpl view)
Returns the appropriate SQL to drop the given view.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassView
Representation of an SQL View for a Class.
|
Copyright © 2017. All rights reserved.