Home > PHP > Function > SDO > SDO_DataFactory::create()

SDO_DataFactory::create()

SDO_DataFactory::create - Create an SDO_DataObject

Syntax

SDO_DataFactory::create (string $type_namespace_uri, string $type_name)

Arguments

  • type_namespace_uri - The namespace of the type.
  • type_name - The name of the type.

Description

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

Version

PHP ^

Return value

Returns the newly created SDO_DataObject.