PHP Doku:: Creates SDO_DataObject for a given namespace URI and type name - function.sdo-das-xml-createdataobject.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationSDO XML Data Access ServiceSDO DAS XML FunktionenSDO_DAS_XML::createDataObject

Ein Service von Reinhard Neidl - Webprogrammierung.

SDO DAS XML Funktionen

<<SDO_DAS_XML::create

SDO_DAS_XML::createDocument>>

SDO_DAS_XML::createDataObject

(^)

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

Beschreibung

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

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.

Parameter-Liste

namespace_uri

Namespace URI of the type name.

type_name

Type Name.

Rückgabewerte

Returns SDO_DataObject on success.

Fehler/Exceptions

SDO_TypeNotFoundException

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


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)