SDO_DataFactory::create
(^)
SDO_DataFactory::create — Create an SDO_DataObject
Açıklama
void SDO_DataFactory::create
( string
$type_namespace_uri
, string $type_name
)Uyarı
Bu işlev DENEYSELDİR. Bu işlevin davranışı, ismi ve belgeleri PHP'nin sonraki sürümlerinde hiçbir duyuru yapılmaksızın değiştirilebilir. Bu riski göze alamayacaksanız bu işlevi kullanmayın.
Create a new SDO_DataObject given the data object's namespace URI and type name.
Değiştirgeler
-
type_namespace_uri -
The namespace of the type.
-
type_name -
The name of the type.
Dönen Değerler
Returns the newly created SDO_DataObject.
Hatalar/İstisnalar
-
SDO_TypeNotFoundException -
Thrown if the namespaceURI and typeName do not correspond to a type known to this data factory.
There are no user contributed notes for this page.
