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

G

getAddTitle(TableTreePanel.Add_Mode) - Method in class de.fesenmeyer.dbnormalizer.gui.TableTreePanel
 
getAttributes() - Method in class de.fesenmeyer.dbnormalizer.core.configuration.AttributeSetConfig
Gets the attributes.
getAttributes() - Method in class de.fesenmeyer.dbnormalizer.core.Key
Gets the attributes this key consists of.
getAttributes() - Method in class de.fesenmeyer.dbnormalizer.core.Table
Gets the set of attributes belonging to this table.
getAttributeSetConfig() - Method in class de.fesenmeyer.dbnormalizer.core.configuration.TableConfig
Gets the attributes.
getAttributesNode(String, Set<String>) - Method in class de.fesenmeyer.dbnormalizer.core.configuration.ConfigurationWriter
Creates an attributes node, which gets its name from the specified argument nodeName.
getCandidateKeys() - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NFDeterminationResult
Gets the candidate keys used for normal form determination.
getCandKeys() - Method in class de.fesenmeyer.dbnormalizer.core.Table
Gets this table's candidate keys (if they have already been set).
getCatalog() - Method in class de.fesenmeyer.dbnormalizer.core.Table
Gets the name of the catalog this table is contained in.
getCatalogs(DBNormalizerSession) - Static method in class de.fesenmeyer.dbnormalizer.core.dbaccess.DatabaseMetadataUtil
Gets the catalogs for the specified DBNormalizer session.
getCellEditorValue() - Method in class de.fesenmeyer.dbnormalizer.gui.util.JComponentCellEditor
 
getCheckFDStatement(String, FD) - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.FDChecker
Creates an SQL Statement, which can be used to check if the FD specified by the fd argument is satisfied by the Table specified by the qualifiedTableName argument.
getCheckNoDataStatement(String) - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.FDChecker
Creates an SQL query to check if the table specified by argument qualifiedTableName contains any data.
getCollectionAsString(Collection<? extends Object>) - Static method in class de.fesenmeyer.dbnormalizer.core.util.MiscUtil
Gets a Collection of objects as a string.
getCollectionAsStringBuffer(Collection<? extends Object>) - Static method in class de.fesenmeyer.dbnormalizer.core.util.MiscUtil
Gets a Collection of objects as a StringBuffer object.
getColumnCount() - Method in class de.fesenmeyer.dbnormalizer.core.dbaccess.DataSet
Gets the number of columns.
getColumnCount() - Method in class de.fesenmeyer.dbnormalizer.gui.FDAnalysisPanel.FDAnalysisTableModel
 
getColumnCount() - Method in class de.fesenmeyer.dbnormalizer.gui.FDCheckInfoFrame.FDCheckResultTableModel
 
getColumnCount() - Method in class de.fesenmeyer.dbnormalizer.gui.FDModificationPanel.FDModTableModel
 
getColumnCount() - Method in class de.fesenmeyer.dbnormalizer.gui.FKInfoPanel.FKInfoTableModel
 
getColumnCount() - Method in class de.fesenmeyer.dbnormalizer.gui.SimpleFDPanel.SimpleFDTableModel
 
getColumnCount() - Method in class de.fesenmeyer.dbnormalizer.gui.TableColumnInfoPanel.TableColumnInfoTableModel
 
getColumnInfo(String) - Method in class de.fesenmeyer.dbnormalizer.core.Table
Gets TableColumn information for the column (attribute) specified by the colName argument.
getColumnInfos() - Method in class de.fesenmeyer.dbnormalizer.core.Table
Gets TableColumn information for each of the table's columns (attributes).
getColumnName(int) - Method in class de.fesenmeyer.dbnormalizer.gui.FDAnalysisPanel.FDAnalysisTableModel
 
getColumnName(int) - Method in class de.fesenmeyer.dbnormalizer.gui.FDCheckInfoFrame.FDCheckResultTableModel
 
getColumnName(int) - Method in class de.fesenmeyer.dbnormalizer.gui.FDModificationPanel.FDModTableModel
 
