SDO_DAS_XML::createDataObject

(no version information, might be only in CVS)

SDO_DAS_XML::createDataObject --  Creates SDO_DataObject for a given namespace URI and type name.

說明

SDO_DataObject SDO_DAS_XML::createDataObject ( string namespace_uri, string type_name )

警示

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

Creates SDO_DataObject for a given namespace URI and type name. The type should be defined in the underlying model otherwise SDO_TypeNotFoundException will be thrown.

參數

namespace_uri

Namespace URI of the type name.

type_name

Type Name.

返回值

Returns SDO_DataObject on success.

異常

SDO_TypeNotFoundException

Thrown if a type is not defined in the underlying model.