Forum und email

SDO_DAS_ChangeSummary::getChangeType

(No version information available, 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 )
Warning

本函式是實驗性的。這個函式的行為、名稱、和關於此函式的任何其他文件在未來PHP的發行中可能會在不通知的情況下改變。 使用此函式需自行承擔風險。

Get the type of change which has been made to the supplied SDO_DataObject.

參數

dataObject

The SDO_DataObject which has been changed.

Return值

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