getColumnName(int) - Method in class de.fesenmeyer.dbnormalizer.gui.FKInfoPanel.FKInfoTableModel
 
getColumnName(int) - Method in class de.fesenmeyer.dbnormalizer.gui.SimpleFDPanel.SimpleFDTableModel
 
getColumnName(int) - Method in class de.fesenmeyer.dbnormalizer.gui.TableColumnInfoPanel.TableColumnInfoTableModel
 
getColumnNames() - Method in class de.fesenmeyer.dbnormalizer.core.dbaccess.DataSet
Gets the column names.
getColumnSize() - Method in class de.fesenmeyer.dbnormalizer.core.TableColumn
Gets the column size.
getComponent() - Method in class de.fesenmeyer.dbnormalizer.gui.util.JComponentCellEditor
 
getConfigFileName() - Method in class de.fesenmeyer.dbnormalizer.core.configuration.SessionConfig
Gets the configuration file name
getConfigurationNode(SessionConfig) - Method in class de.fesenmeyer.dbnormalizer.core.configuration.ConfigurationWriter
Creates a configuration node from the session configuration object.
getConnection(String) - Method in class de.fesenmeyer.dbnormalizer.core.dbaccess.DBConnectionManager
Returns the connection for the session specified by argument sessionName.
getConnection() - Method in class de.fesenmeyer.dbnormalizer.core.DBNormalizerSession
Gets the SQuirreL-SQL-Connection, if a connection to a DB exists.
getContainer() - Method in class de.fesenmeyer.dbnormalizer.core.Table
Gets the TableContainer this table is contained in.
getCreatedTables() - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationProposal
Gets the tables to be created due to the normalization proposal.
getDataType() - Method in class de.fesenmeyer.dbnormalizer.core.TableColumn
Gets the data type.
getDbConfig() - Method in class de.fesenmeyer.dbnormalizer.core.configuration.SessionConfig
Gets the DB-Configuration.
getDbConfig() - Method in class de.fesenmeyer.dbnormalizer.core.DBNormalizerSession
Gets the DB-Configuration used to establish a connection to a DB.
getDbConfig() - Method in class de.fesenmeyer.dbnormalizer.gui.DBConfigFrame
 
getDBConfigNode(DBConfig) - Method in class de.fesenmeyer.dbnormalizer.core.configuration.ConfigurationWriter
Creates a dbConfig node.
getDBNormalizerSchemaFilename() - Static method in class de.fesenmeyer.dbnormalizer.core.configuration.xml.DBNormalizerXMLPathUtil
Gets the (absolute) path of the DBNormalizer-Schema-File.
getDbPK() - Method in class de.fesenmeyer.dbnormalizer.core.Table
Gets the primary key (PK) defined in the DB.
getDbURL() - Method in class de.fesenmeyer.dbnormalizer.core.DBConfig
Gets the (JDBC) database url.
getDecimalDigits() - Method in class de.fesenmeyer.dbnormalizer.core.TableColumn
Gets the decimal digits.
getDefaultValue() - Method in class de.fesenmeyer.dbnormalizer.core.TableColumn
Gets the default value.
getDeferability() - Method in class de.fesenmeyer.dbnormalizer.core.FK
Gets the deferability.
getDeleteOrUpdateRuleAsString(int) - Static method in class de.fesenmeyer.dbnormalizer.core.util.MiscUtil
Returns a string representation of the delete or update rule specified by argument rule.
getDeleteRule() - Method in class de.fesenmeyer.dbnormalizer.core.FK
Gets the deleteRule.
getDriverClassName() - Method in class de.fesenmeyer.dbnormalizer.core.DBConfig
Gets the name of the JDBC-driver class
getDriverFileName() - Method in class de.fesenmeyer.dbnormalizer.core.DBConfig
Gets the (absolute or relative) file name of the JDBC-driver jar file.
getExportedFKs() - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationFKsProposal
Gets the FKs to be defined due to the old table's exported keys.
getExportedKeys(DatabaseMetaData, String, String, String) - Static method in class de.fesenmeyer.dbnormalizer.core.dbaccess.DatabaseMetadataUtil
Gets the exported keys for a table specified by catalog, schema and name.
getExportedKeys() - Method in class de.fesenmeyer.dbnormalizer.core.Table
Gets the exported keys.
getFdAnalysisPanel() - Method in class de.fesenmeyer.dbnormalizer.gui.TableTabbedPanel
 
