public class Changelog extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
condition |
protected String |
local_order_column |
protected String |
order_column |
protected String[] |
pkey |
protected Relation |
relation |
protected String |
table |
protected Map<String,ExpressionVirtualColumn> |
virtualColumns |
Modifier and Type | Method and Description |
---|---|
void |
addVirtualColumn(ExpressionVirtualColumn column) |
String |
getColumnExpression(String colname) |
String |
getCondition() |
String |
getLocalOrderColumn() |
String |
getOrderColumn() |
String[] |
getPrimaryKey() |
Relation |
getRelation()
INTERNAL: Returns the relation to which the changelog belongs.
|
String |
getTable()
INTERNAL: Returns the name of the changelog table.
|
boolean |
isExpressionColumn(String colname) |
void |
setCondition(String condition) |
void |
setLocalOrderColumn(String local_order_column) |
void |
setOrderColumn(String order_column) |
void |
setPrimaryKey(String[] pkey) |
void |
setTable(String table) |
String |
toString() |
protected final Relation relation
protected String table
protected String[] pkey
protected String order_column
protected String local_order_column
protected String condition
protected Map<String,ExpressionVirtualColumn> virtualColumns
public Relation getRelation()
public String getTable()
public void setTable(String table)
public String[] getPrimaryKey()
public void setPrimaryKey(String[] pkey)
public String getOrderColumn()
public void setOrderColumn(String order_column)
public String getLocalOrderColumn()
public void setLocalOrderColumn(String local_order_column)
public void setCondition(String condition)
public String getCondition()
public void addVirtualColumn(ExpressionVirtualColumn column)
public boolean isExpressionColumn(String colname)