SDO_DAS_ChangeSummary::getChangedDataObjects

(^)

SDO_DAS_ChangeSummary::getChangedDataObjects Get the changed data objects from a change summary

說明

SDO_List SDO_DAS_ChangeSummary::getChangedDataObjects ( void )
Warning

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

Get an SDO_List of the SDO_DataObjects which have been changed. These data objects can then be used to identify the types of change made to each, along with the old values.

參數

None.

回傳值

Returns an SDO_List of SDO_DataObjects.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top