Home
last modified time | relevance | path

Searched refs:exec (Results 176 – 200 of 321) sorted by last modified time

12345678910>>...13

/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_quote1.phpt15 @$db->exec("drop table poq_tab");
30 $db->exec("delete from poq_tab");
39 @$db->exec("drop table poq_tab");
H A Dpdo_oci_stmt_getcolumnmeta.phpt17 $db->exec(<<<SQL
28 $db->exec("CREATE TABLE test(id INT)");
125 $db->exec(<<<SQL
141 if (!$db->exec(sprintf("INSERT INTO test(id, label) VALUES (1, '%s')", $value))) {
174 $db->exec("alter session set nls_date_format='YYYY-MM-DD'");
207 $db->exec(<<<SQL
236 $db->exec('INSERT INTO test(id, label) VALUES (1, 1)');
277 $db->exec(<<<SQL
H A Dpdo_oci_stream_1.phpt20 @$dbh->exec("drop table pdo_oci_stream_1_tab");
27 $dbh->exec($stmt);
30 $dbh->exec("
83 $dbh->exec($stmt);
H A Dpdo_oci_stream_2a.phpt70 //$db->exec("drop table pdo_oci_stream_2");
H A Dpdo_oci_stream_2b.phpt66 $db->exec("drop table pdo_oci_stream_2");
H A Dpecl_bug_6364.phpt15 @$dbh->exec ("drop table bug_6364_t");
17 $dbh->exec ("create table bug_6364_t (c1 varchar2(10), c2 varchar2(10), c3 varchar2(10), c4 varchar…
19 $dbh->exec ("create or replace procedure bug_6364_sp(p1 IN varchar2, p2 IN varchar2, p3 IN varchar2…
41 $dbh->exec ("drop procedure bug_6364_sp");
42 $dbh->exec ("drop table bug_6364_t");
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dcopy_from.phpt17 $db->exec('CREATE TABLE test (a integer not null primary key, b text, c integer)');
H A Dbug61267.phpt2 PDO::exec() returns 0 when the statement is a SELECT.
16 $res = $db->exec('SELECT * from generate_series(1, 42);');
H A Dbug62479.phpt22 $db->exec("DROP USER IF EXISTS $user");
23 $db->exec("CREATE USER $user WITH PASSWORD '$pass'");
35 $db->exec("DROP USER $user");
H A Dbug62498-32bit.phpt20 $db->exec("CREATE TEMPORARY TABLE bugtest_62498 (int2col INT2, int4col INT4, int8col INT8, stringco…
H A Dbug62498.phpt20 $db->exec("CREATE TEMPORARY TABLE bugtest_62498 (int2col INT2, int4col INT4, int8col INT8, stringco…
H A Dbug68199.phpt30 $db->exec("LISTEN notifies_phpt");
35 $db->exec("NOTIFY notifies_phpt, 'payload'");
44 $db->exec("NOTIFY notifies_phpt, 'payload'");
52 $db->exec("NOTIFY notifies_phpt, 'payload'");
60 $db->exec("NOTIFY notifies_phpt, 'payload'");
68 $db->exec("NOTIFY notifies_phpt, 'payload'");
H A Dbug69362.phpt22 $db->exec("DROP USER IF EXISTS $user");
23 $db->exec("CREATE USER $user WITH PASSWORD '$pass'");
35 $db->exec("DROP USER $user");
H A Dbug69752.phpt19 $pdo->exec("
H A Dbug72294.phpt130 $pdo->exec( 'CREATE TEMPORARY TABLE temp_table ( test_column INT NOT NULL );' );
H A Dbug_49985.phpt16 $db->exec("CREATE TABLE test (a int PRIMARY KEY)");
H A Dcopy_to.phpt17 $db->exec('CREATE TABLE test (a integer not null primary key, b text, c integer)');
H A Dgetnotify.phpt24 $db->exec("LISTEN notifies_phpt");
29 $db->exec("NOTIFY notifies_phpt");
37 $db->exec("NOTIFY notifies_phpt");
44 $db->exec("NOTIFY notifies_phpt");
51 $db->exec("NOTIFY notifies_phpt");
58 $db->exec("NOTIFY notifies_phpt");
78 $db->exec("NOTIFY notifies_phpt");
H A Dis_in_transaction.phpt17 $db->exec('CREATE TABLE test (a integer not null primary key, b text)');
H A Dlarge_objects.phpt17 $db->exec('CREATE TABLE test (blobid integer not null primary key, bloboid OID)');
/PHP-7.4/ext/pdo_odbc/tests/
H A Dlong_columns.phpt48 if (false === $db->exec('CREATE TABLE TEST (id INT NOT NULL PRIMARY KEY, data CLOB)')) {
49 if (false === $db->exec('CREATE TABLE TEST (id INT NOT NULL PRIMARY KEY, data longtext)')) {
50 if (false === $db->exec('CREATE TABLE TEST (id INT NOT NULL PRIMARY KEY, data varchar(4000))')) {
76 $db->exec("INSERT INTO TEST VALUES($num, '$text')");
H A Dmax_columns.phpt13 if (false === $db->exec('CREATE TABLE TEST (id INT NOT NULL PRIMARY KEY, data varchar(max))')) {
14 if (false === $db->exec('CREATE TABLE TEST (id INT NOT NULL PRIMARY KEY, data longtext)')) {
15 if (false === $db->exec('CREATE TABLE TEST (id INT NOT NULL PRIMARY KEY, data CLOB)')) {
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dbug33841.phpt12 $db->exec('CREATE TABLE test (text)');
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated.phpt325 $db->exec('DROP TABLE IF EXISTS test');
H A Dpdo_mysql_prepare_emulated_anonymous.phpt20 $db->exec('DROP TABLE IF EXISTS test');
21 $db->exec(sprintf('CREATE TABLE test(id INT, label CHAR(255)) ENGINE=%s', PDO_MYSQL_TEST_ENGINE));
41 $db->exec('DELETE FROM test');
65 $db->exec('DROP TABLE IF EXISTS test');

Completed in 29 milliseconds

12345678910>>...13