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

N

name - Variable in class de.fesenmeyer.dbnormalizer.core.AbstractDBItem
The item's name.
name - Variable in class de.fesenmeyer.dbnormalizer.core.configuration.TableConfig
The table's name.
newDbConfigFrame - Variable in class de.fesenmeyer.dbnormalizer.gui.ApplicationFrame
 
newDBSessionButton - Variable in class de.fesenmeyer.dbnormalizer.gui.ApplicationFrame
 
newNoDBSessionButton - Variable in class de.fesenmeyer.dbnormalizer.gui.ApplicationFrame
 
nf - Variable in class de.fesenmeyer.dbnormalizer.core.algorithms.NFDeterminationResult
The determined normal form.
NF_VIOLATION_INDEX - Static variable in class de.fesenmeyer.dbnormalizer.gui.FDAnalysisPanel.FDAnalysisTableModel
 
NFDetermination - Class in de.fesenmeyer.dbnormalizer.core.algorithms
This class implements an algorithm for the determination of the normal form of a table (from 1NF to BCNF).
NFDetermination(Table) - Constructor for class de.fesenmeyer.dbnormalizer.core.algorithms.NFDetermination
Class Constructor specifying the table for which the normal form should be determined.
NFDeterminationResult - Class in de.fesenmeyer.dbnormalizer.core.algorithms
Class holding the result of the normal form determination performed by the class NFDetermination.
NFDeterminationResult(Set<AttributeStringSet>, Table, Set<FD>, NormalForm, Map<NormalForm, Set<FD>>) - Constructor for class de.fesenmeyer.dbnormalizer.core.algorithms.NFDeterminationResult
Class constructor.
nfDeterminationResult - Variable in class de.fesenmeyer.dbnormalizer.core.Table
The result of the normal form determination for this table.
nfLbl - Variable in class de.fesenmeyer.dbnormalizer.gui.NormPropPanel
 
nfLbl - Variable in class de.fesenmeyer.dbnormalizer.gui.NormPropTablePanel
 
nfLbl - Variable in class de.fesenmeyer.dbnormalizer.gui.TableMainPanel
 
nfWarningLabel - Variable in class de.fesenmeyer.dbnormalizer.gui.TableMainPanel
 
NO_CONTAINER - Static variable in class de.fesenmeyer.dbnormalizer.core.TableContainer
The TableContainer to be used for tables neither contained in a catalog nor schema.
NO_CONTAINER_NAME - Static variable in class de.fesenmeyer.dbnormalizer.core.TableContainer
The name of the container TableContainer.NO_CONTAINER.
nodeType - Variable in class de.fesenmeyer.dbnormalizer.gui.DBNormalizerTreeNode
 
NORM_PROP_CARD_NAME - Static variable in class de.fesenmeyer.dbnormalizer.gui.ApplicationFrame
 
NORM_PROP_TABLE_CARD_NAME - Static variable in class de.fesenmeyer.dbnormalizer.gui.ApplicationFrame
 
NormalForm - Enum in de.fesenmeyer.dbnormalizer.core
Enumeration containing the normal forms.
NormalForm() - Constructor for enum de.fesenmeyer.dbnormalizer.core.NormalForm
 
NormalizationFKsDetermination - Class in de.fesenmeyer.dbnormalizer.core.algorithms
Class which can be used for determination of the foreign keys (FKs) which should be defined for the tables of a normalization proposal.
NormalizationFKsDetermination(NormalizationProposal) - Constructor for class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationFKsDetermination
Class constructor specifying the normalization proposal for which FKs should be proposed.
NormalizationFKsProposal - Class in de.fesenmeyer.dbnormalizer.core.algorithms
Proposal of foreign keys (FKs) to be defined between the created tables of a normalization proposal.
NormalizationFKsProposal() - Constructor for class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationFKsProposal
Class Constructor.
NormalizationProposal - Class in de.fesenmeyer.dbnormalizer.core.algorithms
Class representing a normalization proposal.
NormalizationProposal(Table) - Constructor for class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationProposal
Class Constructor specifying the old table (the table for which the normalization proposal has been generated).
NormalizationScriptBuilder - Class in de.fesenmeyer.dbnormalizer.core.algorithms
This class creates a SQL script which can be used to apply the normalization proposed by a NormalizationProposal object to a DB.
NormalizationScriptBuilder(NormalizationProposal) - Constructor for class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationScriptBuilder
Class constructor specifying the normalization proposal for which the sql script should be generated.
normalize(Table) - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.AbstractNormalizationAlgorithm
Creates a normalization proposal for the Table specified by the argument oldTable.
normalize(Table) - Method in class de.fesenmeyer.dbnormalizer.core.algorithms.ThreeNFSynthesisAlgorithmKemper
 
normProposal - Variable in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationFKsDetermination
The normalization proposal for which FKs should be proposed.
normProposal - Variable in class de.fesenmeyer.dbnormalizer.core.algorithms.NormalizationScriptBuilder
The normalization proposal for which the sql script should be generated.
normProposal - Variable in class de.fesenmeyer.dbnormalizer.core.Table
The normalization proposal for this table.
normProposal - Variable in class de.fesenmeyer.dbnormalizer.gui.NormPropPanel
 
normProposalButton - Variable in class de.fesenmeyer.dbnormalizer.gui.TableMainPanel
 
normPropPanel - Variable in class de.fesenmeyer.dbnormalizer.gui.ApplicationFrame
 
NormPropPanel - Class in de.fesenmeyer.dbnormalizer.gui
 
NormPropPanel() - Constructor for class de.fesenmeyer.dbnormalizer.gui.NormPropPanel
 
normPropTablePanel - Variable in class de.fesenmeyer.dbnormalizer.gui.ApplicationFrame
 
NormPropTablePanel - Class in de.fesenmeyer.dbnormalizer.gui
 
NormPropTablePanel() - Constructor for class de.fesenmeyer.dbnormalizer.gui.NormPropTablePanel
 
nullable - Variable in class de.fesenmeyer.dbnormalizer.core.TableColumn
A Flag specifying whether the column can be null or not, defaults to true.

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