*/
public SchemaGroup getSchemaGroup() {
if (_schema == null) {
SchemaGenerator gen = new SchemaGenerator(_conf);
try {
gen.generateSchemas();
} catch (SQLException se) {
throw SQLExceptions.getStore(se,
_conf.getDBDictionaryInstance());
}
_schema = gen.getSchemaGroup();