Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.4/ext/oci8/
H A Doci8_statement.c126 return statement; in php_oci_statement_create()
202 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_set_prefetch()
203 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_statement_set_prefetch()
261 if (statement->has_descr && statement->columns) { in php_oci_statement_fetch()
384 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_fetch()
385 PHP_OCI_HANDLE_ERROR(statement->connection, statement->errcode); in php_oci_statement_fetch()
514 …DTRACE_OCI8_EXECUTE_MODE(statement->connection, statement->connection->client_id, statement, mode); in php_oci_statement_execute()
529 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_execute()
557 statement->errcode = php_oci_error(statement->err, errstatus); in php_oci_statement_execute()
706 outcol->statement = statement; /* parent handle */ in php_oci_statement_execute()
[all …]
/PHP-7.4/ext/oci8/tests/
H A Dlob_016.phpt14 $statement = oci_parse($c, $drop);
15 @oci_execute($statement);
18 $statement = oci_parse($c, $create);
19 oci_execute($statement);
22 $statement = oci_parse($c, $init);
23 oci_execute($statement);
26 $statement = oci_parse($c, $select);
29 $row = oci_fetch_assoc($statement);
42 $row = oci_fetch_assoc($statement);
49 $statement = oci_parse($c, $drop);
[all …]
H A Dlob_017.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 Dbug51253.phpt14 $statement = oci_parse($c, $drop);
15 @oci_execute($statement);
18 $statement = oci_parse($c, $create);
19 oci_execute($statement);
27 oci_execute($statement);
50 oci_execute($statement);
57 oci_execute($statement);
68 oci_execute($statement);
79 oci_execute($statement);
86 @oci_execute($statement);
[all …]
H A Dlob_018.phpt25 $statement = oci_parse($c, $init);
28 oci_execute($statement, OCI_DEFAULT);
34 $statement = oci_parse($c, $init);
37 oci_execute($statement, OCI_DEFAULT);
44 $statement = oci_parse ($c, $query);
45 oci_execute($statement, OCI_DEFAULT);
55 $statement = oci_parse ($c, $query);
56 oci_execute($statement, OCI_DEFAULT);
66 $statement = oci_parse($c, $init);
69 oci_execute($statement, OCI_DEFAULT);
[all …]
H A Dlob_022.phpt14 $statement = oci_parse($c, $drop);
15 @oci_execute($statement);
18 $statement = oci_parse($c, $create);
19 oci_execute($statement);
22 $statement = oci_parse($c, $init);
25 oci_execute($statement, OCI_DEFAULT);
35 $statement = oci_parse($c, $init);
47 $statement = oci_parse ($c, $query);
56 $statement = oci_parse ($c, $query);
65 $statement = oci_parse($c, $drop);
[all …]
H A Darray_bind_014.phpt14 $statement = oci_parse($c, $drop);
15 @oci_execute($statement);
18 $statement = oci_parse($c, $create);
19 oci_execute($statement);
26 $statement = oci_parse($c, $create_pkg);
27 oci_execute($statement);
46 $statement = oci_parse($c, $create_pkg_body);
47 oci_execute($statement);
51 oci_execute($statement);
56 oci_bind_array_by_name($statement, ":c1", $array, 5, -1, SQLT_INT);
[all …]
H A Darray_bind_005.phpt14 $statement = oci_parse($c, $drop);
15 @oci_execute($statement);
18 $statement = oci_parse($c, $create);
19 oci_execute($statement);
26 $statement = oci_parse($c, $create_pkg);
27 oci_execute($statement);
49 $statement = oci_parse($c, $create_pkg_body);
50 oci_execute($statement);
52 $statement = oci_parse($c, "BEGIN array_bind_005_pkg.iobind(:c1); END;");
56 oci_bind_array_by_name($statement, ":c1", $array, 5, 20, SQLT_CHR);
[all …]
H A Darray_bind_006.phpt14 $statement = oci_parse($c, $drop);
15 @oci_execute($statement);
18 $statement = oci_parse($c, $create);
19 oci_execute($statement);
26 $statement = oci_parse($c, $create_pkg);
27 oci_execute($statement);
49 $statement = oci_parse($c, $create_pkg_body);
50 oci_execute($statement);
52 $statement = oci_parse($c, "BEGIN array_bind_006_pkg.iobind(:c1); END;");
56 oci_bind_array_by_name($statement, ":c1", $array, 5, -1, SQLT_CHR);
[all …]
H A Darray_bind_008.phpt14 $statement = oci_parse($c, $drop);
15 @oci_execute($statement);
18 $statement = oci_parse($c, $create);
19 oci_execute($statement);
26 $statement = oci_parse($c, $create_pkg);
27 oci_execute($statement);
49 $statement = oci_parse($c, $create_pkg_body);
50 oci_execute($statement);
52 $statement = oci_parse($c, "BEGIN array_bind_008_pkg.iobind(:c1); END;");
56 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_CHR);
[all …]
H A Darray_bind_date.phpt14 $statement = oci_parse($c, $drop);
15 @oci_execute($statement);
18 $statement = oci_parse($c, $create);
19 oci_execute($statement);
26 $statement = oci_parse($c, $create_pkg);
27 oci_execute($statement);
49 $statement = oci_parse($c, $create_pkg_body);
50 oci_execute($statement);
52 $statement = oci_parse($c, "BEGIN array_bind_date_pkg.iobind(:c1); END;");
56 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_ODT);
[all …]
H A Darray_bind_date1.phpt14 $statement = oci_parse($c, $drop);
15 @oci_execute($statement);
18 $statement = oci_parse($c, $create);
19 oci_execute($statement);
26 $statement = oci_parse($c, $create_pkg);
27 oci_execute($statement);
49 $statement = oci_parse($c, $create_pkg_body);
50 oci_execute($statement);
52 $statement = oci_parse($c, "BEGIN array_bind_date1_pkg.iobind(:c1); END;");
56 oci_bind_array_by_name($statement, ":c1", $array, 10, 5, SQLT_ODT);
[all …]
H A Darray_bind_float.phpt14 $statement = oci_parse($c, $drop);
15 @oci_execute($statement);
18 $statement = oci_parse($c, $create);
19 oci_execute($statement);
26 $statement = oci_parse($c, $create_pkg);
27 oci_execute($statement);
49 $statement = oci_parse($c, $create_pkg_body);
50 oci_execute($statement);
52 $statement = oci_parse($c, "BEGIN array_bind_float_pkg.iobind(:c1); END;");
56 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_FLT);
[all …]
H A Darray_bind_int1.phpt14 $statement = oci_parse($c, $drop);
15 @oci_execute($statement);
18 $statement = oci_parse($c, $create);
19 oci_execute($statement);
26 $statement = oci_parse($c, $create_pkg);
27 oci_execute($statement);
49 $statement = oci_parse($c, $create_pkg_body);
50 oci_execute($statement);
52 $statement = oci_parse($c, "BEGIN array_bind_int1_pkg.iobind(:c1); END;");
56 oci_bind_array_by_name($statement, ":c1", $array, 10, 5, SQLT_INT);
[all …]
H A Darray_bind_str.phpt14 $statement = oci_parse($c, $drop);
15 @oci_execute($statement);
18 $statement = oci_parse($c, $create);
19 oci_execute($statement);
26 $statement = oci_parse($c, $create_pkg);
27 oci_execute($statement);
49 $statement = oci_parse($c, $create_pkg_body);
50 oci_execute($statement);
52 $statement = oci_parse($c, "BEGIN array_bind_str_pkg.iobind(:c1); END;");
56 oci_bind_array_by_name($statement, ":c1", $array, 5, 20, SQLT_CHR);
[all …]
H A Darray_bind_float1.phpt14 $statement = oci_parse($c, $drop);
15 @oci_execute($statement);
18 $statement = oci_parse($c, $create);
19 oci_execute($statement);
26 $statement = oci_parse($c, $create_pkg);
27 oci_execute($statement);
49 $statement = oci_parse($c, $create_pkg_body);
50 oci_execute($statement);
52 $statement = oci_parse($c, "BEGIN array_bind_float1_pkg.iobind(:c1); END;");
56 oci_bind_array_by_name($statement, ":c1", $array, 10, 5, SQLT_FLT);
[all …]
H A Darray_bind_int.phpt14 $statement = oci_parse($c, $drop);
15 @oci_execute($statement);
18 $statement = oci_parse($c, $create);
19 oci_execute($statement);
26 $statement = oci_parse($c, $create_pkg);
27 oci_execute($statement);
49 $statement = oci_parse($c, $create_pkg_body);
50 oci_execute($statement);
52 $statement = oci_parse($c, "BEGIN array_bind_int_pkg.iobind(:c1); END;");
56 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_NUM);
[all …]
H A Darray_bind_str1.phpt14 $statement = oci_parse($c, $drop);
15 @oci_execute($statement);
18 $statement = oci_parse($c, $create);
19 oci_execute($statement);
26 $statement = oci_parse($c, $create_pkg);
27 oci_execute($statement);
49 $statement = oci_parse($c, $create_pkg_body);
50 oci_execute($statement);
52 $statement = oci_parse($c, "BEGIN array_bind_str1_pkg.iobind(:c1); END;");
56 oci_bind_array_by_name($statement, ":c1", $array, 10, 20, SQLT_CHR);
[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_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_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;");
53 oci_bind_array_by_name($statement, ":c1", $array, 0, 0, SQLT_ODT);
[all …]
H A Darray_bind_003.phpt14 $statement = oci_parse($c, $drop);
15 @oci_execute($statement);
18 $statement = oci_parse($c, $create);
19 oci_execute($statement);
26 $statement = oci_parse($c, $create_pkg);
27 oci_execute($statement);
49 $statement = oci_parse($c, $create_pkg_body);
50 oci_execute($statement);
52 $statement = oci_parse($c, "BEGIN array_bind_003_pkg.iobind(:c1); END;");
56 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_ODT);
[all …]
H A Darray_bind_004.phpt14 $statement = oci_parse($c, $drop);
15 @oci_execute($statement);
18 $statement = oci_parse($c, $create);
19 oci_execute($statement);
26 $statement = oci_parse($c, $create_pkg);
27 oci_execute($statement);
49 $statement = oci_parse($c, $create_pkg_body);
50 oci_execute($statement);
52 $statement = oci_parse($c, "BEGIN array_bind_004_pkg.iobind(:c1); END;");
56 oci_bind_array_by_name($statement, ":c1", $array, 5, 5, SQLT_ODT);
[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 Dcreate_type.inc8 $statement = OCIParse($c,$ora_sql);
9 @OCIExecute($statement);
13 $statement = OCIParse($c,$ora_sql);
14 OCIExecute($statement);

Completed in 61 milliseconds

12345678910>>...13