Package net.ontopia.topicmaps.db2tm
Class Values
- java.lang.Object
-
- net.ontopia.topicmaps.db2tm.Values
-
public final class Values extends Object
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.
-
-
Constructor Summary
Constructors Constructor Description Values()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static ValueIFgetColumnValue(Relation relation, int cix)protected static ValueIFgetColumnValue(Relation relation, String colname)protected static ValueIFgetPatternValue(Relation relation, String value)
-