Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-8.3/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.3/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.3/ext/oci8/tests/
H A Dlob_016.phpt17 $statement = oci_parse($c, $drop);
18 @oci_execute($statement);
21 $statement = oci_parse($c, $create);
22 oci_execute($statement);
25 $statement = oci_parse($c, $init);
26 oci_execute($statement);
29 $statement = oci_parse($c, $select);
32 $row = oci_fetch_assoc($statement);
45 $row = oci_fetch_assoc($statement);
52 $statement = oci_parse($c, $drop);
[all …]
H A Dlob_022.phpt17 $statement = oci_parse($c, $drop);
18 @oci_execute($statement);
21 $statement = oci_parse($c, $create);
22 oci_execute($statement);
25 $statement = oci_parse($c, $init);
28 oci_execute($statement, OCI_DEFAULT);
35 $statement = oci_parse($c, $init);
51 $statement = oci_parse ($c, $query);
60 $statement = oci_parse ($c, $query);
69 $statement = oci_parse($c, $drop);
[all …]
H A Dlob_017.phpt19 $statement = oci_parse($c, $drop);
20 @oci_execute($statement);
23 $statement = oci_parse($c, $create);
24 oci_execute($statement);
27 $statement = oci_parse($c, $init);
28 oci_execute($statement);
31 $statement = oci_parse($c, $select);
34 $row = oci_fetch_assoc($statement);
47 $row = oci_fetch_assoc($statement);
54 $statement = oci_parse($c, $drop);
[all …]
H A Dlob_018.phpt28 $statement = oci_parse($c, $init);
31 oci_execute($statement, OCI_DEFAULT);
37 $statement = oci_parse($c, $init);
40 oci_execute($statement, OCI_DEFAULT);
47 $statement = oci_parse ($c, $query);
48 oci_execute($statement, OCI_DEFAULT);
58 $statement = oci_parse ($c, $query);
59 oci_execute($statement, OCI_DEFAULT);
69 $statement = oci_parse($c, $init);
72 oci_execute($statement, OCI_DEFAULT);
[all …]
H A Dbug51253.phpt17 $statement = oci_parse($c, $drop);
18 @oci_execute($statement);
21 $statement = oci_parse($c, $create);
22 oci_execute($statement);
30 oci_execute($statement);
53 oci_execute($statement);
60 oci_execute($statement);
71 oci_execute($statement);
82 oci_execute($statement);
89 @oci_execute($statement);
[all …]
H A Darray_bind_014.phpt17 $statement = oci_parse($c, $drop);
18 @oci_execute($statement);
21 $statement = oci_parse($c, $create);
22 oci_execute($statement);
29 $statement = oci_parse($c, $create_pkg);
30 oci_execute($statement);
49 $statement = oci_parse($c, $create_pkg_body);
50 oci_execute($statement);
54 oci_execute($statement);
59 oci_bind_array_by_name($statement, ":c1", $array, 5, -1, SQLT_INT);
[all …]
H A Darray_bind_005.phpt17 $statement = oci_parse($c, $drop);
18 @oci_execute($statement);
21 $statement = oci_parse($c, $create);
22 oci_execute($statement);
29 $statement = oci_parse($c, $create_pkg);
30 oci_execute($statement);
52 $statement = oci_parse($c, $create_pkg_body);
53 oci_execute($statement);
55 $statement = oci_parse($c, "BEGIN array_bind_005_pkg.iobind(:c1); END;");
59 oci_bind_array_by_name($statement, ":c1", $array, 5, 20, SQLT_CHR);
[all …]
H A Darray_bind_001.phpt15 $statement = oci_parse($c, $drop);
16 @oci_execute($statement);
19 $statement = oci_parse($c, $create);
20 oci_execute($statement);
27 $statement = oci_parse($c, $create_pkg);
28 oci_execute($statement);
50 $statement = oci_parse($c, $create_pkg_body);
51 oci_execute($statement);
53 $statement = oci_parse($c, "BEGIN array_bind_001_pkg.iobind(:c1); END;");
57 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_ODT);
[all …]
H A Darray_bind_007.phpt15 $statement = oci_parse($c, $drop);
16 @oci_execute($statement);
19 $statement = oci_parse($c, $create);
20 oci_execute($statement);
27 $statement = oci_parse($c, $create_pkg);
28 oci_execute($statement);
50 $statement = oci_parse($c, $create_pkg_body);
51 oci_execute($statement);
53 $statement = oci_parse($c, "BEGIN array_bind_007_pkg.iobind(:c1); END;");
57 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, -1);
[all …]
H A Darray_bind_date.phpt17 $statement = oci_parse($c, $drop);
18 @oci_execute($statement);
21 $statement = oci_parse($c, $create);
22 oci_execute($statement);
29 $statement = oci_parse($c, $create_pkg);
30 oci_execute($statement);
52 $statement = oci_parse($c, $create_pkg_body);
53 oci_execute($statement);
55 $statement = oci_parse($c, "BEGIN array_bind_date_pkg.iobind(:c1); END;");
59 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_ODT);
[all …]
H A Darray_bind_date1.phpt17 $statement = oci_parse($c, $drop);
18 @oci_execute($statement);
21 $statement = oci_parse($c, $create);
22 oci_execute($statement);
29 $statement = oci_parse($c, $create_pkg);
30 oci_execute($statement);
52 $statement = oci_parse($c, $create_pkg_body);
53 oci_execute($statement);
55 $statement = oci_parse($c, "BEGIN array_bind_date1_pkg.iobind(:c1); END;");
59 oci_bind_array_by_name($statement, ":c1", $array, 10, 5, SQLT_ODT);
[all …]
H A Darray_bind_float.phpt17 $statement = oci_parse($c, $drop);
18 @oci_execute($statement);
21 $statement = oci_parse($c, $create);
22 oci_execute($statement);
29 $statement = oci_parse($c, $create_pkg);
30 oci_execute($statement);
52 $statement = oci_parse($c, $create_pkg_body);
53 oci_execute($statement);
55 $statement = oci_parse($c, "BEGIN array_bind_float_pkg.iobind(:c1); END;");
59 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_FLT);
[all …]
H A Darray_bind_float1.phpt17 $statement = oci_parse($c, $drop);
18 @oci_execute($statement);
21 $statement = oci_parse($c, $create);
22 oci_execute($statement);
29 $statement = oci_parse($c, $create_pkg);
30 oci_execute($statement);
52 $statement = oci_parse($c, $create_pkg_body);
53 oci_execute($statement);
55 $statement = oci_parse($c, "BEGIN array_bind_float1_pkg.iobind(:c1); END;");
59 oci_bind_array_by_name($statement, ":c1", $array, 10, 5, SQLT_FLT);
[all …]
H A Darray_bind_int.phpt17 $statement = oci_parse($c, $drop);
18 @oci_execute($statement);
21 $statement = oci_parse($c, $create);
22 oci_execute($statement);
29 $statement = oci_parse($c, $create_pkg);
30 oci_execute($statement);
52 $statement = oci_parse($c, $create_pkg_body);
53 oci_execute($statement);
55 $statement = oci_parse($c, "BEGIN array_bind_int_pkg.iobind(:c1); END;");
59 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_NUM);
[all …]
H A Darray_bind_int1.phpt17 $statement = oci_parse($c, $drop);
18 @oci_execute($statement);
21 $statement = oci_parse($c, $create);
22 oci_execute($statement);
29 $statement = oci_parse($c, $create_pkg);
30 oci_execute($statement);
52 $statement = oci_parse($c, $create_pkg_body);
53 oci_execute($statement);
55 $statement = oci_parse($c, "BEGIN array_bind_int1_pkg.iobind(:c1); END;");
59 oci_bind_array_by_name($statement, ":c1", $array, 10, 5, SQLT_INT);
[all …]
H A Darray_bind_str.phpt17 $statement = oci_parse($c, $drop);
18 @oci_execute($statement);
21 $statement = oci_parse($c, $create);
22 oci_execute($statement);
29 $statement = oci_parse($c, $create_pkg);
30 oci_execute($statement);
52 $statement = oci_parse($c, $create_pkg_body);
53 oci_execute($statement);
55 $statement = oci_parse($c, "BEGIN array_bind_str_pkg.iobind(:c1); END;");
59 oci_bind_array_by_name($statement, ":c1", $array, 5, 20, SQLT_CHR);
[all …]
H A Darray_bind_str1.phpt17 $statement = oci_parse($c, $drop);
18 @oci_execute($statement);
21 $statement = oci_parse($c, $create);
22 oci_execute($statement);
29 $statement = oci_parse($c, $create_pkg);
30 oci_execute($statement);
52 $statement = oci_parse($c, $create_pkg_body);
53 oci_execute($statement);
55 $statement = oci_parse($c, "BEGIN array_bind_str1_pkg.iobind(:c1); END;");
59 oci_bind_array_by_name($statement, ":c1", $array, 10, 20, SQLT_CHR);
[all …]
H A Darray_bind_004.phpt17 $statement = oci_parse($c, $drop);
18 @oci_execute($statement);
21 $statement = oci_parse($c, $create);
22 oci_execute($statement);
29 $statement = oci_parse($c, $create_pkg);
30 oci_execute($statement);
52 $statement = oci_parse($c, $create_pkg_body);
53 oci_execute($statement);
55 $statement = oci_parse($c, "BEGIN array_bind_004_pkg.iobind(:c1); END;");
59 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_ODT);
[all …]
H A Darray_bind_006.phpt17 $statement = oci_parse($c, $drop);
18 @oci_execute($statement);
21 $statement = oci_parse($c, $create);
22 oci_execute($statement);
29 $statement = oci_parse($c, $create_pkg);
30 oci_execute($statement);
52 $statement = oci_parse($c, $create_pkg_body);
53 oci_execute($statement);
55 $statement = oci_parse($c, "BEGIN array_bind_006_pkg.iobind(:c1); END;");
59 oci_bind_array_by_name($statement, ":c1", $array, 5, -1, SQLT_CHR);
[all …]
H A Darray_bind_002.phpt15 $statement = oci_parse($c, $drop);
16 @oci_execute($statement);
19 $statement = oci_parse($c, $create);
20 oci_execute($statement);
27 $statement = oci_parse($c, $create_pkg);
28 oci_execute($statement);
50 $statement = oci_parse($c, $create_pkg_body);
51 oci_execute($statement);
53 $statement = oci_parse($c, "BEGIN array_bind_002_pkg.iobind(:c1); END;");
58 oci_bind_array_by_name($statement, ":c1", $array, 0, 0, SQLT_ODT);
[all …]
H A Darray_bind_008.phpt17 $statement = oci_parse($c, $drop);
18 @oci_execute($statement);
21 $statement = oci_parse($c, $create);
22 oci_execute($statement);
29 $statement = oci_parse($c, $create_pkg);
30 oci_execute($statement);
52 $statement = oci_parse($c, $create_pkg_body);
53 oci_execute($statement);
55 $statement = oci_parse($c, "BEGIN array_bind_008_pkg.iobind(:c1); END;");
59 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_CHR);
[all …]
H A Darray_bind_011.phpt15 $statement = oci_parse($c, $drop);
16 @oci_execute($statement);
19 $statement = oci_parse($c, $create);
20 oci_execute($statement);
27 $statement = oci_parse($c, $create_pkg);
28 oci_execute($statement);
50 $statement = oci_parse($c, $create_pkg_body);
51 oci_execute($statement);
53 $statement = oci_parse($c, "BEGIN array_bind_011_pkg.iobind(:c1); END;");
57 oci_bind_array_by_name($statement, ":c1", $array, 5, -1, SQLT_CHR);
[all …]

Completed in 51 milliseconds

12345678910>>...12