Web aym.pekori.to

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.