Home
last modified time | relevance | path

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

/php-src/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 {}
380 function odbc_close(Odbc\Connection $odbc): void {}
405 function odbc_commit(Odbc\Connection $odbc): bool {}
413 …function odbc_setoption(Odbc\Connection|Odbc\Result $odbc, int $which, int $option, int $value): b…
419 function odbc_gettypeinfo(Odbc\Connection $odbc, int $data_type = 0): Odbc\Result|false {}
421 …function odbc_primarykeys(Odbc\Connection $odbc, ?string $catalog, string $schema, string $table):…
436 …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)
61 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0)
66 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0)
71 ZEND_ARG_OBJ_INFO(0, statement, Odbc\\Result, 0)
89 ZEND_ARG_OBJ_INFO(0, odbc, Odbc\\Connection, 0)
[all …]
/php-src/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-src/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-src/ext/pdo_odbc/
H A Dpdo_odbc.stub.php18 class Odbc extends \PDO class
/php-src/
H A DUPGRADING108 . odbc_connect() and odbc_pconnect() will now return an Odbc\Connection
112 an Odbc\Result object rather than a resource. Return value checks using
383 . Added class Pdo\Odbc.
H A DNEWS634 . Added class Pdo\Odbc. (danack, kocsismate)

Completed in 22 milliseconds