public final class GenericDatabaseExplorer extends Object
IndexExporter implementation.| Modifier and Type | Class and Description | 
|---|---|
static class  | 
GenericDatabaseExplorer.ColumnInfo  | 
static interface  | 
GenericDatabaseExplorer.DatabaseProcessor  | 
static class  | 
GenericDatabaseExplorer.DatabaseProcessorAdapter  | 
static class  | 
GenericDatabaseExplorer.Deferrability  | 
static class  | 
GenericDatabaseExplorer.ForeignKeyInfo  | 
static class  | 
GenericDatabaseExplorer.IntegrityActions  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
visitDatabaseTables(Connection connection,
                   String catalogName,
                   String schemaNamePattern,
                   String tableNamePattern,
                   GenericDatabaseExplorer.DatabaseProcessor processor,
                   org.sql.generation.api.vendor.SQLVendor sqlSyntaxVendor)  | 
public static void visitDatabaseTables(Connection connection, String catalogName, String schemaNamePattern, String tableNamePattern, GenericDatabaseExplorer.DatabaseProcessor processor, org.sql.generation.api.vendor.SQLVendor sqlSyntaxVendor) throws SQLException
SQLException