Uses of Class
org.datanucleus.store.rdbms.sql.SQLTableGroup
Packages that use SQLTableGroup
Package
Description
Series of classes used to generate SQL statements.
-
Uses of SQLTableGroup in org.datanucleus.store.rdbms.sql
Fields in org.datanucleus.store.rdbms.sql with type parameters of type SQLTableGroupModifier and TypeFieldDescriptionprotected Map
<String, SQLTableGroup> SQLStatement.tableGroups
Map of table groups keyed by the group name.Methods in org.datanucleus.store.rdbms.sql that return SQLTableGroupModifier and TypeMethodDescriptionSQLStatement.getTableGroup
(String groupName) Accessor for the table group with this name.