Searched refs:rowid (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/ext/oci8/tests/ |
H A D | bug26133.phpt | 28 $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 D | bind_rowid.phpt | 36 $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 D | error_bind.phpt | 41 $stmt = oci_parse($c, "update bind_test set name='xyz' returning rowid into :r_id");
|
/PHP-8.3/ext/pdo_oci/tests/ |
H A D | bug41996.phpt | 16 $stmt = $db->prepare('SELECT rowid FROM dual');
|
/PHP-8.3/ext/sqlite3/ |
H A D | sqlite3.stub.php | 380 …public function openBlob(string $table, string $column, int $rowid, string $database = "main", int… argument
|
H A D | sqlite3.c | 1247 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 D | sqlite3_arginfo.h | 95 ZEND_ARG_TYPE_INFO(0, rowid, IS_LONG, 0)
|
Completed in 24 milliseconds