getFdAnalysisTableModel() - Method in class de.fesenmeyer.dbnormalizer.gui.FDAnalysisPanel
 
getFdCheckState() - Method in class de.fesenmeyer.dbnormalizer.core.FD
Gets the check state of this FD.
getFdConfigs() - Method in class de.fesenmeyer.dbnormalizer.core.configuration.TableConfig
Gets the FDs.
getFdList() - Method in class de.fesenmeyer.dbnormalizer.gui.FDAnalysisPanel.FDAnalysisTableModel
 
getFdList() - Method in class de.fesenmeyer.dbnormalizer.gui.FDModificationPanel.FDModTableModel
 
getFDMinCover() - Method in class de.fesenmeyer.dbnormalizer.core.Table
Gets the minimal cover of FDs for this table.
getFdModPanel() - Method in class de.fesenmeyer.dbnormalizer.gui.TableTabbedPanel
 
getFds() - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NFDeterminationResult
Gets the FDs used for normal form determination.
getFDs() - Method in class de.fesenmeyer.dbnormalizer.core.Table
Gets the FDs for this table.
getFDsNode(Collection<FDConfig>) - Method in class de.fesenmeyer.dbnormalizer.core.configuration.ConfigurationWriter
Creates a fds node from FDConfig objects.
getFirstChildElement(Element, String) - Static method in class de.fesenmeyer.dbnormalizer.core.configuration.xml.DOMUtil
Gets the first child of the element specified by argument element which has the tag name specified by argument name.
getFirstElement(Element, String) - Static method in class de.fesenmeyer.dbnormalizer.core.configuration.xml.DOMUtil
Gets the first descendant of the element specified by argument element which has the tag name specified by argument name.
getFkCatalog() - Method in class de.fesenmeyer.dbnormalizer.core.FK
Gets the catalog of the FK-Table, may be null.
getFkColumnNames() - Method in class de.fesenmeyer.dbnormalizer.core.FK
Gets the referencing columns of the FK-Table.
getFks() - Method in class de.fesenmeyer.dbnormalizer.gui.FKInfoPanel.FKInfoTableModel
 
getFkSchema() - Method in class de.fesenmeyer.dbnormalizer.core.FK
Gets the schema of the FK-Table, may be null.
getFksProposal() - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationProposal
Gets the foreign keys (FKs) to be created due to the normalization proposal.
getFkTableName() - Method in class de.fesenmeyer.dbnormalizer.core.FK
Gets the name of the FK-Table.
getHierarchicalFKs() - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationFKsProposal
Gets the FKs to be defined due to FKs between the old table's attributes ("hierarchical FKs").
getIcon(String) - Method in class de.fesenmeyer.dbnormalizer.gui.IconManager
gets the image icon with the given name.
getImage(String) - Method in class de.fesenmeyer.dbnormalizer.gui.IconManager
 
getImportedFKs() - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationFKsProposal
Gets the FKs to be defined due to the old table's imported keys.
getImportedKeys(DatabaseMetaData, String, String, String) - Static method in class de.fesenmeyer.dbnormalizer.core.dbaccess.DatabaseMetadataUtil
Gets the imported keys for a table specified by catalog, schema and name.
getImportedKeys() - Method in class de.fesenmeyer.dbnormalizer.core.Table
Gets the imported keys.
getInfoPanel() - Method in class de.fesenmeyer.dbnormalizer.gui.ApplicationFrame
 
getInitialAddMode() - Method in class de.fesenmeyer.dbnormalizer.gui.TableTreePanel
 
getInnerFKS() - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationFKsProposal
Gets the FKs to be defined between the created tables of the normalization proposal.
getInstance() - Static method in class de.fesenmeyer.dbnormalizer.core.dbaccess.DBConnectionManager
Gets the single instance of the class.
getInstance() - Static method in class de.fesenmeyer.dbnormalizer.gui.IconManager
 
