Package net.ontopia.topicmaps.db2tm
Class Changelog
java.lang.Object
net.ontopia.topicmaps.db2tm.Changelog
INTERNAL: Data carrier holding the information about a change log
table from the mapping file.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidgetColumnExpression(String colname) String[]INTERNAL: Returns the relation to which the changelog belongs.getTable()INTERNAL: Returns the name of the changelog table.booleanisExpressionColumn(String colname) voidsetCondition(String condition) voidsetLocalOrderColumn(String local_order_column) voidsetOrderColumn(String order_column) voidsetPrimaryKey(String[] pkey) voidtoString()
-
Field Details
-
relation
-
table
-
pkey
-
order_column
-
local_order_column
-
condition
-
virtualColumns
-
-
Method Details
-
getRelation
INTERNAL: Returns the relation to which the changelog belongs. -
getTable
INTERNAL: Returns the name of the changelog table. -
setTable
-
getPrimaryKey
-
setPrimaryKey
-
getOrderColumn
-
setOrderColumn
-
getLocalOrderColumn
-
setLocalOrderColumn
-
setCondition
-
getCondition
-
addVirtualColumn
-
isExpressionColumn
-
getColumnExpression
-
toString
-