Class KnownIdentifierMap
java.lang.Object
net.sf.jailer.modelbuilder.KnownIdentifierMap
Maps normalized form of known unique identifiers (table names and column names)
to the the identifiers.
- Author:
- Wisser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColumnName(String tableName, String columnName) Returns previously put non-normalized unique column name.getCondition(String condition) Returns previously put non-normalized unique join condition.getTableName(String tableName) Returns previously put non-normalized unique table name.voidputColumnName(String tableName, String columnName) Puts normalized column name into the map.voidputCondition(String condition) Puts normalized join condition into the map.voidputTableName(String tableName) Puts normalized table name into the map.
-
Constructor Details
-
KnownIdentifierMap
public KnownIdentifierMap()
-
-
Method Details
-
putTableName
Puts normalized table name into the map.- Parameters:
tableName- the table name
-
getTableName
-
putColumnName
-
getColumnName
-
putCondition
Puts normalized join condition into the map.- Parameters:
condition- the join condition
-
getCondition
-