Home
last modified time | relevance | path

Searched refs:Odbc (Results 1 – 14 of 14) sorted by relevance

/PHP-8.4/ext/odbc/
H A Dodbc.stub.php5 namespace Odbc { namespace
338 function odbc_prepare(Odbc\Connection $odbc, string $query): Odbc\Result|false {}
348 function odbc_exec(Odbc\Connection $odbc, string $query): Odbc\Result|false {}
351 function odbc_do(Odbc\Connection $odbc, string $query): Odbc\Result|false {}
377 function odbc_close(Odbc\Connection $odbc): void {}
402 function odbc_commit(Odbc\Connection $odbc): bool {}
410 …function odbc_setoption(Odbc\Connection|Odbc\Result $odbc, int $which, int $option, int $value): b…
416 function odbc_gettypeinfo(Odbc\Connection $odbc, int $data_type = 0): Odbc\Result|false {}
418 …function odbc_primarykeys(Odbc\Connection $odbc, ?string $catalog, string $schema, string $table):…
433 …function odbc_tableprivileges(Odbc\Connection $odbc, ?string $catalog, string $schema, string $tab…
[all …]
H A Dodbc_arginfo.h8 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0)
13 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0)
18 ZEND_ARG_OBJ_INFO(0, odbc, Odbc\\Connection, 0)
23 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0)
28 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0)
33 ZEND_ARG_OBJ_INFO(0, odbc, Odbc\\Connection, 0)
44 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0)
49 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0)
55 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0)
61 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0)
[all …]
/PHP-8.4/ext/odbc/tests/
H A Dodbc_tables_001.phpt30 object(Odbc\Result)#%d (%d) {
33 object(Odbc\Result)#%d (%d) {
37 object(Odbc\Result)#%d (%d) {
41 object(Odbc\Result)#%d (%d) {
H A Dodbc_close_all_001.phpt50 object(Odbc\Connection)#%d (%d) {
52 object(Odbc\Connection)#%d (%d) {
54 object(Odbc\Result)#%d (%d) {
56 object(Odbc\Result)#%d (%d) {
H A Dodbc_close_001.phpt51 object(Odbc\Connection)#%d (%d) {
53 object(Odbc\Connection)#%d (%d) {
55 object(Odbc\Result)#%d (%d) {
57 object(Odbc\Result)#%d (%d) {
H A Dodbc_columnprivileges_001.phpt25 object(Odbc\Result)#%d (%d) {
34 object(Odbc\Result)#%d (%d) {
37 object(Odbc\Result)#%d (%d) {
H A Dodbc_free_result_001.phpt61 odbc_free_result(): Argument #1 ($statement) must be of type Odbc\Result, Odbc\Connection given
H A Dbug78470.phpt15 object(Odbc\Result)#%d (%d) {
H A Dbug78473.phpt15 odbc_close(): Argument #1 ($odbc) must be of type Odbc\Connection, resource given
/PHP-8.4/ext/pdo_odbc/tests/
H A Dpdoodbc_002.phpt15 $db = Pdo\Odbc::connect($config['ENV']['PDOTEST_DSN'], $config['ENV']['PDOTEST_USER'], $config['ENV…
16 if (!$db instanceof Pdo\Odbc) {
17 echo "Wrong class type. Should be Pdo\Odbc but is " . get_class($db) . "\n";
H A Dpdoodbc_001.phpt15 $db = new Pdo\Odbc($config['ENV']['PDOTEST_DSN'], $config['ENV']['PDOTEST_USER'], $config['ENV']['P…
/PHP-8.4/ext/pdo_odbc/
H A Dpdo_odbc.stub.php18 class Odbc extends \PDO class
/PHP-8.4/
H A DUPGRADING58 . odbc_connect() and odbc_pconnect() will now return Odbc\Connection
60 Odbc\Result
938 . Odbc\Connection
939 . Odbc\Result
951 . Pdo\Odbc.
H A DNEWS650 . Added class Pdo\Odbc. (danack, kocsismate)

Completed in 22 milliseconds