getJarFileChooser() - Method in class de.fesenmeyer.dbnormalizer.gui.DBConfigFrame
 
getJARFileFilter() - Static method in class de.fesenmeyer.dbnormalizer.gui.util.FileFilters
 
getLhs() - Method in class de.fesenmeyer.dbnormalizer.core.configuration.FDConfig
Gets the LHS of the FD.
getLHS() - Method in class de.fesenmeyer.dbnormalizer.core.FD
Gets the LHS.
getLogger(Class) - Static method in class de.fesenmeyer.dbnormalizer.core.log.DBNormalizerLogger
Gets the logger object for the class specified by argument c.
getName() - Method in class de.fesenmeyer.dbnormalizer.core.AbstractDBItem
Returns the item's name.
getName() - Method in class de.fesenmeyer.dbnormalizer.core.configuration.TableConfig
Gets the table's name.
getNewDBConfigFrame() - Method in class de.fesenmeyer.dbnormalizer.gui.ApplicationFrame
 
getNf() - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NFDeterminationResult
Gets the determined normal form.
getNf() - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationProposal
Gets normal form of the normalization proposal (the lowest normal form of the created tables).
getNfDeterminationResult() - Method in class de.fesenmeyer.dbnormalizer.core.Table
Gets the result of the normal form determination for this table.
getNodeType() - Method in class de.fesenmeyer.dbnormalizer.gui.DBNormalizerTreeNode
 
getNormalizationFKsProposal() - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationFKsDetermination
Computes a proposal of FKs to be defined and sets these FKs for the tables which are returned by the NormalizationProposal.getCreatedTables() method.
getNormProposal() - Method in class de.fesenmeyer.dbnormalizer.core.Table
Gets the currently set normalization proposal for this table.
getNotSatisfiedTupels(String, FD) - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.FDChecker
Returns the tuples returned by the SQL query used for checking FDs.
getOldTable() - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationProposal
Gets the old table (the table for which the normalization proposal has been generated).
getPassword() - Method in class de.fesenmeyer.dbnormalizer.core.DBConfig
Gets the password.
getPK(DBNormalizerSession, String, String, String) - Static method in class de.fesenmeyer.dbnormalizer.core.dbaccess.DatabaseMetadataUtil
Gets the PK for a table specified by catalog, schema and name.
getPk() - Method in class de.fesenmeyer.dbnormalizer.core.Table
Gets the PK for this table.
getPkCatalog() - Method in class de.fesenmeyer.dbnormalizer.core.FK
Gets the catalog of the PK-Table, may be null.
getPkColumnNames() - Method in class de.fesenmeyer.dbnormalizer.core.FK
Gets the referenced columns of the PK-Table.
getPkName() - Method in class de.fesenmeyer.dbnormalizer.core.FK
Gets the name of the referenced PK.
getPkSchema() - Method in class de.fesenmeyer.dbnormalizer.core.FK
Gets the schema of the PK-Table, may be null.
getPkTableName() - Method in class de.fesenmeyer.dbnormalizer.core.FK
Gets the name of the PK-Table.
getQualifiedName() - Method in class de.fesenmeyer.dbnormalizer.core.Table
Gets the qualified name for this table.
getQualifiedTableName(String, String, String) - Static method in class de.fesenmeyer.dbnormalizer.core.util.MiscUtil
Generates a qualified table name based on the arguments tableName, catalog and schema.
getRhs() - Method in class de.fesenmeyer.dbnormalizer.core.configuration.FDConfig
Gets the RHS of the FD.
getRHS() - Method in class de.fesenmeyer.dbnormalizer.core.FD
Gets the RHS.
getRow(int) - Method in class de.fesenmeyer.dbnormalizer.core.dbaccess.DataSet
Get the row at the specified index.
getRowCount() - Method in class de.fesenmeyer.dbnormalizer.core.dbaccess.DataSet
Gets the number of rows.
getRowCount() - Method in class de.fesenmeyer.dbnormalizer.gui.FDAnalysisPanel.FDAnalysisTableModel
 
