Home
last modified time | relevance | path

Searched refs:statement (Results 1 – 25 of 318) sorted by relevance

12345678910>>...13

/PHP-8.2/ext/oci8/
H A Doci8_statement.c129 return statement; in php_oci_statement_create()
206 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_set_prefetch()
207 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_statement_set_prefetch()
265 if (statement->has_descr && statement->columns) { in php_oci_statement_fetch()
380 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_fetch()
381 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_statement_fetch()
510 …DTRACE_OCI8_EXECUTE_MODE(statement->connection, statement->connection->client_id, statement, mode); in php_oci_statement_execute()
525 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_execute()
553 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_execute()
702 outcol->statement = statement; /* parent handle */ in php_oci_statement_execute()
[all …]
H A Doci8.stub.php406 * @param resource $statement
416 * @param resource $statement
423 * @param resource $statement
532 * @param resource $statement
542 * @param resource $statement
552 * @param resource $statement
562 * @param resource $statement
572 * @param resource $statement
582 * @param resource $statement
592 * @param resource $statement
[all …]
/PHP-8.2/ext/odbc/
H A Dodbc.stub.php317 /** @param resource $statement */
320 /** @param resource $statement */
329 /** @param resource $statement */
332 /** @param resource $statement */
354 /** @param resource $statement */
357 /** @param resource $statement */
362 * @param resource $statement
367 /** @param resource $statement */
370 /** @param resource $statement */
374 * @param resource $statement
[all …]
/PHP-8.2/ext/oci8/tests/
H A Dlob_022.phpt16 $statement = oci_parse($c, $drop);
17 @oci_execute($statement);
20 $statement = oci_parse($c, $create);
21 oci_execute($statement);
24 $statement = oci_parse($c, $init);
27 oci_execute($statement, OCI_DEFAULT);
34 $statement = oci_parse($c, $init);
37 oci_execute($statement, OCI_DEFAULT);
50 $statement = oci_parse ($c, $query);
68 $statement = oci_parse($c, $drop);
[all …]
H A Dlob_016.phpt16 $statement = oci_parse($c, $drop);
17 @oci_execute($statement);
20 $statement = oci_parse($c, $create);
21 oci_execute($statement);
24 $statement = oci_parse($c, $init);
25 oci_execute($statement);
28 $statement = oci_parse($c, $select);
31 $row = oci_fetch_assoc($statement);
44 $row = oci_fetch_assoc($statement);
51 $statement = oci_parse($c, $drop);
[all …]
H A Dlob_017.phpt18 $statement = oci_parse($c, $drop);
19 @oci_execute($statement);
22 $statement = oci_parse($c, $create);
23 oci_execute($statement);
26 $statement = oci_parse($c, $init);
27 oci_execute($statement);
30 $statement = oci_parse($c, $select);
33 $row = oci_fetch_assoc($statement);
46 $row = oci_fetch_assoc($statement);
53 $statement = oci_parse($c, $drop);
[all …]
H A Dbug51253.phpt16 $statement = oci_parse($c, $drop);
17 @oci_execute($statement);
20 $statement = oci_parse($c, $create);
21 oci_execute($statement);
29 oci_execute($statement);
52 oci_execute($statement);
59 oci_execute($statement);
70 oci_execute($statement);
81 oci_execute($statement);
88 @oci_execute($statement);
[all …]
H A Dlob_018.phpt27 $statement = oci_parse($c, $init);
30 oci_execute($statement, OCI_DEFAULT);
36 $statement = oci_parse($c, $init);
39 oci_execute($statement, OCI_DEFAULT);
46 $statement = oci_parse ($c, $query);
47 oci_execute($statement, OCI_DEFAULT);
57 $statement = oci_parse ($c, $query);
58 oci_execute($statement, OCI_DEFAULT);
68 $statement = oci_parse($c, $init);
71 oci_execute($statement, OCI_DEFAULT);
[all …]
H A Darray_bind_014.phpt16 $statement = oci_parse($c, $drop);
17 @oci_execute($statement);
20 $statement = oci_parse($c, $create);
21 oci_execute($statement);
28 $statement = oci_parse($c, $create_pkg);
29 oci_execute($statement);
48 $statement = oci_parse($c, $create_pkg_body);
49 oci_execute($statement);
53 oci_execute($statement);
58 oci_bind_array_by_name($statement, ":c1", $array, 5, -1, SQLT_INT);
[all …]
H A Darray_bind_001.phpt11 $statement = oci_parse($c, $drop);
12 @oci_execute($statement);
15 $statement = oci_parse($c, $create);
16 oci_execute($statement);
23 $statement = oci_parse($c, $create_pkg);
24 oci_execute($statement);
46 $statement = oci_parse($c, $create_pkg_body);
47 oci_execute($statement);
49 $statement = oci_parse($c, "BEGIN array_bind_001_pkg.iobind(:c1); END;");
53 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_ODT);
[all …]
H A Darray_bind_005.phpt16 $statement = oci_parse($c, $drop);
17 @oci_execute($statement);
20 $statement = oci_parse($c, $create);
21 oci_execute($statement);
28 $statement = oci_parse($c, $create_pkg);
29 oci_execute($statement);
51 $statement = oci_parse($c, $create_pkg_body);
52 oci_execute($statement);
54 $statement = oci_parse($c, "BEGIN array_bind_005_pkg.iobind(:c1); END;");
58 oci_bind_array_by_name($statement, ":c1", $array, 5, 20, SQLT_CHR);
[all …]
H A Darray_bind_006.phpt16 $statement = oci_parse($c, $drop);
17 @oci_execute($statement);
20 $statement = oci_parse($c, $create);
21 oci_execute($statement);
28 $statement = oci_parse($c, $create_pkg);
29 oci_execute($statement);
51 $statement = oci_parse($c, $create_pkg_body);
52 oci_execute($statement);
54 $statement = oci_parse($c, "BEGIN array_bind_006_pkg.iobind(:c1); END;");
58 oci_bind_array_by_name($statement, ":c1", $array, 5, -1, SQLT_CHR);
[all …]
H A Darray_bind_007.phpt11 $statement = oci_parse($c, $drop);
12 @oci_execute($statement);
15 $statement = oci_parse($c, $create);
16 oci_execute($statement);
23 $statement = oci_parse($c, $create_pkg);
24 oci_execute($statement);
46 $statement = oci_parse($c, $create_pkg_body);
47 oci_execute($statement);
49 $statement = oci_parse($c, "BEGIN array_bind_007_pkg.iobind(:c1); END;");
53 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, -1);
[all …]
H A Darray_bind_011.phpt11 $statement = oci_parse($c, $drop);
12 @oci_execute($statement);
15 $statement = oci_parse($c, $create);
16 oci_execute($statement);
23 $statement = oci_parse($c, $create_pkg);
24 oci_execute($statement);
46 $statement = oci_parse($c, $create_pkg_body);
47 oci_execute($statement);
49 $statement = oci_parse($c, "BEGIN array_bind_011_pkg.iobind(:c1); END;");
53 oci_bind_array_by_name($statement, ":c1", $array, 5, -1, SQLT_CHR);
[all …]
H A Darray_bind_date.phpt16 $statement = oci_parse($c, $drop);
17 @oci_execute($statement);
20 $statement = oci_parse($c, $create);
21 oci_execute($statement);
28 $statement = oci_parse($c, $create_pkg);
29 oci_execute($statement);
51 $statement = oci_parse($c, $create_pkg_body);
52 oci_execute($statement);
54 $statement = oci_parse($c, "BEGIN array_bind_date_pkg.iobind(:c1); END;");
58 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_ODT);
[all …]
H A Darray_bind_date1.phpt16 $statement = oci_parse($c, $drop);
17 @oci_execute($statement);
20 $statement = oci_parse($c, $create);
21 oci_execute($statement);
28 $statement = oci_parse($c, $create_pkg);
29 oci_execute($statement);
51 $statement = oci_parse($c, $create_pkg_body);
52 oci_execute($statement);
54 $statement = oci_parse($c, "BEGIN array_bind_date1_pkg.iobind(:c1); END;");
58 oci_bind_array_by_name($statement, ":c1", $array, 10, 5, SQLT_ODT);
[all …]
H A Darray_bind_float.phpt16 $statement = oci_parse($c, $drop);
17 @oci_execute($statement);
20 $statement = oci_parse($c, $create);
21 oci_execute($statement);
28 $statement = oci_parse($c, $create_pkg);
29 oci_execute($statement);
51 $statement = oci_parse($c, $create_pkg_body);
52 oci_execute($statement);
54 $statement = oci_parse($c, "BEGIN array_bind_float_pkg.iobind(:c1); END;");
58 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_FLT);
[all …]
H A Darray_bind_float1.phpt16 $statement = oci_parse($c, $drop);
17 @oci_execute($statement);
20 $statement = oci_parse($c, $create);
21 oci_execute($statement);
28 $statement = oci_parse($c, $create_pkg);
29 oci_execute($statement);
51 $statement = oci_parse($c, $create_pkg_body);
52 oci_execute($statement);
54 $statement = oci_parse($c, "BEGIN array_bind_float1_pkg.iobind(:c1); END;");
58 oci_bind_array_by_name($statement, ":c1", $array, 10, 5, SQLT_FLT);
[all …]
H A Darray_bind_int.phpt16 $statement = oci_parse($c, $drop);
17 @oci_execute($statement);
20 $statement = oci_parse($c, $create);
21 oci_execute($statement);
28 $statement = oci_parse($c, $create_pkg);
29 oci_execute($statement);
51 $statement = oci_parse($c, $create_pkg_body);
52 oci_execute($statement);
54 $statement = oci_parse($c, "BEGIN array_bind_int_pkg.iobind(:c1); END;");
58 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_NUM);
[all …]
H A Darray_bind_int1.phpt16 $statement = oci_parse($c, $drop);
17 @oci_execute($statement);
20 $statement = oci_parse($c, $create);
21 oci_execute($statement);
28 $statement = oci_parse($c, $create_pkg);
29 oci_execute($statement);
51 $statement = oci_parse($c, $create_pkg_body);
52 oci_execute($statement);
54 $statement = oci_parse($c, "BEGIN array_bind_int1_pkg.iobind(:c1); END;");
58 oci_bind_array_by_name($statement, ":c1", $array, 10, 5, SQLT_INT);
[all …]
H A Darray_bind_str.phpt16 $statement = oci_parse($c, $drop);
17 @oci_execute($statement);
20 $statement = oci_parse($c, $create);
21 oci_execute($statement);
28 $statement = oci_parse($c, $create_pkg);
29 oci_execute($statement);
51 $statement = oci_parse($c, $create_pkg_body);
52 oci_execute($statement);
54 $statement = oci_parse($c, "BEGIN array_bind_str_pkg.iobind(:c1); END;");
58 oci_bind_array_by_name($statement, ":c1", $array, 5, 20, SQLT_CHR);
[all …]
H A Darray_bind_str1.phpt16 $statement = oci_parse($c, $drop);
17 @oci_execute($statement);
20 $statement = oci_parse($c, $create);
21 oci_execute($statement);
28 $statement = oci_parse($c, $create_pkg);
29 oci_execute($statement);
51 $statement = oci_parse($c, $create_pkg_body);
52 oci_execute($statement);
54 $statement = oci_parse($c, "BEGIN array_bind_str1_pkg.iobind(:c1); END;");
58 oci_bind_array_by_name($statement, ":c1", $array, 10, 20, SQLT_CHR);
[all …]
H A Darray_bind_002.phpt11 $statement = oci_parse($c, $drop);
12 @oci_execute($statement);
15 $statement = oci_parse($c, $create);
16 oci_execute($statement);
23 $statement = oci_parse($c, $create_pkg);
24 oci_execute($statement);
46 $statement = oci_parse($c, $create_pkg_body);
47 oci_execute($statement);
49 $statement = oci_parse($c, "BEGIN array_bind_002_pkg.iobind(:c1); END;");
54 oci_bind_array_by_name($statement, ":c1", $array, 0, 0, SQLT_ODT);
[all …]
H A Darray_bind_003.phpt16 $statement = oci_parse($c, $drop);
17 @oci_execute($statement);
20 $statement = oci_parse($c, $create);
21 oci_execute($statement);
28 $statement = oci_parse($c, $create_pkg);
29 oci_execute($statement);
51 $statement = oci_parse($c, $create_pkg_body);
52 oci_execute($statement);
54 $statement = oci_parse($c, "BEGIN array_bind_003_pkg.iobind(:c1); END;");
58 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_ODT);
[all …]
H A Darray_bind_004.phpt16 $statement = oci_parse($c, $drop);
17 @oci_execute($statement);
20 $statement = oci_parse($c, $create);
21 oci_execute($statement);
28 $statement = oci_parse($c, $create_pkg);
29 oci_execute($statement);
51 $statement = oci_parse($c, $create_pkg_body);
52 oci_execute($statement);
54 $statement = oci_parse($c, "BEGIN array_bind_004_pkg.iobind(:c1); END;");
58 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_ODT);
[all …]

Completed in 58 milliseconds

12345678910>>...13