Searched refs:sqlcode (Results 1 – 3 of 3) sorted by relevance
995 zend_long i = 0, l, sqlcode = isc_sqlcode(s); in pdo_firebird_fetch_error_func() local997 if (sqlcode) { in pdo_firebird_fetch_error_func()998 add_next_index_long(info, sqlcode); in pdo_firebird_fetch_error_func()
19 …e immediate 'drop table pdo_oci_stream_2'; exception when others then if sqlcode <> -942 then rais…
20 $query = "begin execute immediate 'drop table bug57702'; exception when others then if sqlcode <> -…
Completed in 9 milliseconds