SDO_DAS_ChangeSummary::getChangeType
(no version information, might be only in CVS)
SDO_DAS_ChangeSummary::getChangeType --
Get the type of change made to an SDO_DataObject
説明
int
SDO_DAS_ChangeSummary::getChangeType ( SDO_DataObject dataObject )
警告 |
この関数は、
実験的 なものです。この関数の動作・
名前・その他ドキュメントに書かれている事項は、予告なく、将来的な PHP
のリリースにおいて変更される可能性があります。
この関数は自己責任で使用してください。 |
Get the type of change which has been made to the supplied SDO_DataObject.
パラメータ
- dataObject
The SDO_DataObject which has been changed.
返り値
The type of change which has been made. The change type is expressed as an
enumeration and will be one of the following four values:
SDO_DAS_ChangeSummary::NONE
SDO_DAS_ChangeSummary::MODIFICATION
SDO_DAS_ChangeSummary::ADDITION
SDO_DAS_ChangeSummary::DELETION