SDO_DataFactory::create

(no version information, might be only in CVS)

SDO_DataFactory::create --  Create an SDO_DataObject.

說明

void SDO_DataFactory::create ( string namespaceURI, string typeName )

警示

本函數是實驗性的。本函數的行為,內含函數名稱以及其它任何關於本函數的文件可能會在沒有知會的情況下隨 PHP 以後的發佈而改變。使用本函數風險自擔。

Create a new SDO_DataObject given the data object's namespace URI and type name.

參數

namespaceURI

The namespace of the type.

typeName

The name of the type.

返回值

Returns the newly created SDO_DataObject.

異常

SDO_TypeNotFoundException

Thrown if the namespaceURI and typeName do not correspond to a type known to this data factory.