SDO_DAS_DataFactory::getDataFactory

(^)

SDO_DAS_DataFactory::getDataFactory Get a data factory instance

說明

SDO_DAS_DataFactory SDO_DAS_DataFactory::getDataFactory ( void )
Warning

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

Static method to get an instance of an SDO_DAS_DataFactory. This instance is initially only configured with the basic SDO types. A Data Access Service is responsible for populating the data factory model and then allowing PHP applications to create SDOs based on the model through the SDO_DataFactory interface. PHP applications should always obtain a data factory from a configured Data Access Service, not through this interface.

參數

None.

回傳值

Returns an SDO_DAS_DataFactory.

add a note add a note

User Contributed Notes

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