Uses of Class
org.datanucleus.store.rdbms.sql.SQLTableGroup
-
Packages that use SQLTableGroup Package Description org.datanucleus.store.rdbms.sql 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 SQLTableGroup Modifier and Type Field Description protected Map<String,SQLTableGroup>
SQLStatement. tableGroups
Map of table groups keyed by the group name.Methods in org.datanucleus.store.rdbms.sql that return SQLTableGroup Modifier and Type Method Description SQLTableGroup
SQLStatement. getTableGroup(String groupName)
Accessor for the table group with this name.
-