getRowCount() - Method in class de.fesenmeyer.dbnormalizer.gui.FDCheckInfoFrame.FDCheckResultTableModel
 
getRowCount() - Method in class de.fesenmeyer.dbnormalizer.gui.FDModificationPanel.FDModTableModel
 
getRowCount() - Method in class de.fesenmeyer.dbnormalizer.gui.FKInfoPanel.FKInfoTableModel
 
getRowCount() - Method in class de.fesenmeyer.dbnormalizer.gui.SimpleFDPanel.SimpleFDTableModel
 
getRowCount() - Method in class de.fesenmeyer.dbnormalizer.gui.TableColumnInfoPanel.TableColumnInfoTableModel
 
getSaveFileChooser() - Method in class de.fesenmeyer.dbnormalizer.gui.NormPropPanel
 
getSchema() - Method in class de.fesenmeyer.dbnormalizer.core.Table
Gets the name of the schema this table is contained in.
getSchemas(DBNormalizerSession) - Static method in class de.fesenmeyer.dbnormalizer.core.dbaccess.DatabaseMetadataUtil
Gets the schemas for the specified DBNormalizer session.
getSelectedItems() - Method in class de.fesenmeyer.dbnormalizer.gui.DBTableSelectionFrame
 
getSession() - Method in class de.fesenmeyer.dbnormalizer.gui.DBTableSelectionFrame
 
getSession() - Method in class de.fesenmeyer.dbnormalizer.gui.FDAnalysisPanel
 
getSession() - Method in class de.fesenmeyer.dbnormalizer.gui.FDModificationPanel
 
getShowDBConfigFrame() - Method in class de.fesenmeyer.dbnormalizer.gui.ApplicationFrame
 
getSimpleElementText(Element, String) - Static method in class de.fesenmeyer.dbnormalizer.core.configuration.xml.DOMUtil
Gets the text content of the first descendant of the element specified by argument element which has the tag name specified by argument name.
getSimpleElementText(Element) - Static method in class de.fesenmeyer.dbnormalizer.core.configuration.xml.DOMUtil
Gets all child text nodes of an element as a single string.
getSqlConnection() - Method in class de.fesenmeyer.dbnormalizer.core.DBNormalizerSession
 
getSQLFileFilter() - Static method in class de.fesenmeyer.dbnormalizer.gui.util.FileFilters
 
getSqlScript() - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationProposal
Gets the SQL script generated for normalization.
getTable() - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NFDeterminationResult
Gets the table.
getTable() - Method in class de.fesenmeyer.dbnormalizer.gui.FDAnalysisPanel.FDAnalysisTableModel
 
getTable() - Method in class de.fesenmeyer.dbnormalizer.gui.FDModificationPanel.FDModTableModel
 
getTable() - Method in class de.fesenmeyer.dbnormalizer.gui.TableInformationPanel
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class de.fesenmeyer.dbnormalizer.gui.util.JComponentCellEditor
 
getTableCols() - Method in class de.fesenmeyer.dbnormalizer.gui.TableColumnInfoPanel.TableColumnInfoTableModel
 
