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.