A B C D E F G H I J K L M N O P R S T U V W X

B

buildAddFKConstraint(FK) - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationScriptBuilder
Builds a SQL statement which creates the foreign key (FK) constraint specified by the fk argument
buildAddFKConstraints(Collection<FK>) - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationScriptBuilder
Builds SQL statements which create the foreign key (FK) constraints specified by the fks argument
buildCreateTableScript(Table) - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationScriptBuilder
Builds a SQL statement to create the table (without foreign keys) given by the table argument
buildCreateTablesScript(Collection<Table>) - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationScriptBuilder
Builds SQL statements to create the tables (without foreign keys) given by the createdTables argument.
buildCreateView(Collection<Table>, Table) - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationScriptBuilder
Builds a CREATE VIEW statement for creating a view which constructs the old table's data from the new (created) tables.
buildDataMigrationScript(Collection<Table>, Table) - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationScriptBuilder
Builds a data migration script which copies the data from the old table to the new tables.
buildDataMigrationScript(Table, Table) - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationScriptBuilder
Builds a data migration script which copies the appropriate data from the old table to one of the new (created) tables.
buildDropOldTableScript(Table) - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationScriptBuilder
Builds a statement which drops the old table with the CASCADE CONSTRAINTS option.
buildFKsFromResultSet(ResultSet) - Static method in class de.fesenmeyer.dbnormalizer.core.dbaccess.DatabaseMetadataUtil
Helper method creating a collection of FKs from the ResultSet returned from the DatabaseMetaData.getImportedKeys(String, String, String) or DatabaseMetaData.getExportedKeys(String, String, String) method.
buildPrimaryKeyDef(PK) - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationScriptBuilder
Builds a primary key (PK) definition for the PK specified by argument pk
buildTableColumnDef(Table, TableColumn) - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationScriptBuilder
Builds a table column definition for the column given by argument col
buildUniqueConstraintDef(Collection<String>) - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationScriptBuilder
Builds a unique constraint definition for the specified attributes

A B C D E F G H I J K L M N O P R S T U V W X