| Package | Description |
|---|---|
| psdi.mbo |
| Modifier and Type | Method and Description |
|---|---|
RowStampInfo |
ViewInfoBase.getRowStampInfo()
Returns rowstamp information for this view, if rowstamp
information exists with tables on which the view is based on.
|
RowStampInfo |
TableInfoBase.getRowStampInfo()
Returns rowstamp information for this table, if rowstamp
column exists.
|
RowStampInfo |
ViewInfo.getRowStampInfo()
Returns rowstamp information for this view, if rowstamp
information exists with tables on which the view is based on.
|
RowStampInfo |
TableInfo.getRowStampInfo()
Returns rowstamp information for this table, if rowstamp
column exists.
|
RowStampInfo |
Entity.getRowStampInfo()
Returns rowstamp information related to this entity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewInfoBase.setRowStampInfo(RowStampInfo rowStampInfo) |
void |
ViewInfo.setRowStampInfo(RowStampInfo rowStampInfo) |
| Constructor and Description |
|---|
RowStampData(RowStampInfo rowStampInfo)
Sets the rowstamp information to be used by this.
|