Uses of Class
org.datanucleus.store.rdbms.sql.SQLTableGroup

Packages that use SQLTableGroup
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
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
 SQLTableGroup SQLStatement.getTableGroup(String groupName)
          Accessor for the table group with this name.
 



Copyright © 2012. All Rights Reserved.