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