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