PHP » GoLang |
login |
register |
about
|
GoLang cubrid_current_oid
request it (305)
GoLang replacement for PHP's cubrid_current_oid
[edit | history]
cubrid_current_oid(PECL CUBRID >= 8.3.0) cubrid_current_oid — Get OID of the current cursor location Description
string cubrid_current_oid
( resource
$req_identifier
)The cubrid_current_oid() function is used to get the oid of the current cursor location from the query result. To use cubrid_current_oid(), the query executed must be a updatable query, and the CUBRID_INCLUDE_OID option must be included during the query execution. Parameters
Return ValuesOid of current cursor location, when process is successful
ExamplesExample #1 cubrid_current_oid() example
<?php The above example will output: Array ( [s_name] => X [f_name] => Mixed ) |
more
Recently updated
more
Most requested
more
Last requests
|