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 ValueIF
getColumnValue(Relation relation, int cix)
protected static ValueIF
getColumnValue(Relation relation, String colname)
protected static ValueIF
getPatternValue(Relation relation, String value)
-