Package net.ontopia.topicmaps.db2tm
Class MappingVirtualColumn
- java.lang.Object
-
- net.ontopia.topicmaps.db2tm.MappingVirtualColumn
-
-
Field Summary
Fields Modifier and Type Field Description protected int
cix
protected String
colname
protected boolean
defaultSpecified
protected String
defaultValue
protected String
inputColumn
protected boolean
isVirtualColumn
protected Relation
relation
protected Map<String,String>
table
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addMapping(String from_value, String to_value)
String
getValue(String[] tuple)
INTERNAL: Returns the value of the virtual column.void
setDefault(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
-
-