Package net.ontopia.topicmaps.db2tm
Class MappingVirtualColumn
- java.lang.Object
-
- net.ontopia.topicmaps.db2tm.MappingVirtualColumn
-
-
Field Summary
Fields Modifier and Type Field Description protected intcixprotected Stringcolnameprotected booleandefaultSpecifiedprotected StringdefaultValueprotected StringinputColumnprotected booleanisVirtualColumnprotected Relationrelationprotected Map<String,String>table
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMapping(String from_value, String to_value)StringgetValue(String[] tuple)INTERNAL: Returns the value of the virtual column.voidsetDefault(String defaultValue)
-
-
-
Field Detail
-
relation
protected final Relation relation
-
colname
protected final String colname
-
defaultValue
protected String defaultValue
-
defaultSpecified
protected boolean defaultSpecified
-
isVirtualColumn
protected final boolean isVirtualColumn
-
inputColumn
protected final String inputColumn
-
cix
protected int cix
-
-