Searched refs:PDO_FB_SQLDA_VERSION (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/pdo_firebird/ |
H A D | php_pdo_firebird_int.h | 25 #define PDO_FB_SQLDA_VERSION SQLDA_VERSION macro 27 #define PDO_FB_SQLDA_VERSION 1 macro
|
H A D | firebird_driver.c | 634 num_sqlda.version = PDO_FB_SQLDA_VERSION; in firebird_handle_preparer() 649 S->out_sqlda.version = PDO_FB_SQLDA_VERSION; in firebird_handle_preparer() 661 if (isc_dsql_describe(H->isc_status, &s, PDO_FB_SQLDA_VERSION, &S->out_sqlda)) { in firebird_handle_preparer() 672 if (isc_dsql_describe_bind(H->isc_status, &s, PDO_FB_SQLDA_VERSION, &num_sqlda)) { in firebird_handle_preparer() 678 S->in_sqlda->version = PDO_FB_SQLDA_VERSION; in firebird_handle_preparer() 681 if (isc_dsql_describe_bind(H->isc_status, &s, PDO_FB_SQLDA_VERSION, S->in_sqlda)) { in firebird_handle_preparer() 729 in_sqlda.version = out_sqlda.version = PDO_FB_SQLDA_VERSION; in firebird_handle_doer() 739 if (isc_dsql_execute2(H->isc_status, &H->tr, &stmt, PDO_FB_SQLDA_VERSION, &in_sqlda, &out_sqlda)) { in firebird_handle_doer()
|
H A D | firebird_statement.c | 213 …if (isc_dsql_execute2(H->isc_status, &H->tr, &S->stmt, PDO_FB_SQLDA_VERSION, S->in_sqlda, &S->out_… in pdo_firebird_stmt_execute() 216 } else if (isc_dsql_execute(H->isc_status, &H->tr, &S->stmt, PDO_FB_SQLDA_VERSION, S->in_sqlda)) { in pdo_firebird_stmt_execute() 290 if (isc_dsql_fetch(H->isc_status, &S->stmt, PDO_FB_SQLDA_VERSION, &S->out_sqlda)) { in pdo_firebird_stmt_fetch()
|
Completed in 11 milliseconds