|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.agimatec.dbhistory.HistTableConfig
public class HistTableConfig
Description:
User: roman.stumm
Date: 27.04.2007
Time: 18:21:29
Copyright: Agimatec GmbH
| Constructor Summary | |
|---|---|
HistTableConfig(String tableName)
|
|
| Method Summary | |
|---|---|
Set<String> |
getExcludeColumns()
(Optional) A List of column names to exclude columns from the history table. |
String |
getHistoryTable()
|
String |
getInsertTrigger()
|
String |
getTableName()
|
String |
getUpdateTrigger()
|
void |
setHistoryTable(String historyTable)
(Optional) The name of the history table for this table. |
void |
setInsertTrigger(String insertTrigger)
(Optional) If an empty @value is entered or if the @value attribute is missing, NO INSERT Trigger will be generated. |
void |
setUpdateTrigger(String updateTrigger)
(Optional) If an empty @value is entered or if the @value attribute is missing, NO UPDATE Trigger will be generated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HistTableConfig(String tableName)
| Method Detail |
|---|
public String getTableName()
public String getHistoryTable()
public void setHistoryTable(String historyTable)
historyTable - public String getInsertTrigger()
public void setInsertTrigger(String insertTrigger)
insertTrigger - public String getUpdateTrigger()
public void setUpdateTrigger(String updateTrigger)
updateTrigger - public Set<String> getExcludeColumns()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||