getTableColumnInfos(DBNormalizerSession, String, String, String) - Static method in class de.fesenmeyer.dbnormalizer.core.dbaccess.DatabaseMetadataUtil
Gets TableColumn objects for a table specified by catalog, schema and name.
getTableConfigs() - Method in class de.fesenmeyer.dbnormalizer.core.configuration.TableContainerConfig
Gets the table configuration objects.
getTableContainer() - Method in class de.fesenmeyer.dbnormalizer.core.configuration.TableContainerConfig
Gets the table container.
getTableContainerConfigNode(TableContainerConfig) - Method in class de.fesenmeyer.dbnormalizer.core.configuration.ConfigurationWriter
Creates a node for a TableContainerConfig object.
getTableContainerConfigs() - Method in class de.fesenmeyer.dbnormalizer.core.configuration.SessionConfig
Gets the TableContainer configuration objects.
getTableContainers(DBNormalizerSession) - Static method in class de.fesenmeyer.dbnormalizer.core.dbaccess.DatabaseMetadataUtil
Gets all TableContainers (catalogs or schemas) for the specified DBNormalizer session.
getTableContainers2Normalize() - Method in class de.fesenmeyer.dbnormalizer.core.DBNormalizerSession
Gets all TableContainers which contain tables which are in the set of tables to be normalized.
getTableInfo(DBNormalizerSession, String, String, String, boolean) - Static method in class de.fesenmeyer.dbnormalizer.core.dbaccess.DatabaseMetadataUtil
Gets the table with the specified name, catalog and schema.
getTableInfoNode(Collection<TableConfig>) - Method in class de.fesenmeyer.dbnormalizer.core.configuration.ConfigurationWriter
Creates a tableInfo node from the TableConfig objects specified by the tableConfigs argument.
getTableInfos(DBNormalizerSession, String, String) - Static method in class de.fesenmeyer.dbnormalizer.core.dbaccess.DatabaseMetadataUtil
Gets all tables from the specified catalog or schema.
getTableInfos(DBNormalizerSession, String, String, boolean) - Static method in class de.fesenmeyer.dbnormalizer.core.dbaccess.DatabaseMetadataUtil
Gets all tables from the specified catalog or schema.
getTableInfos(DBNormalizerSession, TableContainer, boolean) - Static method in class de.fesenmeyer.dbnormalizer.core.dbaccess.DatabaseMetadataUtil
Gets all tables from the specified TableContainer.
getTableNode(TableConfig) - Method in class de.fesenmeyer.dbnormalizer.core.configuration.ConfigurationWriter
Creates a table node from the TableConfig object specified by argument tableConfig.
getTables2Normalize(TableContainer) - Method in class de.fesenmeyer.dbnormalizer.core.DBNormalizerSession
Gets all tables which are in the set of tables to be normalized and are contained in the TableContainer specified by argument tableContainer.
getTableTree() - Method in class de.fesenmeyer.dbnormalizer.gui.ApplicationFrame
 
getTableTree() - Method in class de.fesenmeyer.dbnormalizer.gui.TableTreePanel
 
getTaneJava2DBNormalizerXSLFilename() - Static method in class de.fesenmeyer.dbnormalizer.core.configuration.xml.DBNormalizerXMLPathUtil
Gets the (absolute) path of the TaneJava-to-DBNormalizer-Transformation-File.
getTextArea() - Method in class de.fesenmeyer.dbnormalizer.gui.InformationPanel
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class de.fesenmeyer.dbnormalizer.gui.DBTreeCellRenderer
 
getType() - Method in class de.fesenmeyer.dbnormalizer.core.TableContainer
Gets the type.
getTypeName() - Method in class de.fesenmeyer.dbnormalizer.core.TableColumn
Gets the typeName.
getUpdateRule() - Method in class de.fesenmeyer.dbnormalizer.core.FK
Gets the updateRule.
getUsername() - Method in class de.fesenmeyer.dbnormalizer.core.DBConfig
Gets the username.
getValueAt(int, int) - Method in class de.fesenmeyer.dbnormalizer.gui.FDAnalysisPanel.FDAnalysisTableModel
 
getValueAt(int, int) - Method in class de.fesenmeyer.dbnormalizer.gui.FDCheckInfoFrame.FDCheckResultTableModel
 
getValueAt(int, int) - Method in class de.fesenmeyer.dbnormalizer.gui.FDModificationPanel.FDModTableModel
 
getValueAt(int, int) - Method in class de.fesenmeyer.dbnormalizer.gui.FKInfoPanel.FKInfoTableModel
 
getValueAt(int, int) - Method in class de.fesenmeyer.dbnormalizer.gui.SimpleFDPanel.SimpleFDTableModel
 
getValueAt(int, int) - Method in class de.fesenmeyer.dbnormalizer.gui.TableColumnInfoPanel.TableColumnInfoTableModel
 
getViolatingFDs() - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.NFDeterminationResult
Gets the determined violating FDs, grouped by normal form.
getXMLFileFilter() - Static method in class de.fesenmeyer.dbnormalizer.gui.util.FileFilters
 

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