Package net.ontopia.topicmaps.db2tm
Class MappingVirtualColumn
java.lang.Object
net.ontopia.topicmaps.db2tm.MappingVirtualColumn
- All Implemented Interfaces:
ValueIF
INTERNAL: Virtual column that used a hash table to map from old
value to new value. A default value can also be specified when no
entry exists.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMapping(String from_value, String to_value) INTERNAL: Returns the value of the virtual column.voidsetDefault(String defaultValue)
-
Field Details
-
relation
-
colname
-
table
-
defaultValue
-
defaultSpecified
protected boolean defaultSpecified -
isVirtualColumn
protected final boolean isVirtualColumn -
inputColumn
-
cix
protected int cix
-
-
Method Details