Home
last modified time | relevance | path

Searched refs:dbop_name (Results 1 – 3 of 3) sorted by relevance

/PHP-7.0/ext/oci8/tests/
H A Ddb_op_1.phpt45 dq($c, 'select dbop_name from v$sql_monitor where dbop_name is not null order by dbop_exec_id desc'…
H A Ddb_op_2.phpt45 dq($c, 'select dbop_name from v$sql_monitor where dbop_name like \'db_op2%\' order by dbop_exec_id …
/PHP-7.0/ext/oci8/
H A Doci8_interface.c1981 char *dbop_name; in PHP_FUNCTION() local
1984 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs", &z_connection, &dbop_name, &dbop_name_len) == FAI… in PHP_FUNCTION()
1990 …Set, ((dvoid *) connection->session, (ub4) OCI_HTYPE_SESSION, (dvoid *) dbop_name, (ub4) dbop_name… in PHP_FUNCTION()

Completed in 14 milliseconds