PHP » GoLang |
login |
register |
about
|
GoLang SDO_DataObject::getSequence
request it (239)
GoLang replacement for PHP's SDO_DataObject::getSequence
[edit | history]
PHP SDO_DataObject::getSequencePHP original manual for SDO_DataObject::getSequence [ show | php.net ]SDO_DataObject::getSequence(^) SDO_DataObject::getSequence — Get the sequence for a data object DescriptionWarning
This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. Return the SDO_Sequence for this SDO_DataObject. Accessing the SDO_DataObject through the SDO_Sequence interface acts on the same SDO_DataObject instance data, but preserves ordering across properties. ParametersNone. Return ValuesThe SDO_Sequence for this SDO_DataObject, or returns NULL if the SDO_DataObject is not of a type which can have a sequence. |
more
Recently updated
more
Most requested
more
Last requests
|