Home
last modified time | relevance | path

Searched refs:rowid (Results 1 – 7 of 7) sorted by relevance

/PHP-8.3/ext/oci8/tests/
H A Dbug26133.phpt28 $rowid = oci_new_descriptor($c,OCI_D_ROWID);
29 oci_bind_by_name($statement,":v_rowid", $rowid,-1,OCI_B_ROWID);
34 $rowid->free();
H A Dbind_rowid.phpt36 $s = oci_parse($c, 'select rowid, address from rid_tab where id = :l_bv for update');
48 $s = oci_parse($c,'update rid_tab set address = :a_bv where rowid = :r_bv');
H A Derror_bind.phpt41 $stmt = oci_parse($c, "update bind_test set name='xyz' returning rowid into :r_id");
/PHP-8.3/ext/pdo_oci/tests/
H A Dbug41996.phpt16 $stmt = $db->prepare('SELECT rowid FROM dual');
/PHP-8.3/ext/sqlite3/
H A Dsqlite3.stub.php380 …public function openBlob(string $table, string $column, int $rowid, string $database = "main", int… argument
H A Dsqlite3.c1247 zend_long rowid, flags = SQLITE_OPEN_READONLY, sqlite_flags = 0; in PHP_METHOD() local
1254 …ers(ZEND_NUM_ARGS(), "ssl|pl", &table, &table_len, &column, &column_len, &rowid, &dbname, &dbname_… in PHP_METHOD()
1262 …if (sqlite3_blob_open(db_obj->db, dbname, table, column, rowid, sqlite_flags, &blob) != SQLITE_OK)… in PHP_METHOD()
H A Dsqlite3_arginfo.h95 ZEND_ARG_TYPE_INFO(0, rowid, IS_LONG, 0)

Completed in 24 milliseconds