diff --git a/src/include/gen/iberror.h b/src/include/gen/iberror.h index a5d11c9127..b8a39db57f 100644 --- a/src/include/gen/iberror.h +++ b/src/include/gen/iberror.h @@ -35,790 +35,790 @@ #ifdef __cplusplus /* c++ definitions */ -const ISC_LONG isc_facility = 20; -const ISC_LONG isc_base = 335544320L; -const ISC_LONG isc_factor = 1; -const ISC_LONG isc_arg_end = 0; // end of argument list -const ISC_LONG isc_arg_gds = 1; // generic DSRI status value -const ISC_LONG isc_arg_string = 2; // string argument -const ISC_LONG isc_arg_cstring = 3; // count & string argument -const ISC_LONG isc_arg_number = 4; // numeric argument (long) -const ISC_LONG isc_arg_interpreted = 5; // interpreted status code (string) -const ISC_LONG isc_arg_vms = 6; // VAX/VMS status code (long) -const ISC_LONG isc_arg_unix = 7; // UNIX error code -const ISC_LONG isc_arg_domain = 8; // Apollo/Domain error code -const ISC_LONG isc_arg_dos = 9; // MSDOS/OS2 error code -const ISC_LONG isc_arg_mpexl = 10; // HP MPE/XL error code -const ISC_LONG isc_arg_mpexl_ipc = 11; // HP MPE/XL IPC error code -const ISC_LONG isc_arg_next_mach = 15; // NeXT/Mach error code -const ISC_LONG isc_arg_netware = 16; // NetWare error code -const ISC_LONG isc_arg_win32 = 17; // Win32 error code -const ISC_LONG isc_arg_warning = 18; // warning argument +const ISC_STATUS isc_facility = 20; +const ISC_STATUS isc_base = 335544320L; +const ISC_STATUS isc_factor = 1; +const ISC_STATUS isc_arg_end = 0; // end of argument list +const ISC_STATUS isc_arg_gds = 1; // generic DSRI status value +const ISC_STATUS isc_arg_string = 2; // string argument +const ISC_STATUS isc_arg_cstring = 3; // count & string argument +const ISC_STATUS isc_arg_number = 4; // numeric argument (long) +const ISC_STATUS isc_arg_interpreted = 5; // interpreted status code (string) +const ISC_STATUS isc_arg_vms = 6; // VAX/VMS status code (long) +const ISC_STATUS isc_arg_unix = 7; // UNIX error code +const ISC_STATUS isc_arg_domain = 8; // Apollo/Domain error code +const ISC_STATUS isc_arg_dos = 9; // MSDOS/OS2 error code +const ISC_STATUS isc_arg_mpexl = 10; // HP MPE/XL error code +const ISC_STATUS isc_arg_mpexl_ipc = 11; // HP MPE/XL IPC error code +const ISC_STATUS isc_arg_next_mach = 15; // NeXT/Mach error code +const ISC_STATUS isc_arg_netware = 16; // NetWare error code +const ISC_STATUS isc_arg_win32 = 17; // Win32 error code +const ISC_STATUS isc_arg_warning = 18; // warning argument -const ISC_LONG isc_arith_except = 335544321L; -const ISC_LONG isc_bad_dbkey = 335544322L; -const ISC_LONG isc_bad_db_format = 335544323L; -const ISC_LONG isc_bad_db_handle = 335544324L; -const ISC_LONG isc_bad_dpb_content = 335544325L; -const ISC_LONG isc_bad_dpb_form = 335544326L; -const ISC_LONG isc_bad_req_handle = 335544327L; -const ISC_LONG isc_bad_segstr_handle = 335544328L; -const ISC_LONG isc_bad_segstr_id = 335544329L; -const ISC_LONG isc_bad_tpb_content = 335544330L; -const ISC_LONG isc_bad_tpb_form = 335544331L; -const ISC_LONG isc_bad_trans_handle = 335544332L; -const ISC_LONG isc_bug_check = 335544333L; -const ISC_LONG isc_convert_error = 335544334L; -const ISC_LONG isc_db_corrupt = 335544335L; -const ISC_LONG isc_deadlock = 335544336L; -const ISC_LONG isc_excess_trans = 335544337L; -const ISC_LONG isc_from_no_match = 335544338L; -const ISC_LONG isc_infinap = 335544339L; -const ISC_LONG isc_infona = 335544340L; -const ISC_LONG isc_infunk = 335544341L; -const ISC_LONG isc_integ_fail = 335544342L; -const ISC_LONG isc_invalid_blr = 335544343L; -const ISC_LONG isc_io_error = 335544344L; -const ISC_LONG isc_lock_conflict = 335544345L; -const ISC_LONG isc_metadata_corrupt = 335544346L; -const ISC_LONG isc_not_valid = 335544347L; -const ISC_LONG isc_no_cur_rec = 335544348L; -const ISC_LONG isc_no_dup = 335544349L; -const ISC_LONG isc_no_finish = 335544350L; -const ISC_LONG isc_no_meta_update = 335544351L; -const ISC_LONG isc_no_priv = 335544352L; -const ISC_LONG isc_no_recon = 335544353L; -const ISC_LONG isc_no_record = 335544354L; -const ISC_LONG isc_no_segstr_close = 335544355L; -const ISC_LONG isc_obsolete_metadata = 335544356L; -const ISC_LONG isc_open_trans = 335544357L; -const ISC_LONG isc_port_len = 335544358L; -const ISC_LONG isc_read_only_field = 335544359L; -const ISC_LONG isc_read_only_rel = 335544360L; -const ISC_LONG isc_read_only_trans = 335544361L; -const ISC_LONG isc_read_only_view = 335544362L; -const ISC_LONG isc_req_no_trans = 335544363L; -const ISC_LONG isc_req_sync = 335544364L; -const ISC_LONG isc_req_wrong_db = 335544365L; -const ISC_LONG isc_segment = 335544366L; -const ISC_LONG isc_segstr_eof = 335544367L; -const ISC_LONG isc_segstr_no_op = 335544368L; -const ISC_LONG isc_segstr_no_read = 335544369L; -const ISC_LONG isc_segstr_no_trans = 335544370L; -const ISC_LONG isc_segstr_no_write = 335544371L; -const ISC_LONG isc_segstr_wrong_db = 335544372L; -const ISC_LONG isc_sys_request = 335544373L; -const ISC_LONG isc_stream_eof = 335544374L; -const ISC_LONG isc_unavailable = 335544375L; -const ISC_LONG isc_unres_rel = 335544376L; -const ISC_LONG isc_uns_ext = 335544377L; -const ISC_LONG isc_wish_list = 335544378L; -const ISC_LONG isc_wrong_ods = 335544379L; -const ISC_LONG isc_wronumarg = 335544380L; -const ISC_LONG isc_imp_exc = 335544381L; -const ISC_LONG isc_random = 335544382L; -const ISC_LONG isc_fatal_conflict = 335544383L; -const ISC_LONG isc_badblk = 335544384L; -const ISC_LONG isc_invpoolcl = 335544385L; -const ISC_LONG isc_nopoolids = 335544386L; -const ISC_LONG isc_relbadblk = 335544387L; -const ISC_LONG isc_blktoobig = 335544388L; -const ISC_LONG isc_bufexh = 335544389L; -const ISC_LONG isc_syntaxerr = 335544390L; -const ISC_LONG isc_bufinuse = 335544391L; -const ISC_LONG isc_bdbincon = 335544392L; -const ISC_LONG isc_reqinuse = 335544393L; -const ISC_LONG isc_badodsver = 335544394L; -const ISC_LONG isc_relnotdef = 335544395L; -const ISC_LONG isc_fldnotdef = 335544396L; -const ISC_LONG isc_dirtypage = 335544397L; -const ISC_LONG isc_waifortra = 335544398L; -const ISC_LONG isc_doubleloc = 335544399L; -const ISC_LONG isc_nodnotfnd = 335544400L; -const ISC_LONG isc_dupnodfnd = 335544401L; -const ISC_LONG isc_locnotmar = 335544402L; -const ISC_LONG isc_badpagtyp = 335544403L; -const ISC_LONG isc_corrupt = 335544404L; -const ISC_LONG isc_badpage = 335544405L; -const ISC_LONG isc_badindex = 335544406L; -const ISC_LONG isc_dbbnotzer = 335544407L; -const ISC_LONG isc_tranotzer = 335544408L; -const ISC_LONG isc_trareqmis = 335544409L; -const ISC_LONG isc_badhndcnt = 335544410L; -const ISC_LONG isc_wrotpbver = 335544411L; -const ISC_LONG isc_wroblrver = 335544412L; -const ISC_LONG isc_wrodpbver = 335544413L; -const ISC_LONG isc_blobnotsup = 335544414L; -const ISC_LONG isc_badrelation = 335544415L; -const ISC_LONG isc_nodetach = 335544416L; -const ISC_LONG isc_notremote = 335544417L; -const ISC_LONG isc_trainlim = 335544418L; -const ISC_LONG isc_notinlim = 335544419L; -const ISC_LONG isc_traoutsta = 335544420L; -const ISC_LONG isc_connect_reject = 335544421L; -const ISC_LONG isc_dbfile = 335544422L; -const ISC_LONG isc_orphan = 335544423L; -const ISC_LONG isc_no_lock_mgr = 335544424L; -const ISC_LONG isc_ctxinuse = 335544425L; -const ISC_LONG isc_ctxnotdef = 335544426L; -const ISC_LONG isc_datnotsup = 335544427L; -const ISC_LONG isc_badmsgnum = 335544428L; -const ISC_LONG isc_badparnum = 335544429L; -const ISC_LONG isc_virmemexh = 335544430L; -const ISC_LONG isc_blocking_signal = 335544431L; -const ISC_LONG isc_lockmanerr = 335544432L; -const ISC_LONG isc_journerr = 335544433L; -const ISC_LONG isc_keytoobig = 335544434L; -const ISC_LONG isc_nullsegkey = 335544435L; -const ISC_LONG isc_sqlerr = 335544436L; -const ISC_LONG isc_wrodynver = 335544437L; -const ISC_LONG isc_funnotdef = 335544438L; -const ISC_LONG isc_funmismat = 335544439L; -const ISC_LONG isc_bad_msg_vec = 335544440L; -const ISC_LONG isc_bad_detach = 335544441L; -const ISC_LONG isc_noargacc_read = 335544442L; -const ISC_LONG isc_noargacc_write = 335544443L; -const ISC_LONG isc_read_only = 335544444L; -const ISC_LONG isc_ext_err = 335544445L; -const ISC_LONG isc_non_updatable = 335544446L; -const ISC_LONG isc_no_rollback = 335544447L; -const ISC_LONG isc_bad_sec_info = 335544448L; -const ISC_LONG isc_invalid_sec_info = 335544449L; -const ISC_LONG isc_misc_interpreted = 335544450L; -const ISC_LONG isc_update_conflict = 335544451L; -const ISC_LONG isc_unlicensed = 335544452L; -const ISC_LONG isc_obj_in_use = 335544453L; -const ISC_LONG isc_nofilter = 335544454L; -const ISC_LONG isc_shadow_accessed = 335544455L; -const ISC_LONG isc_invalid_sdl = 335544456L; -const ISC_LONG isc_out_of_bounds = 335544457L; -const ISC_LONG isc_invalid_dimension = 335544458L; -const ISC_LONG isc_rec_in_limbo = 335544459L; -const ISC_LONG isc_shadow_missing = 335544460L; -const ISC_LONG isc_cant_validate = 335544461L; -const ISC_LONG isc_cant_start_journal = 335544462L; -const ISC_LONG isc_gennotdef = 335544463L; -const ISC_LONG isc_cant_start_logging = 335544464L; -const ISC_LONG isc_bad_segstr_type = 335544465L; -const ISC_LONG isc_foreign_key = 335544466L; -const ISC_LONG isc_high_minor = 335544467L; -const ISC_LONG isc_tra_state = 335544468L; -const ISC_LONG isc_trans_invalid = 335544469L; -const ISC_LONG isc_buf_invalid = 335544470L; -const ISC_LONG isc_indexnotdefined = 335544471L; -const ISC_LONG isc_login = 335544472L; -const ISC_LONG isc_invalid_bookmark = 335544473L; -const ISC_LONG isc_bad_lock_level = 335544474L; -const ISC_LONG isc_relation_lock = 335544475L; -const ISC_LONG isc_record_lock = 335544476L; -const ISC_LONG isc_max_idx = 335544477L; -const ISC_LONG isc_jrn_enable = 335544478L; -const ISC_LONG isc_old_failure = 335544479L; -const ISC_LONG isc_old_in_progress = 335544480L; -const ISC_LONG isc_old_no_space = 335544481L; -const ISC_LONG isc_no_wal_no_jrn = 335544482L; -const ISC_LONG isc_num_old_files = 335544483L; -const ISC_LONG isc_wal_file_open = 335544484L; -const ISC_LONG isc_bad_stmt_handle = 335544485L; -const ISC_LONG isc_wal_failure = 335544486L; -const ISC_LONG isc_walw_err = 335544487L; -const ISC_LONG isc_logh_small = 335544488L; -const ISC_LONG isc_logh_inv_version = 335544489L; -const ISC_LONG isc_logh_open_flag = 335544490L; -const ISC_LONG isc_logh_open_flag2 = 335544491L; -const ISC_LONG isc_logh_diff_dbname = 335544492L; -const ISC_LONG isc_logf_unexpected_eof = 335544493L; -const ISC_LONG isc_logr_incomplete = 335544494L; -const ISC_LONG isc_logr_header_small = 335544495L; -const ISC_LONG isc_logb_small = 335544496L; -const ISC_LONG isc_wal_illegal_attach = 335544497L; -const ISC_LONG isc_wal_invalid_wpb = 335544498L; -const ISC_LONG isc_wal_err_rollover = 335544499L; -const ISC_LONG isc_no_wal = 335544500L; -const ISC_LONG isc_drop_wal = 335544501L; -const ISC_LONG isc_stream_not_defined = 335544502L; -const ISC_LONG isc_wal_subsys_error = 335544503L; -const ISC_LONG isc_wal_subsys_corrupt = 335544504L; -const ISC_LONG isc_no_archive = 335544505L; -const ISC_LONG isc_shutinprog = 335544506L; -const ISC_LONG isc_range_in_use = 335544507L; -const ISC_LONG isc_range_not_found = 335544508L; -const ISC_LONG isc_charset_not_found = 335544509L; -const ISC_LONG isc_lock_timeout = 335544510L; -const ISC_LONG isc_prcnotdef = 335544511L; -const ISC_LONG isc_prcmismat = 335544512L; -const ISC_LONG isc_wal_bugcheck = 335544513L; -const ISC_LONG isc_wal_cant_expand = 335544514L; -const ISC_LONG isc_codnotdef = 335544515L; -const ISC_LONG isc_xcpnotdef = 335544516L; -const ISC_LONG isc_except = 335544517L; -const ISC_LONG isc_cache_restart = 335544518L; -const ISC_LONG isc_bad_lock_handle = 335544519L; -const ISC_LONG isc_jrn_present = 335544520L; -const ISC_LONG isc_wal_err_rollover2 = 335544521L; -const ISC_LONG isc_wal_err_logwrite = 335544522L; -const ISC_LONG isc_wal_err_jrn_comm = 335544523L; -const ISC_LONG isc_wal_err_expansion = 335544524L; -const ISC_LONG isc_wal_err_setup = 335544525L; -const ISC_LONG isc_wal_err_ww_sync = 335544526L; -const ISC_LONG isc_wal_err_ww_start = 335544527L; -const ISC_LONG isc_shutdown = 335544528L; -const ISC_LONG isc_existing_priv_mod = 335544529L; -const ISC_LONG isc_primary_key_ref = 335544530L; -const ISC_LONG isc_primary_key_notnull = 335544531L; -const ISC_LONG isc_ref_cnstrnt_notfound = 335544532L; -const ISC_LONG isc_foreign_key_notfound = 335544533L; -const ISC_LONG isc_ref_cnstrnt_update = 335544534L; -const ISC_LONG isc_check_cnstrnt_update = 335544535L; -const ISC_LONG isc_check_cnstrnt_del = 335544536L; -const ISC_LONG isc_integ_index_seg_del = 335544537L; -const ISC_LONG isc_integ_index_seg_mod = 335544538L; -const ISC_LONG isc_integ_index_del = 335544539L; -const ISC_LONG isc_integ_index_mod = 335544540L; -const ISC_LONG isc_check_trig_del = 335544541L; -const ISC_LONG isc_check_trig_update = 335544542L; -const ISC_LONG isc_cnstrnt_fld_del = 335544543L; -const ISC_LONG isc_cnstrnt_fld_rename = 335544544L; -const ISC_LONG isc_rel_cnstrnt_update = 335544545L; -const ISC_LONG isc_constaint_on_view = 335544546L; -const ISC_LONG isc_invld_cnstrnt_type = 335544547L; -const ISC_LONG isc_primary_key_exists = 335544548L; -const ISC_LONG isc_systrig_update = 335544549L; -const ISC_LONG isc_not_rel_owner = 335544550L; -const ISC_LONG isc_grant_obj_notfound = 335544551L; -const ISC_LONG isc_grant_fld_notfound = 335544552L; -const ISC_LONG isc_grant_nopriv = 335544553L; -const ISC_LONG isc_nonsql_security_rel = 335544554L; -const ISC_LONG isc_nonsql_security_fld = 335544555L; -const ISC_LONG isc_wal_cache_err = 335544556L; -const ISC_LONG isc_shutfail = 335544557L; -const ISC_LONG isc_check_constraint = 335544558L; -const ISC_LONG isc_bad_svc_handle = 335544559L; -const ISC_LONG isc_shutwarn = 335544560L; -const ISC_LONG isc_wrospbver = 335544561L; -const ISC_LONG isc_bad_spb_form = 335544562L; -const ISC_LONG isc_svcnotdef = 335544563L; -const ISC_LONG isc_no_jrn = 335544564L; -const ISC_LONG isc_transliteration_failed = 335544565L; -const ISC_LONG isc_start_cm_for_wal = 335544566L; -const ISC_LONG isc_wal_ovflow_log_required = 335544567L; -const ISC_LONG isc_text_subtype = 335544568L; -const ISC_LONG isc_dsql_error = 335544569L; -const ISC_LONG isc_dsql_command_err = 335544570L; -const ISC_LONG isc_dsql_constant_err = 335544571L; -const ISC_LONG isc_dsql_cursor_err = 335544572L; -const ISC_LONG isc_dsql_datatype_err = 335544573L; -const ISC_LONG isc_dsql_decl_err = 335544574L; -const ISC_LONG isc_dsql_cursor_update_err = 335544575L; -const ISC_LONG isc_dsql_cursor_open_err = 335544576L; -const ISC_LONG isc_dsql_cursor_close_err = 335544577L; -const ISC_LONG isc_dsql_field_err = 335544578L; -const ISC_LONG isc_dsql_internal_err = 335544579L; -const ISC_LONG isc_dsql_relation_err = 335544580L; -const ISC_LONG isc_dsql_procedure_err = 335544581L; -const ISC_LONG isc_dsql_request_err = 335544582L; -const ISC_LONG isc_dsql_sqlda_err = 335544583L; -const ISC_LONG isc_dsql_var_count_err = 335544584L; -const ISC_LONG isc_dsql_stmt_handle = 335544585L; -const ISC_LONG isc_dsql_function_err = 335544586L; -const ISC_LONG isc_dsql_blob_err = 335544587L; -const ISC_LONG isc_collation_not_found = 335544588L; -const ISC_LONG isc_collation_not_for_charset = 335544589L; -const ISC_LONG isc_dsql_dup_option = 335544590L; -const ISC_LONG isc_dsql_tran_err = 335544591L; -const ISC_LONG isc_dsql_invalid_array = 335544592L; -const ISC_LONG isc_dsql_max_arr_dim_exceeded = 335544593L; -const ISC_LONG isc_dsql_arr_range_error = 335544594L; -const ISC_LONG isc_dsql_trigger_err = 335544595L; -const ISC_LONG isc_dsql_subselect_err = 335544596L; -const ISC_LONG isc_dsql_crdb_prepare_err = 335544597L; -const ISC_LONG isc_specify_field_err = 335544598L; -const ISC_LONG isc_num_field_err = 335544599L; -const ISC_LONG isc_col_name_err = 335544600L; -const ISC_LONG isc_where_err = 335544601L; -const ISC_LONG isc_table_view_err = 335544602L; -const ISC_LONG isc_distinct_err = 335544603L; -const ISC_LONG isc_key_field_count_err = 335544604L; -const ISC_LONG isc_subquery_err = 335544605L; -const ISC_LONG isc_expression_eval_err = 335544606L; -const ISC_LONG isc_node_err = 335544607L; -const ISC_LONG isc_command_end_err = 335544608L; -const ISC_LONG isc_index_name = 335544609L; -const ISC_LONG isc_exception_name = 335544610L; -const ISC_LONG isc_field_name = 335544611L; -const ISC_LONG isc_token_err = 335544612L; -const ISC_LONG isc_union_err = 335544613L; -const ISC_LONG isc_dsql_construct_err = 335544614L; -const ISC_LONG isc_field_aggregate_err = 335544615L; -const ISC_LONG isc_field_ref_err = 335544616L; -const ISC_LONG isc_order_by_err = 335544617L; -const ISC_LONG isc_return_mode_err = 335544618L; -const ISC_LONG isc_extern_func_err = 335544619L; -const ISC_LONG isc_alias_conflict_err = 335544620L; -const ISC_LONG isc_procedure_conflict_error = 335544621L; -const ISC_LONG isc_relation_conflict_err = 335544622L; -const ISC_LONG isc_dsql_domain_err = 335544623L; -const ISC_LONG isc_idx_seg_err = 335544624L; -const ISC_LONG isc_node_name_err = 335544625L; -const ISC_LONG isc_table_name = 335544626L; -const ISC_LONG isc_proc_name = 335544627L; -const ISC_LONG isc_idx_create_err = 335544628L; -const ISC_LONG isc_wal_shadow_err = 335544629L; -const ISC_LONG isc_dependency = 335544630L; -const ISC_LONG isc_idx_key_err = 335544631L; -const ISC_LONG isc_dsql_file_length_err = 335544632L; -const ISC_LONG isc_dsql_shadow_number_err = 335544633L; -const ISC_LONG isc_dsql_token_unk_err = 335544634L; -const ISC_LONG isc_dsql_no_relation_alias = 335544635L; -const ISC_LONG isc_indexname = 335544636L; -const ISC_LONG isc_no_stream_plan = 335544637L; -const ISC_LONG isc_stream_twice = 335544638L; -const ISC_LONG isc_stream_not_found = 335544639L; -const ISC_LONG isc_collation_requires_text = 335544640L; -const ISC_LONG isc_dsql_domain_not_found = 335544641L; -const ISC_LONG isc_index_unused = 335544642L; -const ISC_LONG isc_dsql_self_join = 335544643L; -const ISC_LONG isc_stream_bof = 335544644L; -const ISC_LONG isc_stream_crack = 335544645L; -const ISC_LONG isc_db_or_file_exists = 335544646L; -const ISC_LONG isc_invalid_operator = 335544647L; -const ISC_LONG isc_conn_lost = 335544648L; -const ISC_LONG isc_bad_checksum = 335544649L; -const ISC_LONG isc_page_type_err = 335544650L; -const ISC_LONG isc_ext_readonly_err = 335544651L; -const ISC_LONG isc_sing_select_err = 335544652L; -const ISC_LONG isc_psw_attach = 335544653L; -const ISC_LONG isc_psw_start_trans = 335544654L; -const ISC_LONG isc_invalid_direction = 335544655L; -const ISC_LONG isc_dsql_var_conflict = 335544656L; -const ISC_LONG isc_dsql_no_blob_array = 335544657L; -const ISC_LONG isc_dsql_base_table = 335544658L; -const ISC_LONG isc_duplicate_base_table = 335544659L; -const ISC_LONG isc_view_alias = 335544660L; -const ISC_LONG isc_index_root_page_full = 335544661L; -const ISC_LONG isc_dsql_blob_type_unknown = 335544662L; -const ISC_LONG isc_req_max_clones_exceeded = 335544663L; -const ISC_LONG isc_dsql_duplicate_spec = 335544664L; -const ISC_LONG isc_unique_key_violation = 335544665L; -const ISC_LONG isc_srvr_version_too_old = 335544666L; -const ISC_LONG isc_drdb_completed_with_errs = 335544667L; -const ISC_LONG isc_dsql_procedure_use_err = 335544668L; -const ISC_LONG isc_dsql_count_mismatch = 335544669L; -const ISC_LONG isc_blob_idx_err = 335544670L; -const ISC_LONG isc_array_idx_err = 335544671L; -const ISC_LONG isc_key_field_err = 335544672L; -const ISC_LONG isc_no_delete = 335544673L; -const ISC_LONG isc_del_last_field = 335544674L; -const ISC_LONG isc_sort_err = 335544675L; -const ISC_LONG isc_sort_mem_err = 335544676L; -const ISC_LONG isc_version_err = 335544677L; -const ISC_LONG isc_inval_key_posn = 335544678L; -const ISC_LONG isc_no_segments_err = 335544679L; -const ISC_LONG isc_crrp_data_err = 335544680L; -const ISC_LONG isc_rec_size_err = 335544681L; -const ISC_LONG isc_dsql_field_ref = 335544682L; -const ISC_LONG isc_req_depth_exceeded = 335544683L; -const ISC_LONG isc_no_field_access = 335544684L; -const ISC_LONG isc_no_dbkey = 335544685L; -const ISC_LONG isc_jrn_format_err = 335544686L; -const ISC_LONG isc_jrn_file_full = 335544687L; -const ISC_LONG isc_dsql_open_cursor_request = 335544688L; -const ISC_LONG isc_ib_error = 335544689L; -const ISC_LONG isc_cache_redef = 335544690L; -const ISC_LONG isc_cache_too_small = 335544691L; -const ISC_LONG isc_log_redef = 335544692L; -const ISC_LONG isc_log_too_small = 335544693L; -const ISC_LONG isc_partition_too_small = 335544694L; -const ISC_LONG isc_partition_not_supp = 335544695L; -const ISC_LONG isc_log_length_spec = 335544696L; -const ISC_LONG isc_precision_err = 335544697L; -const ISC_LONG isc_scale_nogt = 335544698L; -const ISC_LONG isc_expec_short = 335544699L; -const ISC_LONG isc_expec_long = 335544700L; -const ISC_LONG isc_expec_ushort = 335544701L; -const ISC_LONG isc_like_escape_invalid = 335544702L; -const ISC_LONG isc_svcnoexe = 335544703L; -const ISC_LONG isc_net_lookup_err = 335544704L; -const ISC_LONG isc_service_unknown = 335544705L; -const ISC_LONG isc_host_unknown = 335544706L; -const ISC_LONG isc_grant_nopriv_on_base = 335544707L; -const ISC_LONG isc_dyn_fld_ambiguous = 335544708L; -const ISC_LONG isc_dsql_agg_ref_err = 335544709L; -const ISC_LONG isc_complex_view = 335544710L; -const ISC_LONG isc_unprepared_stmt = 335544711L; -const ISC_LONG isc_expec_positive = 335544712L; -const ISC_LONG isc_dsql_sqlda_value_err = 335544713L; -const ISC_LONG isc_invalid_array_id = 335544714L; -const ISC_LONG isc_extfile_uns_op = 335544715L; -const ISC_LONG isc_svc_in_use = 335544716L; -const ISC_LONG isc_err_stack_limit = 335544717L; -const ISC_LONG isc_invalid_key = 335544718L; -const ISC_LONG isc_net_init_error = 335544719L; -const ISC_LONG isc_loadlib_failure = 335544720L; -const ISC_LONG isc_network_error = 335544721L; -const ISC_LONG isc_net_connect_err = 335544722L; -const ISC_LONG isc_net_connect_listen_err = 335544723L; -const ISC_LONG isc_net_event_connect_err = 335544724L; -const ISC_LONG isc_net_event_listen_err = 335544725L; -const ISC_LONG isc_net_read_err = 335544726L; -const ISC_LONG isc_net_write_err = 335544727L; -const ISC_LONG isc_integ_index_deactivate = 335544728L; -const ISC_LONG isc_integ_deactivate_primary = 335544729L; -const ISC_LONG isc_cse_not_supported = 335544730L; -const ISC_LONG isc_tra_must_sweep = 335544731L; -const ISC_LONG isc_unsupported_network_drive = 335544732L; -const ISC_LONG isc_io_create_err = 335544733L; -const ISC_LONG isc_io_open_err = 335544734L; -const ISC_LONG isc_io_close_err = 335544735L; -const ISC_LONG isc_io_read_err = 335544736L; -const ISC_LONG isc_io_write_err = 335544737L; -const ISC_LONG isc_io_delete_err = 335544738L; -const ISC_LONG isc_io_access_err = 335544739L; -const ISC_LONG isc_udf_exception = 335544740L; -const ISC_LONG isc_lost_db_connection = 335544741L; -const ISC_LONG isc_no_write_user_priv = 335544742L; -const ISC_LONG isc_token_too_long = 335544743L; -const ISC_LONG isc_max_att_exceeded = 335544744L; -const ISC_LONG isc_login_same_as_role_name = 335544745L; -const ISC_LONG isc_reftable_requires_pk = 335544746L; -const ISC_LONG isc_usrname_too_long = 335544747L; -const ISC_LONG isc_password_too_long = 335544748L; -const ISC_LONG isc_usrname_required = 335544749L; -const ISC_LONG isc_password_required = 335544750L; -const ISC_LONG isc_bad_protocol = 335544751L; -const ISC_LONG isc_dup_usrname_found = 335544752L; -const ISC_LONG isc_usrname_not_found = 335544753L; -const ISC_LONG isc_error_adding_sec_record = 335544754L; -const ISC_LONG isc_error_modifying_sec_record = 335544755L; -const ISC_LONG isc_error_deleting_sec_record = 335544756L; -const ISC_LONG isc_error_updating_sec_db = 335544757L; -const ISC_LONG isc_sort_rec_size_err = 335544758L; -const ISC_LONG isc_bad_default_value = 335544759L; -const ISC_LONG isc_invalid_clause = 335544760L; -const ISC_LONG isc_too_many_handles = 335544761L; -const ISC_LONG isc_optimizer_blk_exc = 335544762L; -const ISC_LONG isc_invalid_string_constant = 335544763L; -const ISC_LONG isc_transitional_date = 335544764L; -const ISC_LONG isc_read_only_database = 335544765L; -const ISC_LONG isc_must_be_dialect_2_and_up = 335544766L; -const ISC_LONG isc_blob_filter_exception = 335544767L; -const ISC_LONG isc_exception_access_violation = 335544768L; -const ISC_LONG isc_exception_datatype_missalignment = 335544769L; -const ISC_LONG isc_exception_array_bounds_exceeded = 335544770L; -const ISC_LONG isc_exception_float_denormal_operand = 335544771L; -const ISC_LONG isc_exception_float_divide_by_zero = 335544772L; -const ISC_LONG isc_exception_float_inexact_result = 335544773L; -const ISC_LONG isc_exception_float_invalid_operand = 335544774L; -const ISC_LONG isc_exception_float_overflow = 335544775L; -const ISC_LONG isc_exception_float_stack_check = 335544776L; -const ISC_LONG isc_exception_float_underflow = 335544777L; -const ISC_LONG isc_exception_integer_divide_by_zero = 335544778L; -const ISC_LONG isc_exception_integer_overflow = 335544779L; -const ISC_LONG isc_exception_unknown = 335544780L; -const ISC_LONG isc_exception_stack_overflow = 335544781L; -const ISC_LONG isc_exception_sigsegv = 335544782L; -const ISC_LONG isc_exception_sigill = 335544783L; -const ISC_LONG isc_exception_sigbus = 335544784L; -const ISC_LONG isc_exception_sigfpe = 335544785L; -const ISC_LONG isc_ext_file_delete = 335544786L; -const ISC_LONG isc_ext_file_modify = 335544787L; -const ISC_LONG isc_adm_task_denied = 335544788L; -const ISC_LONG isc_extract_input_mismatch = 335544789L; -const ISC_LONG isc_insufficient_svc_privileges = 335544790L; -const ISC_LONG isc_file_in_use = 335544791L; -const ISC_LONG isc_service_att_err = 335544792L; -const ISC_LONG isc_ddl_not_allowed_by_db_sql_dial = 335544793L; -const ISC_LONG isc_cancelled = 335544794L; -const ISC_LONG isc_unexp_spb_form = 335544795L; -const ISC_LONG isc_sql_dialect_datatype_unsupport = 335544796L; -const ISC_LONG isc_svcnouser = 335544797L; -const ISC_LONG isc_depend_on_uncommitted_rel = 335544798L; -const ISC_LONG isc_svc_name_missing = 335544799L; -const ISC_LONG isc_too_many_contexts = 335544800L; -const ISC_LONG isc_datype_notsup = 335544801L; -const ISC_LONG isc_dialect_reset_warning = 335544802L; -const ISC_LONG isc_dialect_not_changed = 335544803L; -const ISC_LONG isc_database_create_failed = 335544804L; -const ISC_LONG isc_inv_dialect_specified = 335544805L; -const ISC_LONG isc_valid_db_dialects = 335544806L; -const ISC_LONG isc_sqlwarn = 335544807L; -const ISC_LONG isc_dtype_renamed = 335544808L; -const ISC_LONG isc_extern_func_dir_error = 335544809L; -const ISC_LONG isc_date_range_exceeded = 335544810L; -const ISC_LONG isc_inv_client_dialect_specified = 335544811L; -const ISC_LONG isc_valid_client_dialects = 335544812L; -const ISC_LONG isc_optimizer_between_err = 335544813L; -const ISC_LONG isc_service_not_supported = 335544814L; -const ISC_LONG isc_generator_name = 335544815L; -const ISC_LONG isc_udf_name = 335544816L; -const ISC_LONG isc_bad_limit_param = 335544817L; -const ISC_LONG isc_bad_skip_param = 335544818L; -const ISC_LONG isc_io_32bit_exceeded_err = 335544819L; -const ISC_LONG isc_invalid_savepoint = 335544820L; -const ISC_LONG isc_dsql_column_pos_err = 335544821L; -const ISC_LONG isc_dsql_agg_where_err = 335544822L; -const ISC_LONG isc_dsql_agg_group_err = 335544823L; -const ISC_LONG isc_dsql_agg_column_err = 335544824L; -const ISC_LONG isc_dsql_agg_having_err = 335544825L; -const ISC_LONG isc_dsql_agg_nested_err = 335544826L; -const ISC_LONG isc_exec_sql_invalid_arg = 335544827L; -const ISC_LONG isc_exec_sql_invalid_req = 335544828L; -const ISC_LONG isc_exec_sql_invalid_var = 335544829L; -const ISC_LONG isc_exec_sql_max_call_exceeded = 335544830L; -const ISC_LONG isc_conf_access_denied = 335544831L; -const ISC_LONG isc_wrong_backup_state = 335544832L; -const ISC_LONG isc_wal_backup_err = 335544833L; -const ISC_LONG isc_cursor_not_open = 335544834L; -const ISC_LONG isc_bad_shutdown_mode = 335544835L; -const ISC_LONG isc_concat_overflow = 335544836L; -const ISC_LONG isc_bad_substring_offset = 335544837L; -const ISC_LONG isc_foreign_key_target_doesnt_exist = 335544838L; -const ISC_LONG isc_foreign_key_references_present = 335544839L; -const ISC_LONG isc_no_update = 335544840L; -const ISC_LONG isc_cursor_already_open = 335544841L; -const ISC_LONG isc_stack_trace = 335544842L; -const ISC_LONG isc_ctx_var_not_found = 335544843L; -const ISC_LONG isc_ctx_namespace_invalid = 335544844L; -const ISC_LONG isc_ctx_too_big = 335544845L; -const ISC_LONG isc_ctx_bad_argument = 335544846L; -const ISC_LONG isc_identifier_too_long = 335544847L; -const ISC_LONG isc_except2 = 335544848L; -const ISC_LONG isc_malformed_string = 335544849L; -const ISC_LONG isc_prc_out_param_mismatch = 335544850L; -const ISC_LONG isc_command_end_err2 = 335544851L; -const ISC_LONG isc_partner_idx_incompat_type = 335544852L; -const ISC_LONG isc_bad_substring_length = 335544853L; -const ISC_LONG isc_charset_not_installed = 335544854L; -const ISC_LONG isc_collation_not_installed = 335544855L; -const ISC_LONG isc_att_shutdown = 335544856L; -const ISC_LONG isc_blobtoobig = 335544857L; -const ISC_LONG isc_must_have_phys_field = 335544858L; -const ISC_LONG isc_invalid_time_precision = 335544859L; -const ISC_LONG isc_blob_convert_error = 335544860L; -const ISC_LONG isc_array_convert_error = 335544861L; -const ISC_LONG isc_record_lock_not_supp = 335544862L; -const ISC_LONG isc_partner_idx_not_found = 335544863L; -const ISC_LONG isc_tra_num_exc = 335544864L; -const ISC_LONG isc_field_disappeared = 335544865L; -const ISC_LONG isc_gfix_db_name = 335740929L; -const ISC_LONG isc_gfix_invalid_sw = 335740930L; -const ISC_LONG isc_gfix_incmp_sw = 335740932L; -const ISC_LONG isc_gfix_replay_req = 335740933L; -const ISC_LONG isc_gfix_pgbuf_req = 335740934L; -const ISC_LONG isc_gfix_val_req = 335740935L; -const ISC_LONG isc_gfix_pval_req = 335740936L; -const ISC_LONG isc_gfix_trn_req = 335740937L; -const ISC_LONG isc_gfix_full_req = 335740940L; -const ISC_LONG isc_gfix_usrname_req = 335740941L; -const ISC_LONG isc_gfix_pass_req = 335740942L; -const ISC_LONG isc_gfix_subs_name = 335740943L; -const ISC_LONG isc_gfix_wal_req = 335740944L; -const ISC_LONG isc_gfix_sec_req = 335740945L; -const ISC_LONG isc_gfix_nval_req = 335740946L; -const ISC_LONG isc_gfix_type_shut = 335740947L; -const ISC_LONG isc_gfix_retry = 335740948L; -const ISC_LONG isc_gfix_retry_db = 335740951L; -const ISC_LONG isc_gfix_exceed_max = 335740991L; -const ISC_LONG isc_gfix_corrupt_pool = 335740992L; -const ISC_LONG isc_gfix_mem_exhausted = 335740993L; -const ISC_LONG isc_gfix_bad_pool = 335740994L; -const ISC_LONG isc_gfix_trn_not_valid = 335740995L; -const ISC_LONG isc_gfix_unexp_eoi = 335741012L; -const ISC_LONG isc_gfix_recon_fail = 335741018L; -const ISC_LONG isc_gfix_trn_unknown = 335741036L; -const ISC_LONG isc_gfix_mode_req = 335741038L; -const ISC_LONG isc_gfix_opt_SQL_dialect = 335741039L; -const ISC_LONG isc_gfix_pzval_req = 335741042L; -const ISC_LONG isc_dsql_dbkey_from_non_table = 336003074L; -const ISC_LONG isc_dsql_transitional_numeric = 336003075L; -const ISC_LONG isc_dsql_dialect_warning_expr = 336003076L; -const ISC_LONG isc_sql_db_dialect_dtype_unsupport = 336003077L; -const ISC_LONG isc_isc_sql_dialect_conflict_num = 336003079L; -const ISC_LONG isc_dsql_warning_number_ambiguous = 336003080L; -const ISC_LONG isc_dsql_warning_number_ambiguous1 = 336003081L; -const ISC_LONG isc_dsql_warn_precision_ambiguous = 336003082L; -const ISC_LONG isc_dsql_warn_precision_ambiguous1 = 336003083L; -const ISC_LONG isc_dsql_warn_precision_ambiguous2 = 336003084L; -const ISC_LONG isc_dsql_ambiguous_field_name = 336003085L; -const ISC_LONG isc_dsql_udf_return_pos_err = 336003086L; -const ISC_LONG isc_dsql_invalid_label = 336003087L; -const ISC_LONG isc_dsql_datatypes_not_comparable = 336003088L; -const ISC_LONG isc_dsql_cursor_invalid = 336003089L; -const ISC_LONG isc_dsql_cursor_redefined = 336003090L; -const ISC_LONG isc_dsql_cursor_not_found = 336003091L; -const ISC_LONG isc_dsql_cursor_exists = 336003092L; -const ISC_LONG isc_dsql_cursor_rel_ambiguous = 336003093L; -const ISC_LONG isc_dsql_cursor_rel_not_found = 336003094L; -const ISC_LONG isc_dsql_cursor_not_open = 336003095L; -const ISC_LONG isc_dsql_type_not_supp_ext_tab = 336003096L; -const ISC_LONG isc_dyn_role_does_not_exist = 336068796L; -const ISC_LONG isc_dyn_no_grant_admin_opt = 336068797L; -const ISC_LONG isc_dyn_user_not_role_member = 336068798L; -const ISC_LONG isc_dyn_delete_role_failed = 336068799L; -const ISC_LONG isc_dyn_grant_role_to_user = 336068800L; -const ISC_LONG isc_dyn_inv_sql_role_name = 336068801L; -const ISC_LONG isc_dyn_dup_sql_role = 336068802L; -const ISC_LONG isc_dyn_kywd_spec_for_role = 336068803L; -const ISC_LONG isc_dyn_roles_not_supported = 336068804L; -const ISC_LONG isc_dyn_domain_name_exists = 336068812L; -const ISC_LONG isc_dyn_field_name_exists = 336068813L; -const ISC_LONG isc_dyn_dependency_exists = 336068814L; -const ISC_LONG isc_dyn_dtype_invalid = 336068815L; -const ISC_LONG isc_dyn_char_fld_too_small = 336068816L; -const ISC_LONG isc_dyn_invalid_dtype_conversion = 336068817L; -const ISC_LONG isc_dyn_dtype_conv_invalid = 336068818L; -const ISC_LONG isc_dyn_zero_len_id = 336068820L; -const ISC_LONG isc_gbak_unknown_switch = 336330753L; -const ISC_LONG isc_gbak_page_size_missing = 336330754L; -const ISC_LONG isc_gbak_page_size_toobig = 336330755L; -const ISC_LONG isc_gbak_redir_ouput_missing = 336330756L; -const ISC_LONG isc_gbak_switches_conflict = 336330757L; -const ISC_LONG isc_gbak_unknown_device = 336330758L; -const ISC_LONG isc_gbak_no_protection = 336330759L; -const ISC_LONG isc_gbak_page_size_not_allowed = 336330760L; -const ISC_LONG isc_gbak_multi_source_dest = 336330761L; -const ISC_LONG isc_gbak_filename_missing = 336330762L; -const ISC_LONG isc_gbak_dup_inout_names = 336330763L; -const ISC_LONG isc_gbak_inv_page_size = 336330764L; -const ISC_LONG isc_gbak_db_specified = 336330765L; -const ISC_LONG isc_gbak_db_exists = 336330766L; -const ISC_LONG isc_gbak_unk_device = 336330767L; -const ISC_LONG isc_gbak_blob_info_failed = 336330772L; -const ISC_LONG isc_gbak_unk_blob_item = 336330773L; -const ISC_LONG isc_gbak_get_seg_failed = 336330774L; -const ISC_LONG isc_gbak_close_blob_failed = 336330775L; -const ISC_LONG isc_gbak_open_blob_failed = 336330776L; -const ISC_LONG isc_gbak_put_blr_gen_id_failed = 336330777L; -const ISC_LONG isc_gbak_unk_type = 336330778L; -const ISC_LONG isc_gbak_comp_req_failed = 336330779L; -const ISC_LONG isc_gbak_start_req_failed = 336330780L; -const ISC_LONG isc_gbak_rec_failed = 336330781L; -const ISC_LONG isc_gbak_rel_req_failed = 336330782L; -const ISC_LONG isc_gbak_db_info_failed = 336330783L; -const ISC_LONG isc_gbak_no_db_desc = 336330784L; -const ISC_LONG isc_gbak_db_create_failed = 336330785L; -const ISC_LONG isc_gbak_decomp_len_error = 336330786L; -const ISC_LONG isc_gbak_tbl_missing = 336330787L; -const ISC_LONG isc_gbak_blob_col_missing = 336330788L; -const ISC_LONG isc_gbak_create_blob_failed = 336330789L; -const ISC_LONG isc_gbak_put_seg_failed = 336330790L; -const ISC_LONG isc_gbak_rec_len_exp = 336330791L; -const ISC_LONG isc_gbak_inv_rec_len = 336330792L; -const ISC_LONG isc_gbak_exp_data_type = 336330793L; -const ISC_LONG isc_gbak_gen_id_failed = 336330794L; -const ISC_LONG isc_gbak_unk_rec_type = 336330795L; -const ISC_LONG isc_gbak_inv_bkup_ver = 336330796L; -const ISC_LONG isc_gbak_missing_bkup_desc = 336330797L; -const ISC_LONG isc_gbak_string_trunc = 336330798L; -const ISC_LONG isc_gbak_cant_rest_record = 336330799L; -const ISC_LONG isc_gbak_send_failed = 336330800L; -const ISC_LONG isc_gbak_no_tbl_name = 336330801L; -const ISC_LONG isc_gbak_unexp_eof = 336330802L; -const ISC_LONG isc_gbak_db_format_too_old = 336330803L; -const ISC_LONG isc_gbak_inv_array_dim = 336330804L; -const ISC_LONG isc_gbak_xdr_len_expected = 336330807L; -const ISC_LONG isc_gbak_open_bkup_error = 336330817L; -const ISC_LONG isc_gbak_open_error = 336330818L; -const ISC_LONG isc_gbak_missing_block_fac = 336330934L; -const ISC_LONG isc_gbak_inv_block_fac = 336330935L; -const ISC_LONG isc_gbak_block_fac_specified = 336330936L; -const ISC_LONG isc_gbak_missing_username = 336330940L; -const ISC_LONG isc_gbak_missing_password = 336330941L; -const ISC_LONG isc_gbak_missing_skipped_bytes = 336330952L; -const ISC_LONG isc_gbak_inv_skipped_bytes = 336330953L; -const ISC_LONG isc_gbak_err_restore_charset = 336330965L; -const ISC_LONG isc_gbak_err_restore_collation = 336330967L; -const ISC_LONG isc_gbak_read_error = 336330972L; -const ISC_LONG isc_gbak_write_error = 336330973L; -const ISC_LONG isc_gbak_db_in_use = 336330985L; -const ISC_LONG isc_gbak_sysmemex = 336330990L; -const ISC_LONG isc_gbak_restore_role_failed = 336331002L; -const ISC_LONG isc_gbak_role_op_missing = 336331005L; -const ISC_LONG isc_gbak_page_buffers_missing = 336331010L; -const ISC_LONG isc_gbak_page_buffers_wrong_param = 336331011L; -const ISC_LONG isc_gbak_page_buffers_restore = 336331012L; -const ISC_LONG isc_gbak_inv_size = 336331014L; -const ISC_LONG isc_gbak_file_outof_sequence = 336331015L; -const ISC_LONG isc_gbak_join_file_missing = 336331016L; -const ISC_LONG isc_gbak_stdin_not_supptd = 336331017L; -const ISC_LONG isc_gbak_stdout_not_supptd = 336331018L; -const ISC_LONG isc_gbak_bkup_corrupt = 336331019L; -const ISC_LONG isc_gbak_unk_db_file_spec = 336331020L; -const ISC_LONG isc_gbak_hdr_write_failed = 336331021L; -const ISC_LONG isc_gbak_disk_space_ex = 336331022L; -const ISC_LONG isc_gbak_size_lt_min = 336331023L; -const ISC_LONG isc_gbak_svc_name_missing = 336331025L; -const ISC_LONG isc_gbak_not_ownr = 336331026L; -const ISC_LONG isc_gbak_mode_req = 336331031L; -const ISC_LONG isc_gbak_just_data = 336331033L; -const ISC_LONG isc_gbak_data_only = 336331034L; -const ISC_LONG isc_dsql_too_old_ods = 336397205L; -const ISC_LONG isc_dsql_table_not_found = 336397206L; -const ISC_LONG isc_dsql_view_not_found = 336397207L; -const ISC_LONG isc_dsql_line_col_error = 336397208L; -const ISC_LONG isc_dsql_unknown_pos = 336397209L; -const ISC_LONG isc_dsql_no_dup_name = 336397210L; -const ISC_LONG isc_dsql_too_many_values = 336397211L; -const ISC_LONG isc_gsec_cant_open_db = 336723983L; -const ISC_LONG isc_gsec_switches_error = 336723984L; -const ISC_LONG isc_gsec_no_op_spec = 336723985L; -const ISC_LONG isc_gsec_no_usr_name = 336723986L; -const ISC_LONG isc_gsec_err_add = 336723987L; -const ISC_LONG isc_gsec_err_modify = 336723988L; -const ISC_LONG isc_gsec_err_find_mod = 336723989L; -const ISC_LONG isc_gsec_err_rec_not_found = 336723990L; -const ISC_LONG isc_gsec_err_delete = 336723991L; -const ISC_LONG isc_gsec_err_find_del = 336723992L; -const ISC_LONG isc_gsec_err_find_disp = 336723996L; -const ISC_LONG isc_gsec_inv_param = 336723997L; -const ISC_LONG isc_gsec_op_specified = 336723998L; -const ISC_LONG isc_gsec_pw_specified = 336723999L; -const ISC_LONG isc_gsec_uid_specified = 336724000L; -const ISC_LONG isc_gsec_gid_specified = 336724001L; -const ISC_LONG isc_gsec_proj_specified = 336724002L; -const ISC_LONG isc_gsec_org_specified = 336724003L; -const ISC_LONG isc_gsec_fname_specified = 336724004L; -const ISC_LONG isc_gsec_mname_specified = 336724005L; -const ISC_LONG isc_gsec_lname_specified = 336724006L; -const ISC_LONG isc_gsec_inv_switch = 336724008L; -const ISC_LONG isc_gsec_amb_switch = 336724009L; -const ISC_LONG isc_gsec_no_op_specified = 336724010L; -const ISC_LONG isc_gsec_params_not_allowed = 336724011L; -const ISC_LONG isc_gsec_incompat_switch = 336724012L; -const ISC_LONG isc_gsec_inv_username = 336724044L; -const ISC_LONG isc_gsec_inv_pw_length = 336724045L; -const ISC_LONG isc_gsec_db_specified = 336724046L; -const ISC_LONG isc_gsec_db_admin_specified = 336724047L; -const ISC_LONG isc_gsec_db_admin_pw_specified = 336724048L; -const ISC_LONG isc_gsec_sql_role_specified = 336724049L; -const ISC_LONG isc_license_no_file = 336789504L; -const ISC_LONG isc_license_op_specified = 336789523L; -const ISC_LONG isc_license_op_missing = 336789524L; -const ISC_LONG isc_license_inv_switch = 336789525L; -const ISC_LONG isc_license_inv_switch_combo = 336789526L; -const ISC_LONG isc_license_inv_op_combo = 336789527L; -const ISC_LONG isc_license_amb_switch = 336789528L; -const ISC_LONG isc_license_inv_parameter = 336789529L; -const ISC_LONG isc_license_param_specified = 336789530L; -const ISC_LONG isc_license_param_req = 336789531L; -const ISC_LONG isc_license_syntx_error = 336789532L; -const ISC_LONG isc_license_dup_id = 336789534L; -const ISC_LONG isc_license_inv_id_key = 336789535L; -const ISC_LONG isc_license_err_remove = 336789536L; -const ISC_LONG isc_license_err_update = 336789537L; -const ISC_LONG isc_license_err_convert = 336789538L; -const ISC_LONG isc_license_err_unk = 336789539L; -const ISC_LONG isc_license_svc_err_add = 336789540L; -const ISC_LONG isc_license_svc_err_remove = 336789541L; -const ISC_LONG isc_license_eval_exists = 336789563L; -const ISC_LONG isc_gstat_unknown_switch = 336920577L; -const ISC_LONG isc_gstat_retry = 336920578L; -const ISC_LONG isc_gstat_wrong_ods = 336920579L; -const ISC_LONG isc_gstat_unexpected_eof = 336920580L; -const ISC_LONG isc_gstat_open_err = 336920605L; -const ISC_LONG isc_gstat_read_err = 336920606L; -const ISC_LONG isc_gstat_sysmemex = 336920607L; -const ISC_LONG isc_err_max = 763; +const ISC_STATUS isc_arith_except = 335544321L; +const ISC_STATUS isc_bad_dbkey = 335544322L; +const ISC_STATUS isc_bad_db_format = 335544323L; +const ISC_STATUS isc_bad_db_handle = 335544324L; +const ISC_STATUS isc_bad_dpb_content = 335544325L; +const ISC_STATUS isc_bad_dpb_form = 335544326L; +const ISC_STATUS isc_bad_req_handle = 335544327L; +const ISC_STATUS isc_bad_segstr_handle = 335544328L; +const ISC_STATUS isc_bad_segstr_id = 335544329L; +const ISC_STATUS isc_bad_tpb_content = 335544330L; +const ISC_STATUS isc_bad_tpb_form = 335544331L; +const ISC_STATUS isc_bad_trans_handle = 335544332L; +const ISC_STATUS isc_bug_check = 335544333L; +const ISC_STATUS isc_convert_error = 335544334L; +const ISC_STATUS isc_db_corrupt = 335544335L; +const ISC_STATUS isc_deadlock = 335544336L; +const ISC_STATUS isc_excess_trans = 335544337L; +const ISC_STATUS isc_from_no_match = 335544338L; +const ISC_STATUS isc_infinap = 335544339L; +const ISC_STATUS isc_infona = 335544340L; +const ISC_STATUS isc_infunk = 335544341L; +const ISC_STATUS isc_integ_fail = 335544342L; +const ISC_STATUS isc_invalid_blr = 335544343L; +const ISC_STATUS isc_io_error = 335544344L; +const ISC_STATUS isc_lock_conflict = 335544345L; +const ISC_STATUS isc_metadata_corrupt = 335544346L; +const ISC_STATUS isc_not_valid = 335544347L; +const ISC_STATUS isc_no_cur_rec = 335544348L; +const ISC_STATUS isc_no_dup = 335544349L; +const ISC_STATUS isc_no_finish = 335544350L; +const ISC_STATUS isc_no_meta_update = 335544351L; +const ISC_STATUS isc_no_priv = 335544352L; +const ISC_STATUS isc_no_recon = 335544353L; +const ISC_STATUS isc_no_record = 335544354L; +const ISC_STATUS isc_no_segstr_close = 335544355L; +const ISC_STATUS isc_obsolete_metadata = 335544356L; +const ISC_STATUS isc_open_trans = 335544357L; +const ISC_STATUS isc_port_len = 335544358L; +const ISC_STATUS isc_read_only_field = 335544359L; +const ISC_STATUS isc_read_only_rel = 335544360L; +const ISC_STATUS isc_read_only_trans = 335544361L; +const ISC_STATUS isc_read_only_view = 335544362L; +const ISC_STATUS isc_req_no_trans = 335544363L; +const ISC_STATUS isc_req_sync = 335544364L; +const ISC_STATUS isc_req_wrong_db = 335544365L; +const ISC_STATUS isc_segment = 335544366L; +const ISC_STATUS isc_segstr_eof = 335544367L; +const ISC_STATUS isc_segstr_no_op = 335544368L; +const ISC_STATUS isc_segstr_no_read = 335544369L; +const ISC_STATUS isc_segstr_no_trans = 335544370L; +const ISC_STATUS isc_segstr_no_write = 335544371L; +const ISC_STATUS isc_segstr_wrong_db = 335544372L; +const ISC_STATUS isc_sys_request = 335544373L; +const ISC_STATUS isc_stream_eof = 335544374L; +const ISC_STATUS isc_unavailable = 335544375L; +const ISC_STATUS isc_unres_rel = 335544376L; +const ISC_STATUS isc_uns_ext = 335544377L; +const ISC_STATUS isc_wish_list = 335544378L; +const ISC_STATUS isc_wrong_ods = 335544379L; +const ISC_STATUS isc_wronumarg = 335544380L; +const ISC_STATUS isc_imp_exc = 335544381L; +const ISC_STATUS isc_random = 335544382L; +const ISC_STATUS isc_fatal_conflict = 335544383L; +const ISC_STATUS isc_badblk = 335544384L; +const ISC_STATUS isc_invpoolcl = 335544385L; +const ISC_STATUS isc_nopoolids = 335544386L; +const ISC_STATUS isc_relbadblk = 335544387L; +const ISC_STATUS isc_blktoobig = 335544388L; +const ISC_STATUS isc_bufexh = 335544389L; +const ISC_STATUS isc_syntaxerr = 335544390L; +const ISC_STATUS isc_bufinuse = 335544391L; +const ISC_STATUS isc_bdbincon = 335544392L; +const ISC_STATUS isc_reqinuse = 335544393L; +const ISC_STATUS isc_badodsver = 335544394L; +const ISC_STATUS isc_relnotdef = 335544395L; +const ISC_STATUS isc_fldnotdef = 335544396L; +const ISC_STATUS isc_dirtypage = 335544397L; +const ISC_STATUS isc_waifortra = 335544398L; +const ISC_STATUS isc_doubleloc = 335544399L; +const ISC_STATUS isc_nodnotfnd = 335544400L; +const ISC_STATUS isc_dupnodfnd = 335544401L; +const ISC_STATUS isc_locnotmar = 335544402L; +const ISC_STATUS isc_badpagtyp = 335544403L; +const ISC_STATUS isc_corrupt = 335544404L; +const ISC_STATUS isc_badpage = 335544405L; +const ISC_STATUS isc_badindex = 335544406L; +const ISC_STATUS isc_dbbnotzer = 335544407L; +const ISC_STATUS isc_tranotzer = 335544408L; +const ISC_STATUS isc_trareqmis = 335544409L; +const ISC_STATUS isc_badhndcnt = 335544410L; +const ISC_STATUS isc_wrotpbver = 335544411L; +const ISC_STATUS isc_wroblrver = 335544412L; +const ISC_STATUS isc_wrodpbver = 335544413L; +const ISC_STATUS isc_blobnotsup = 335544414L; +const ISC_STATUS isc_badrelation = 335544415L; +const ISC_STATUS isc_nodetach = 335544416L; +const ISC_STATUS isc_notremote = 335544417L; +const ISC_STATUS isc_trainlim = 335544418L; +const ISC_STATUS isc_notinlim = 335544419L; +const ISC_STATUS isc_traoutsta = 335544420L; +const ISC_STATUS isc_connect_reject = 335544421L; +const ISC_STATUS isc_dbfile = 335544422L; +const ISC_STATUS isc_orphan = 335544423L; +const ISC_STATUS isc_no_lock_mgr = 335544424L; +const ISC_STATUS isc_ctxinuse = 335544425L; +const ISC_STATUS isc_ctxnotdef = 335544426L; +const ISC_STATUS isc_datnotsup = 335544427L; +const ISC_STATUS isc_badmsgnum = 335544428L; +const ISC_STATUS isc_badparnum = 335544429L; +const ISC_STATUS isc_virmemexh = 335544430L; +const ISC_STATUS isc_blocking_signal = 335544431L; +const ISC_STATUS isc_lockmanerr = 335544432L; +const ISC_STATUS isc_journerr = 335544433L; +const ISC_STATUS isc_keytoobig = 335544434L; +const ISC_STATUS isc_nullsegkey = 335544435L; +const ISC_STATUS isc_sqlerr = 335544436L; +const ISC_STATUS isc_wrodynver = 335544437L; +const ISC_STATUS isc_funnotdef = 335544438L; +const ISC_STATUS isc_funmismat = 335544439L; +const ISC_STATUS isc_bad_msg_vec = 335544440L; +const ISC_STATUS isc_bad_detach = 335544441L; +const ISC_STATUS isc_noargacc_read = 335544442L; +const ISC_STATUS isc_noargacc_write = 335544443L; +const ISC_STATUS isc_read_only = 335544444L; +const ISC_STATUS isc_ext_err = 335544445L; +const ISC_STATUS isc_non_updatable = 335544446L; +const ISC_STATUS isc_no_rollback = 335544447L; +const ISC_STATUS isc_bad_sec_info = 335544448L; +const ISC_STATUS isc_invalid_sec_info = 335544449L; +const ISC_STATUS isc_misc_interpreted = 335544450L; +const ISC_STATUS isc_update_conflict = 335544451L; +const ISC_STATUS isc_unlicensed = 335544452L; +const ISC_STATUS isc_obj_in_use = 335544453L; +const ISC_STATUS isc_nofilter = 335544454L; +const ISC_STATUS isc_shadow_accessed = 335544455L; +const ISC_STATUS isc_invalid_sdl = 335544456L; +const ISC_STATUS isc_out_of_bounds = 335544457L; +const ISC_STATUS isc_invalid_dimension = 335544458L; +const ISC_STATUS isc_rec_in_limbo = 335544459L; +const ISC_STATUS isc_shadow_missing = 335544460L; +const ISC_STATUS isc_cant_validate = 335544461L; +const ISC_STATUS isc_cant_start_journal = 335544462L; +const ISC_STATUS isc_gennotdef = 335544463L; +const ISC_STATUS isc_cant_start_logging = 335544464L; +const ISC_STATUS isc_bad_segstr_type = 335544465L; +const ISC_STATUS isc_foreign_key = 335544466L; +const ISC_STATUS isc_high_minor = 335544467L; +const ISC_STATUS isc_tra_state = 335544468L; +const ISC_STATUS isc_trans_invalid = 335544469L; +const ISC_STATUS isc_buf_invalid = 335544470L; +const ISC_STATUS isc_indexnotdefined = 335544471L; +const ISC_STATUS isc_login = 335544472L; +const ISC_STATUS isc_invalid_bookmark = 335544473L; +const ISC_STATUS isc_bad_lock_level = 335544474L; +const ISC_STATUS isc_relation_lock = 335544475L; +const ISC_STATUS isc_record_lock = 335544476L; +const ISC_STATUS isc_max_idx = 335544477L; +const ISC_STATUS isc_jrn_enable = 335544478L; +const ISC_STATUS isc_old_failure = 335544479L; +const ISC_STATUS isc_old_in_progress = 335544480L; +const ISC_STATUS isc_old_no_space = 335544481L; +const ISC_STATUS isc_no_wal_no_jrn = 335544482L; +const ISC_STATUS isc_num_old_files = 335544483L; +const ISC_STATUS isc_wal_file_open = 335544484L; +const ISC_STATUS isc_bad_stmt_handle = 335544485L; +const ISC_STATUS isc_wal_failure = 335544486L; +const ISC_STATUS isc_walw_err = 335544487L; +const ISC_STATUS isc_logh_small = 335544488L; +const ISC_STATUS isc_logh_inv_version = 335544489L; +const ISC_STATUS isc_logh_open_flag = 335544490L; +const ISC_STATUS isc_logh_open_flag2 = 335544491L; +const ISC_STATUS isc_logh_diff_dbname = 335544492L; +const ISC_STATUS isc_logf_unexpected_eof = 335544493L; +const ISC_STATUS isc_logr_incomplete = 335544494L; +const ISC_STATUS isc_logr_header_small = 335544495L; +const ISC_STATUS isc_logb_small = 335544496L; +const ISC_STATUS isc_wal_illegal_attach = 335544497L; +const ISC_STATUS isc_wal_invalid_wpb = 335544498L; +const ISC_STATUS isc_wal_err_rollover = 335544499L; +const ISC_STATUS isc_no_wal = 335544500L; +const ISC_STATUS isc_drop_wal = 335544501L; +const ISC_STATUS isc_stream_not_defined = 335544502L; +const ISC_STATUS isc_wal_subsys_error = 335544503L; +const ISC_STATUS isc_wal_subsys_corrupt = 335544504L; +const ISC_STATUS isc_no_archive = 335544505L; +const ISC_STATUS isc_shutinprog = 335544506L; +const ISC_STATUS isc_range_in_use = 335544507L; +const ISC_STATUS isc_range_not_found = 335544508L; +const ISC_STATUS isc_charset_not_found = 335544509L; +const ISC_STATUS isc_lock_timeout = 335544510L; +const ISC_STATUS isc_prcnotdef = 335544511L; +const ISC_STATUS isc_prcmismat = 335544512L; +const ISC_STATUS isc_wal_bugcheck = 335544513L; +const ISC_STATUS isc_wal_cant_expand = 335544514L; +const ISC_STATUS isc_codnotdef = 335544515L; +const ISC_STATUS isc_xcpnotdef = 335544516L; +const ISC_STATUS isc_except = 335544517L; +const ISC_STATUS isc_cache_restart = 335544518L; +const ISC_STATUS isc_bad_lock_handle = 335544519L; +const ISC_STATUS isc_jrn_present = 335544520L; +const ISC_STATUS isc_wal_err_rollover2 = 335544521L; +const ISC_STATUS isc_wal_err_logwrite = 335544522L; +const ISC_STATUS isc_wal_err_jrn_comm = 335544523L; +const ISC_STATUS isc_wal_err_expansion = 335544524L; +const ISC_STATUS isc_wal_err_setup = 335544525L; +const ISC_STATUS isc_wal_err_ww_sync = 335544526L; +const ISC_STATUS isc_wal_err_ww_start = 335544527L; +const ISC_STATUS isc_shutdown = 335544528L; +const ISC_STATUS isc_existing_priv_mod = 335544529L; +const ISC_STATUS isc_primary_key_ref = 335544530L; +const ISC_STATUS isc_primary_key_notnull = 335544531L; +const ISC_STATUS isc_ref_cnstrnt_notfound = 335544532L; +const ISC_STATUS isc_foreign_key_notfound = 335544533L; +const ISC_STATUS isc_ref_cnstrnt_update = 335544534L; +const ISC_STATUS isc_check_cnstrnt_update = 335544535L; +const ISC_STATUS isc_check_cnstrnt_del = 335544536L; +const ISC_STATUS isc_integ_index_seg_del = 335544537L; +const ISC_STATUS isc_integ_index_seg_mod = 335544538L; +const ISC_STATUS isc_integ_index_del = 335544539L; +const ISC_STATUS isc_integ_index_mod = 335544540L; +const ISC_STATUS isc_check_trig_del = 335544541L; +const ISC_STATUS isc_check_trig_update = 335544542L; +const ISC_STATUS isc_cnstrnt_fld_del = 335544543L; +const ISC_STATUS isc_cnstrnt_fld_rename = 335544544L; +const ISC_STATUS isc_rel_cnstrnt_update = 335544545L; +const ISC_STATUS isc_constaint_on_view = 335544546L; +const ISC_STATUS isc_invld_cnstrnt_type = 335544547L; +const ISC_STATUS isc_primary_key_exists = 335544548L; +const ISC_STATUS isc_systrig_update = 335544549L; +const ISC_STATUS isc_not_rel_owner = 335544550L; +const ISC_STATUS isc_grant_obj_notfound = 335544551L; +const ISC_STATUS isc_grant_fld_notfound = 335544552L; +const ISC_STATUS isc_grant_nopriv = 335544553L; +const ISC_STATUS isc_nonsql_security_rel = 335544554L; +const ISC_STATUS isc_nonsql_security_fld = 335544555L; +const ISC_STATUS isc_wal_cache_err = 335544556L; +const ISC_STATUS isc_shutfail = 335544557L; +const ISC_STATUS isc_check_constraint = 335544558L; +const ISC_STATUS isc_bad_svc_handle = 335544559L; +const ISC_STATUS isc_shutwarn = 335544560L; +const ISC_STATUS isc_wrospbver = 335544561L; +const ISC_STATUS isc_bad_spb_form = 335544562L; +const ISC_STATUS isc_svcnotdef = 335544563L; +const ISC_STATUS isc_no_jrn = 335544564L; +const ISC_STATUS isc_transliteration_failed = 335544565L; +const ISC_STATUS isc_start_cm_for_wal = 335544566L; +const ISC_STATUS isc_wal_ovflow_log_required = 335544567L; +const ISC_STATUS isc_text_subtype = 335544568L; +const ISC_STATUS isc_dsql_error = 335544569L; +const ISC_STATUS isc_dsql_command_err = 335544570L; +const ISC_STATUS isc_dsql_constant_err = 335544571L; +const ISC_STATUS isc_dsql_cursor_err = 335544572L; +const ISC_STATUS isc_dsql_datatype_err = 335544573L; +const ISC_STATUS isc_dsql_decl_err = 335544574L; +const ISC_STATUS isc_dsql_cursor_update_err = 335544575L; +const ISC_STATUS isc_dsql_cursor_open_err = 335544576L; +const ISC_STATUS isc_dsql_cursor_close_err = 335544577L; +const ISC_STATUS isc_dsql_field_err = 335544578L; +const ISC_STATUS isc_dsql_internal_err = 335544579L; +const ISC_STATUS isc_dsql_relation_err = 335544580L; +const ISC_STATUS isc_dsql_procedure_err = 335544581L; +const ISC_STATUS isc_dsql_request_err = 335544582L; +const ISC_STATUS isc_dsql_sqlda_err = 335544583L; +const ISC_STATUS isc_dsql_var_count_err = 335544584L; +const ISC_STATUS isc_dsql_stmt_handle = 335544585L; +const ISC_STATUS isc_dsql_function_err = 335544586L; +const ISC_STATUS isc_dsql_blob_err = 335544587L; +const ISC_STATUS isc_collation_not_found = 335544588L; +const ISC_STATUS isc_collation_not_for_charset = 335544589L; +const ISC_STATUS isc_dsql_dup_option = 335544590L; +const ISC_STATUS isc_dsql_tran_err = 335544591L; +const ISC_STATUS isc_dsql_invalid_array = 335544592L; +const ISC_STATUS isc_dsql_max_arr_dim_exceeded = 335544593L; +const ISC_STATUS isc_dsql_arr_range_error = 335544594L; +const ISC_STATUS isc_dsql_trigger_err = 335544595L; +const ISC_STATUS isc_dsql_subselect_err = 335544596L; +const ISC_STATUS isc_dsql_crdb_prepare_err = 335544597L; +const ISC_STATUS isc_specify_field_err = 335544598L; +const ISC_STATUS isc_num_field_err = 335544599L; +const ISC_STATUS isc_col_name_err = 335544600L; +const ISC_STATUS isc_where_err = 335544601L; +const ISC_STATUS isc_table_view_err = 335544602L; +const ISC_STATUS isc_distinct_err = 335544603L; +const ISC_STATUS isc_key_field_count_err = 335544604L; +const ISC_STATUS isc_subquery_err = 335544605L; +const ISC_STATUS isc_expression_eval_err = 335544606L; +const ISC_STATUS isc_node_err = 335544607L; +const ISC_STATUS isc_command_end_err = 335544608L; +const ISC_STATUS isc_index_name = 335544609L; +const ISC_STATUS isc_exception_name = 335544610L; +const ISC_STATUS isc_field_name = 335544611L; +const ISC_STATUS isc_token_err = 335544612L; +const ISC_STATUS isc_union_err = 335544613L; +const ISC_STATUS isc_dsql_construct_err = 335544614L; +const ISC_STATUS isc_field_aggregate_err = 335544615L; +const ISC_STATUS isc_field_ref_err = 335544616L; +const ISC_STATUS isc_order_by_err = 335544617L; +const ISC_STATUS isc_return_mode_err = 335544618L; +const ISC_STATUS isc_extern_func_err = 335544619L; +const ISC_STATUS isc_alias_conflict_err = 335544620L; +const ISC_STATUS isc_procedure_conflict_error = 335544621L; +const ISC_STATUS isc_relation_conflict_err = 335544622L; +const ISC_STATUS isc_dsql_domain_err = 335544623L; +const ISC_STATUS isc_idx_seg_err = 335544624L; +const ISC_STATUS isc_node_name_err = 335544625L; +const ISC_STATUS isc_table_name = 335544626L; +const ISC_STATUS isc_proc_name = 335544627L; +const ISC_STATUS isc_idx_create_err = 335544628L; +const ISC_STATUS isc_wal_shadow_err = 335544629L; +const ISC_STATUS isc_dependency = 335544630L; +const ISC_STATUS isc_idx_key_err = 335544631L; +const ISC_STATUS isc_dsql_file_length_err = 335544632L; +const ISC_STATUS isc_dsql_shadow_number_err = 335544633L; +const ISC_STATUS isc_dsql_token_unk_err = 335544634L; +const ISC_STATUS isc_dsql_no_relation_alias = 335544635L; +const ISC_STATUS isc_indexname = 335544636L; +const ISC_STATUS isc_no_stream_plan = 335544637L; +const ISC_STATUS isc_stream_twice = 335544638L; +const ISC_STATUS isc_stream_not_found = 335544639L; +const ISC_STATUS isc_collation_requires_text = 335544640L; +const ISC_STATUS isc_dsql_domain_not_found = 335544641L; +const ISC_STATUS isc_index_unused = 335544642L; +const ISC_STATUS isc_dsql_self_join = 335544643L; +const ISC_STATUS isc_stream_bof = 335544644L; +const ISC_STATUS isc_stream_crack = 335544645L; +const ISC_STATUS isc_db_or_file_exists = 335544646L; +const ISC_STATUS isc_invalid_operator = 335544647L; +const ISC_STATUS isc_conn_lost = 335544648L; +const ISC_STATUS isc_bad_checksum = 335544649L; +const ISC_STATUS isc_page_type_err = 335544650L; +const ISC_STATUS isc_ext_readonly_err = 335544651L; +const ISC_STATUS isc_sing_select_err = 335544652L; +const ISC_STATUS isc_psw_attach = 335544653L; +const ISC_STATUS isc_psw_start_trans = 335544654L; +const ISC_STATUS isc_invalid_direction = 335544655L; +const ISC_STATUS isc_dsql_var_conflict = 335544656L; +const ISC_STATUS isc_dsql_no_blob_array = 335544657L; +const ISC_STATUS isc_dsql_base_table = 335544658L; +const ISC_STATUS isc_duplicate_base_table = 335544659L; +const ISC_STATUS isc_view_alias = 335544660L; +const ISC_STATUS isc_index_root_page_full = 335544661L; +const ISC_STATUS isc_dsql_blob_type_unknown = 335544662L; +const ISC_STATUS isc_req_max_clones_exceeded = 335544663L; +const ISC_STATUS isc_dsql_duplicate_spec = 335544664L; +const ISC_STATUS isc_unique_key_violation = 335544665L; +const ISC_STATUS isc_srvr_version_too_old = 335544666L; +const ISC_STATUS isc_drdb_completed_with_errs = 335544667L; +const ISC_STATUS isc_dsql_procedure_use_err = 335544668L; +const ISC_STATUS isc_dsql_count_mismatch = 335544669L; +const ISC_STATUS isc_blob_idx_err = 335544670L; +const ISC_STATUS isc_array_idx_err = 335544671L; +const ISC_STATUS isc_key_field_err = 335544672L; +const ISC_STATUS isc_no_delete = 335544673L; +const ISC_STATUS isc_del_last_field = 335544674L; +const ISC_STATUS isc_sort_err = 335544675L; +const ISC_STATUS isc_sort_mem_err = 335544676L; +const ISC_STATUS isc_version_err = 335544677L; +const ISC_STATUS isc_inval_key_posn = 335544678L; +const ISC_STATUS isc_no_segments_err = 335544679L; +const ISC_STATUS isc_crrp_data_err = 335544680L; +const ISC_STATUS isc_rec_size_err = 335544681L; +const ISC_STATUS isc_dsql_field_ref = 335544682L; +const ISC_STATUS isc_req_depth_exceeded = 335544683L; +const ISC_STATUS isc_no_field_access = 335544684L; +const ISC_STATUS isc_no_dbkey = 335544685L; +const ISC_STATUS isc_jrn_format_err = 335544686L; +const ISC_STATUS isc_jrn_file_full = 335544687L; +const ISC_STATUS isc_dsql_open_cursor_request = 335544688L; +const ISC_STATUS isc_ib_error = 335544689L; +const ISC_STATUS isc_cache_redef = 335544690L; +const ISC_STATUS isc_cache_too_small = 335544691L; +const ISC_STATUS isc_log_redef = 335544692L; +const ISC_STATUS isc_log_too_small = 335544693L; +const ISC_STATUS isc_partition_too_small = 335544694L; +const ISC_STATUS isc_partition_not_supp = 335544695L; +const ISC_STATUS isc_log_length_spec = 335544696L; +const ISC_STATUS isc_precision_err = 335544697L; +const ISC_STATUS isc_scale_nogt = 335544698L; +const ISC_STATUS isc_expec_short = 335544699L; +const ISC_STATUS isc_expec_long = 335544700L; +const ISC_STATUS isc_expec_ushort = 335544701L; +const ISC_STATUS isc_like_escape_invalid = 335544702L; +const ISC_STATUS isc_svcnoexe = 335544703L; +const ISC_STATUS isc_net_lookup_err = 335544704L; +const ISC_STATUS isc_service_unknown = 335544705L; +const ISC_STATUS isc_host_unknown = 335544706L; +const ISC_STATUS isc_grant_nopriv_on_base = 335544707L; +const ISC_STATUS isc_dyn_fld_ambiguous = 335544708L; +const ISC_STATUS isc_dsql_agg_ref_err = 335544709L; +const ISC_STATUS isc_complex_view = 335544710L; +const ISC_STATUS isc_unprepared_stmt = 335544711L; +const ISC_STATUS isc_expec_positive = 335544712L; +const ISC_STATUS isc_dsql_sqlda_value_err = 335544713L; +const ISC_STATUS isc_invalid_array_id = 335544714L; +const ISC_STATUS isc_extfile_uns_op = 335544715L; +const ISC_STATUS isc_svc_in_use = 335544716L; +const ISC_STATUS isc_err_stack_limit = 335544717L; +const ISC_STATUS isc_invalid_key = 335544718L; +const ISC_STATUS isc_net_init_error = 335544719L; +const ISC_STATUS isc_loadlib_failure = 335544720L; +const ISC_STATUS isc_network_error = 335544721L; +const ISC_STATUS isc_net_connect_err = 335544722L; +const ISC_STATUS isc_net_connect_listen_err = 335544723L; +const ISC_STATUS isc_net_event_connect_err = 335544724L; +const ISC_STATUS isc_net_event_listen_err = 335544725L; +const ISC_STATUS isc_net_read_err = 335544726L; +const ISC_STATUS isc_net_write_err = 335544727L; +const ISC_STATUS isc_integ_index_deactivate = 335544728L; +const ISC_STATUS isc_integ_deactivate_primary = 335544729L; +const ISC_STATUS isc_cse_not_supported = 335544730L; +const ISC_STATUS isc_tra_must_sweep = 335544731L; +const ISC_STATUS isc_unsupported_network_drive = 335544732L; +const ISC_STATUS isc_io_create_err = 335544733L; +const ISC_STATUS isc_io_open_err = 335544734L; +const ISC_STATUS isc_io_close_err = 335544735L; +const ISC_STATUS isc_io_read_err = 335544736L; +const ISC_STATUS isc_io_write_err = 335544737L; +const ISC_STATUS isc_io_delete_err = 335544738L; +const ISC_STATUS isc_io_access_err = 335544739L; +const ISC_STATUS isc_udf_exception = 335544740L; +const ISC_STATUS isc_lost_db_connection = 335544741L; +const ISC_STATUS isc_no_write_user_priv = 335544742L; +const ISC_STATUS isc_token_too_long = 335544743L; +const ISC_STATUS isc_max_att_exceeded = 335544744L; +const ISC_STATUS isc_login_same_as_role_name = 335544745L; +const ISC_STATUS isc_reftable_requires_pk = 335544746L; +const ISC_STATUS isc_usrname_too_long = 335544747L; +const ISC_STATUS isc_password_too_long = 335544748L; +const ISC_STATUS isc_usrname_required = 335544749L; +const ISC_STATUS isc_password_required = 335544750L; +const ISC_STATUS isc_bad_protocol = 335544751L; +const ISC_STATUS isc_dup_usrname_found = 335544752L; +const ISC_STATUS isc_usrname_not_found = 335544753L; +const ISC_STATUS isc_error_adding_sec_record = 335544754L; +const ISC_STATUS isc_error_modifying_sec_record = 335544755L; +const ISC_STATUS isc_error_deleting_sec_record = 335544756L; +const ISC_STATUS isc_error_updating_sec_db = 335544757L; +const ISC_STATUS isc_sort_rec_size_err = 335544758L; +const ISC_STATUS isc_bad_default_value = 335544759L; +const ISC_STATUS isc_invalid_clause = 335544760L; +const ISC_STATUS isc_too_many_handles = 335544761L; +const ISC_STATUS isc_optimizer_blk_exc = 335544762L; +const ISC_STATUS isc_invalid_string_constant = 335544763L; +const ISC_STATUS isc_transitional_date = 335544764L; +const ISC_STATUS isc_read_only_database = 335544765L; +const ISC_STATUS isc_must_be_dialect_2_and_up = 335544766L; +const ISC_STATUS isc_blob_filter_exception = 335544767L; +const ISC_STATUS isc_exception_access_violation = 335544768L; +const ISC_STATUS isc_exception_datatype_missalignment = 335544769L; +const ISC_STATUS isc_exception_array_bounds_exceeded = 335544770L; +const ISC_STATUS isc_exception_float_denormal_operand = 335544771L; +const ISC_STATUS isc_exception_float_divide_by_zero = 335544772L; +const ISC_STATUS isc_exception_float_inexact_result = 335544773L; +const ISC_STATUS isc_exception_float_invalid_operand = 335544774L; +const ISC_STATUS isc_exception_float_overflow = 335544775L; +const ISC_STATUS isc_exception_float_stack_check = 335544776L; +const ISC_STATUS isc_exception_float_underflow = 335544777L; +const ISC_STATUS isc_exception_integer_divide_by_zero = 335544778L; +const ISC_STATUS isc_exception_integer_overflow = 335544779L; +const ISC_STATUS isc_exception_unknown = 335544780L; +const ISC_STATUS isc_exception_stack_overflow = 335544781L; +const ISC_STATUS isc_exception_sigsegv = 335544782L; +const ISC_STATUS isc_exception_sigill = 335544783L; +const ISC_STATUS isc_exception_sigbus = 335544784L; +const ISC_STATUS isc_exception_sigfpe = 335544785L; +const ISC_STATUS isc_ext_file_delete = 335544786L; +const ISC_STATUS isc_ext_file_modify = 335544787L; +const ISC_STATUS isc_adm_task_denied = 335544788L; +const ISC_STATUS isc_extract_input_mismatch = 335544789L; +const ISC_STATUS isc_insufficient_svc_privileges = 335544790L; +const ISC_STATUS isc_file_in_use = 335544791L; +const ISC_STATUS isc_service_att_err = 335544792L; +const ISC_STATUS isc_ddl_not_allowed_by_db_sql_dial = 335544793L; +const ISC_STATUS isc_cancelled = 335544794L; +const ISC_STATUS isc_unexp_spb_form = 335544795L; +const ISC_STATUS isc_sql_dialect_datatype_unsupport = 335544796L; +const ISC_STATUS isc_svcnouser = 335544797L; +const ISC_STATUS isc_depend_on_uncommitted_rel = 335544798L; +const ISC_STATUS isc_svc_name_missing = 335544799L; +const ISC_STATUS isc_too_many_contexts = 335544800L; +const ISC_STATUS isc_datype_notsup = 335544801L; +const ISC_STATUS isc_dialect_reset_warning = 335544802L; +const ISC_STATUS isc_dialect_not_changed = 335544803L; +const ISC_STATUS isc_database_create_failed = 335544804L; +const ISC_STATUS isc_inv_dialect_specified = 335544805L; +const ISC_STATUS isc_valid_db_dialects = 335544806L; +const ISC_STATUS isc_sqlwarn = 335544807L; +const ISC_STATUS isc_dtype_renamed = 335544808L; +const ISC_STATUS isc_extern_func_dir_error = 335544809L; +const ISC_STATUS isc_date_range_exceeded = 335544810L; +const ISC_STATUS isc_inv_client_dialect_specified = 335544811L; +const ISC_STATUS isc_valid_client_dialects = 335544812L; +const ISC_STATUS isc_optimizer_between_err = 335544813L; +const ISC_STATUS isc_service_not_supported = 335544814L; +const ISC_STATUS isc_generator_name = 335544815L; +const ISC_STATUS isc_udf_name = 335544816L; +const ISC_STATUS isc_bad_limit_param = 335544817L; +const ISC_STATUS isc_bad_skip_param = 335544818L; +const ISC_STATUS isc_io_32bit_exceeded_err = 335544819L; +const ISC_STATUS isc_invalid_savepoint = 335544820L; +const ISC_STATUS isc_dsql_column_pos_err = 335544821L; +const ISC_STATUS isc_dsql_agg_where_err = 335544822L; +const ISC_STATUS isc_dsql_agg_group_err = 335544823L; +const ISC_STATUS isc_dsql_agg_column_err = 335544824L; +const ISC_STATUS isc_dsql_agg_having_err = 335544825L; +const ISC_STATUS isc_dsql_agg_nested_err = 335544826L; +const ISC_STATUS isc_exec_sql_invalid_arg = 335544827L; +const ISC_STATUS isc_exec_sql_invalid_req = 335544828L; +const ISC_STATUS isc_exec_sql_invalid_var = 335544829L; +const ISC_STATUS isc_exec_sql_max_call_exceeded = 335544830L; +const ISC_STATUS isc_conf_access_denied = 335544831L; +const ISC_STATUS isc_wrong_backup_state = 335544832L; +const ISC_STATUS isc_wal_backup_err = 335544833L; +const ISC_STATUS isc_cursor_not_open = 335544834L; +const ISC_STATUS isc_bad_shutdown_mode = 335544835L; +const ISC_STATUS isc_concat_overflow = 335544836L; +const ISC_STATUS isc_bad_substring_offset = 335544837L; +const ISC_STATUS isc_foreign_key_target_doesnt_exist = 335544838L; +const ISC_STATUS isc_foreign_key_references_present = 335544839L; +const ISC_STATUS isc_no_update = 335544840L; +const ISC_STATUS isc_cursor_already_open = 335544841L; +const ISC_STATUS isc_stack_trace = 335544842L; +const ISC_STATUS isc_ctx_var_not_found = 335544843L; +const ISC_STATUS isc_ctx_namespace_invalid = 335544844L; +const ISC_STATUS isc_ctx_too_big = 335544845L; +const ISC_STATUS isc_ctx_bad_argument = 335544846L; +const ISC_STATUS isc_identifier_too_long = 335544847L; +const ISC_STATUS isc_except2 = 335544848L; +const ISC_STATUS isc_malformed_string = 335544849L; +const ISC_STATUS isc_prc_out_param_mismatch = 335544850L; +const ISC_STATUS isc_command_end_err2 = 335544851L; +const ISC_STATUS isc_partner_idx_incompat_type = 335544852L; +const ISC_STATUS isc_bad_substring_length = 335544853L; +const ISC_STATUS isc_charset_not_installed = 335544854L; +const ISC_STATUS isc_collation_not_installed = 335544855L; +const ISC_STATUS isc_att_shutdown = 335544856L; +const ISC_STATUS isc_blobtoobig = 335544857L; +const ISC_STATUS isc_must_have_phys_field = 335544858L; +const ISC_STATUS isc_invalid_time_precision = 335544859L; +const ISC_STATUS isc_blob_convert_error = 335544860L; +const ISC_STATUS isc_array_convert_error = 335544861L; +const ISC_STATUS isc_record_lock_not_supp = 335544862L; +const ISC_STATUS isc_partner_idx_not_found = 335544863L; +const ISC_STATUS isc_tra_num_exc = 335544864L; +const ISC_STATUS isc_field_disappeared = 335544865L; +const ISC_STATUS isc_gfix_db_name = 335740929L; +const ISC_STATUS isc_gfix_invalid_sw = 335740930L; +const ISC_STATUS isc_gfix_incmp_sw = 335740932L; +const ISC_STATUS isc_gfix_replay_req = 335740933L; +const ISC_STATUS isc_gfix_pgbuf_req = 335740934L; +const ISC_STATUS isc_gfix_val_req = 335740935L; +const ISC_STATUS isc_gfix_pval_req = 335740936L; +const ISC_STATUS isc_gfix_trn_req = 335740937L; +const ISC_STATUS isc_gfix_full_req = 335740940L; +const ISC_STATUS isc_gfix_usrname_req = 335740941L; +const ISC_STATUS isc_gfix_pass_req = 335740942L; +const ISC_STATUS isc_gfix_subs_name = 335740943L; +const ISC_STATUS isc_gfix_wal_req = 335740944L; +const ISC_STATUS isc_gfix_sec_req = 335740945L; +const ISC_STATUS isc_gfix_nval_req = 335740946L; +const ISC_STATUS isc_gfix_type_shut = 335740947L; +const ISC_STATUS isc_gfix_retry = 335740948L; +const ISC_STATUS isc_gfix_retry_db = 335740951L; +const ISC_STATUS isc_gfix_exceed_max = 335740991L; +const ISC_STATUS isc_gfix_corrupt_pool = 335740992L; +const ISC_STATUS isc_gfix_mem_exhausted = 335740993L; +const ISC_STATUS isc_gfix_bad_pool = 335740994L; +const ISC_STATUS isc_gfix_trn_not_valid = 335740995L; +const ISC_STATUS isc_gfix_unexp_eoi = 335741012L; +const ISC_STATUS isc_gfix_recon_fail = 335741018L; +const ISC_STATUS isc_gfix_trn_unknown = 335741036L; +const ISC_STATUS isc_gfix_mode_req = 335741038L; +const ISC_STATUS isc_gfix_opt_SQL_dialect = 335741039L; +const ISC_STATUS isc_gfix_pzval_req = 335741042L; +const ISC_STATUS isc_dsql_dbkey_from_non_table = 336003074L; +const ISC_STATUS isc_dsql_transitional_numeric = 336003075L; +const ISC_STATUS isc_dsql_dialect_warning_expr = 336003076L; +const ISC_STATUS isc_sql_db_dialect_dtype_unsupport = 336003077L; +const ISC_STATUS isc_isc_sql_dialect_conflict_num = 336003079L; +const ISC_STATUS isc_dsql_warning_number_ambiguous = 336003080L; +const ISC_STATUS isc_dsql_warning_number_ambiguous1 = 336003081L; +const ISC_STATUS isc_dsql_warn_precision_ambiguous = 336003082L; +const ISC_STATUS isc_dsql_warn_precision_ambiguous1 = 336003083L; +const ISC_STATUS isc_dsql_warn_precision_ambiguous2 = 336003084L; +const ISC_STATUS isc_dsql_ambiguous_field_name = 336003085L; +const ISC_STATUS isc_dsql_udf_return_pos_err = 336003086L; +const ISC_STATUS isc_dsql_invalid_label = 336003087L; +const ISC_STATUS isc_dsql_datatypes_not_comparable = 336003088L; +const ISC_STATUS isc_dsql_cursor_invalid = 336003089L; +const ISC_STATUS isc_dsql_cursor_redefined = 336003090L; +const ISC_STATUS isc_dsql_cursor_not_found = 336003091L; +const ISC_STATUS isc_dsql_cursor_exists = 336003092L; +const ISC_STATUS isc_dsql_cursor_rel_ambiguous = 336003093L; +const ISC_STATUS isc_dsql_cursor_rel_not_found = 336003094L; +const ISC_STATUS isc_dsql_cursor_not_open = 336003095L; +const ISC_STATUS isc_dsql_type_not_supp_ext_tab = 336003096L; +const ISC_STATUS isc_dyn_role_does_not_exist = 336068796L; +const ISC_STATUS isc_dyn_no_grant_admin_opt = 336068797L; +const ISC_STATUS isc_dyn_user_not_role_member = 336068798L; +const ISC_STATUS isc_dyn_delete_role_failed = 336068799L; +const ISC_STATUS isc_dyn_grant_role_to_user = 336068800L; +const ISC_STATUS isc_dyn_inv_sql_role_name = 336068801L; +const ISC_STATUS isc_dyn_dup_sql_role = 336068802L; +const ISC_STATUS isc_dyn_kywd_spec_for_role = 336068803L; +const ISC_STATUS isc_dyn_roles_not_supported = 336068804L; +const ISC_STATUS isc_dyn_domain_name_exists = 336068812L; +const ISC_STATUS isc_dyn_field_name_exists = 336068813L; +const ISC_STATUS isc_dyn_dependency_exists = 336068814L; +const ISC_STATUS isc_dyn_dtype_invalid = 336068815L; +const ISC_STATUS isc_dyn_char_fld_too_small = 336068816L; +const ISC_STATUS isc_dyn_invalid_dtype_conversion = 336068817L; +const ISC_STATUS isc_dyn_dtype_conv_invalid = 336068818L; +const ISC_STATUS isc_dyn_zero_len_id = 336068820L; +const ISC_STATUS isc_gbak_unknown_switch = 336330753L; +const ISC_STATUS isc_gbak_page_size_missing = 336330754L; +const ISC_STATUS isc_gbak_page_size_toobig = 336330755L; +const ISC_STATUS isc_gbak_redir_ouput_missing = 336330756L; +const ISC_STATUS isc_gbak_switches_conflict = 336330757L; +const ISC_STATUS isc_gbak_unknown_device = 336330758L; +const ISC_STATUS isc_gbak_no_protection = 336330759L; +const ISC_STATUS isc_gbak_page_size_not_allowed = 336330760L; +const ISC_STATUS isc_gbak_multi_source_dest = 336330761L; +const ISC_STATUS isc_gbak_filename_missing = 336330762L; +const ISC_STATUS isc_gbak_dup_inout_names = 336330763L; +const ISC_STATUS isc_gbak_inv_page_size = 336330764L; +const ISC_STATUS isc_gbak_db_specified = 336330765L; +const ISC_STATUS isc_gbak_db_exists = 336330766L; +const ISC_STATUS isc_gbak_unk_device = 336330767L; +const ISC_STATUS isc_gbak_blob_info_failed = 336330772L; +const ISC_STATUS isc_gbak_unk_blob_item = 336330773L; +const ISC_STATUS isc_gbak_get_seg_failed = 336330774L; +const ISC_STATUS isc_gbak_close_blob_failed = 336330775L; +const ISC_STATUS isc_gbak_open_blob_failed = 336330776L; +const ISC_STATUS isc_gbak_put_blr_gen_id_failed = 336330777L; +const ISC_STATUS isc_gbak_unk_type = 336330778L; +const ISC_STATUS isc_gbak_comp_req_failed = 336330779L; +const ISC_STATUS isc_gbak_start_req_failed = 336330780L; +const ISC_STATUS isc_gbak_rec_failed = 336330781L; +const ISC_STATUS isc_gbak_rel_req_failed = 336330782L; +const ISC_STATUS isc_gbak_db_info_failed = 336330783L; +const ISC_STATUS isc_gbak_no_db_desc = 336330784L; +const ISC_STATUS isc_gbak_db_create_failed = 336330785L; +const ISC_STATUS isc_gbak_decomp_len_error = 336330786L; +const ISC_STATUS isc_gbak_tbl_missing = 336330787L; +const ISC_STATUS isc_gbak_blob_col_missing = 336330788L; +const ISC_STATUS isc_gbak_create_blob_failed = 336330789L; +const ISC_STATUS isc_gbak_put_seg_failed = 336330790L; +const ISC_STATUS isc_gbak_rec_len_exp = 336330791L; +const ISC_STATUS isc_gbak_inv_rec_len = 336330792L; +const ISC_STATUS isc_gbak_exp_data_type = 336330793L; +const ISC_STATUS isc_gbak_gen_id_failed = 336330794L; +const ISC_STATUS isc_gbak_unk_rec_type = 336330795L; +const ISC_STATUS isc_gbak_inv_bkup_ver = 336330796L; +const ISC_STATUS isc_gbak_missing_bkup_desc = 336330797L; +const ISC_STATUS isc_gbak_string_trunc = 336330798L; +const ISC_STATUS isc_gbak_cant_rest_record = 336330799L; +const ISC_STATUS isc_gbak_send_failed = 336330800L; +const ISC_STATUS isc_gbak_no_tbl_name = 336330801L; +const ISC_STATUS isc_gbak_unexp_eof = 336330802L; +const ISC_STATUS isc_gbak_db_format_too_old = 336330803L; +const ISC_STATUS isc_gbak_inv_array_dim = 336330804L; +const ISC_STATUS isc_gbak_xdr_len_expected = 336330807L; +const ISC_STATUS isc_gbak_open_bkup_error = 336330817L; +const ISC_STATUS isc_gbak_open_error = 336330818L; +const ISC_STATUS isc_gbak_missing_block_fac = 336330934L; +const ISC_STATUS isc_gbak_inv_block_fac = 336330935L; +const ISC_STATUS isc_gbak_block_fac_specified = 336330936L; +const ISC_STATUS isc_gbak_missing_username = 336330940L; +const ISC_STATUS isc_gbak_missing_password = 336330941L; +const ISC_STATUS isc_gbak_missing_skipped_bytes = 336330952L; +const ISC_STATUS isc_gbak_inv_skipped_bytes = 336330953L; +const ISC_STATUS isc_gbak_err_restore_charset = 336330965L; +const ISC_STATUS isc_gbak_err_restore_collation = 336330967L; +const ISC_STATUS isc_gbak_read_error = 336330972L; +const ISC_STATUS isc_gbak_write_error = 336330973L; +const ISC_STATUS isc_gbak_db_in_use = 336330985L; +const ISC_STATUS isc_gbak_sysmemex = 336330990L; +const ISC_STATUS isc_gbak_restore_role_failed = 336331002L; +const ISC_STATUS isc_gbak_role_op_missing = 336331005L; +const ISC_STATUS isc_gbak_page_buffers_missing = 336331010L; +const ISC_STATUS isc_gbak_page_buffers_wrong_param = 336331011L; +const ISC_STATUS isc_gbak_page_buffers_restore = 336331012L; +const ISC_STATUS isc_gbak_inv_size = 336331014L; +const ISC_STATUS isc_gbak_file_outof_sequence = 336331015L; +const ISC_STATUS isc_gbak_join_file_missing = 336331016L; +const ISC_STATUS isc_gbak_stdin_not_supptd = 336331017L; +const ISC_STATUS isc_gbak_stdout_not_supptd = 336331018L; +const ISC_STATUS isc_gbak_bkup_corrupt = 336331019L; +const ISC_STATUS isc_gbak_unk_db_file_spec = 336331020L; +const ISC_STATUS isc_gbak_hdr_write_failed = 336331021L; +const ISC_STATUS isc_gbak_disk_space_ex = 336331022L; +const ISC_STATUS isc_gbak_size_lt_min = 336331023L; +const ISC_STATUS isc_gbak_svc_name_missing = 336331025L; +const ISC_STATUS isc_gbak_not_ownr = 336331026L; +const ISC_STATUS isc_gbak_mode_req = 336331031L; +const ISC_STATUS isc_gbak_just_data = 336331033L; +const ISC_STATUS isc_gbak_data_only = 336331034L; +const ISC_STATUS isc_dsql_too_old_ods = 336397205L; +const ISC_STATUS isc_dsql_table_not_found = 336397206L; +const ISC_STATUS isc_dsql_view_not_found = 336397207L; +const ISC_STATUS isc_dsql_line_col_error = 336397208L; +const ISC_STATUS isc_dsql_unknown_pos = 336397209L; +const ISC_STATUS isc_dsql_no_dup_name = 336397210L; +const ISC_STATUS isc_dsql_too_many_values = 336397211L; +const ISC_STATUS isc_gsec_cant_open_db = 336723983L; +const ISC_STATUS isc_gsec_switches_error = 336723984L; +const ISC_STATUS isc_gsec_no_op_spec = 336723985L; +const ISC_STATUS isc_gsec_no_usr_name = 336723986L; +const ISC_STATUS isc_gsec_err_add = 336723987L; +const ISC_STATUS isc_gsec_err_modify = 336723988L; +const ISC_STATUS isc_gsec_err_find_mod = 336723989L; +const ISC_STATUS isc_gsec_err_rec_not_found = 336723990L; +const ISC_STATUS isc_gsec_err_delete = 336723991L; +const ISC_STATUS isc_gsec_err_find_del = 336723992L; +const ISC_STATUS isc_gsec_err_find_disp = 336723996L; +const ISC_STATUS isc_gsec_inv_param = 336723997L; +const ISC_STATUS isc_gsec_op_specified = 336723998L; +const ISC_STATUS isc_gsec_pw_specified = 336723999L; +const ISC_STATUS isc_gsec_uid_specified = 336724000L; +const ISC_STATUS isc_gsec_gid_specified = 336724001L; +const ISC_STATUS isc_gsec_proj_specified = 336724002L; +const ISC_STATUS isc_gsec_org_specified = 336724003L; +const ISC_STATUS isc_gsec_fname_specified = 336724004L; +const ISC_STATUS isc_gsec_mname_specified = 336724005L; +const ISC_STATUS isc_gsec_lname_specified = 336724006L; +const ISC_STATUS isc_gsec_inv_switch = 336724008L; +const ISC_STATUS isc_gsec_amb_switch = 336724009L; +const ISC_STATUS isc_gsec_no_op_specified = 336724010L; +const ISC_STATUS isc_gsec_params_not_allowed = 336724011L; +const ISC_STATUS isc_gsec_incompat_switch = 336724012L; +const ISC_STATUS isc_gsec_inv_username = 336724044L; +const ISC_STATUS isc_gsec_inv_pw_length = 336724045L; +const ISC_STATUS isc_gsec_db_specified = 336724046L; +const ISC_STATUS isc_gsec_db_admin_specified = 336724047L; +const ISC_STATUS isc_gsec_db_admin_pw_specified = 336724048L; +const ISC_STATUS isc_gsec_sql_role_specified = 336724049L; +const ISC_STATUS isc_license_no_file = 336789504L; +const ISC_STATUS isc_license_op_specified = 336789523L; +const ISC_STATUS isc_license_op_missing = 336789524L; +const ISC_STATUS isc_license_inv_switch = 336789525L; +const ISC_STATUS isc_license_inv_switch_combo = 336789526L; +const ISC_STATUS isc_license_inv_op_combo = 336789527L; +const ISC_STATUS isc_license_amb_switch = 336789528L; +const ISC_STATUS isc_license_inv_parameter = 336789529L; +const ISC_STATUS isc_license_param_specified = 336789530L; +const ISC_STATUS isc_license_param_req = 336789531L; +const ISC_STATUS isc_license_syntx_error = 336789532L; +const ISC_STATUS isc_license_dup_id = 336789534L; +const ISC_STATUS isc_license_inv_id_key = 336789535L; +const ISC_STATUS isc_license_err_remove = 336789536L; +const ISC_STATUS isc_license_err_update = 336789537L; +const ISC_STATUS isc_license_err_convert = 336789538L; +const ISC_STATUS isc_license_err_unk = 336789539L; +const ISC_STATUS isc_license_svc_err_add = 336789540L; +const ISC_STATUS isc_license_svc_err_remove = 336789541L; +const ISC_STATUS isc_license_eval_exists = 336789563L; +const ISC_STATUS isc_gstat_unknown_switch = 336920577L; +const ISC_STATUS isc_gstat_retry = 336920578L; +const ISC_STATUS isc_gstat_wrong_ods = 336920579L; +const ISC_STATUS isc_gstat_unexpected_eof = 336920580L; +const ISC_STATUS isc_gstat_open_err = 336920605L; +const ISC_STATUS isc_gstat_read_err = 336920606L; +const ISC_STATUS isc_gstat_sysmemex = 336920607L; +const ISC_STATUS isc_err_max = 763; #else /* c definitions */ diff --git a/src/lock/lock.cpp b/src/lock/lock.cpp index c6bf17bb97..317ebfc310 100644 --- a/src/lock/lock.cpp +++ b/src/lock/lock.cpp @@ -4096,6 +4096,9 @@ static void shutdown_blocking_thread( ISC_STATUS * status_vector) event_t* event_ptr = LOCK_owner->own_wakeup; SLONG value = ISC_event_clear(event_ptr); + /* Tell the scheduler to allow AST's to run */ + AST_ENABLE(); + /* wait for AST thread to start (or 5 secs) */ startupSemaphore.tryEnter(5); @@ -4103,9 +4106,6 @@ static void shutdown_blocking_thread( ISC_STATUS * status_vector) ISC_event_post(LOCK_owner->own_blocking); ISC_event_post(LOCK_owner->own_stall); - /* Tell the scheduler to allow AST's to run */ - AST_ENABLE(); - /* Wait for the AST thread to finish cleanup or for 10 seconds */ ISC_event_wait(1, &event_ptr, &value, 10 * 1000000, lock_alarm_handler, event_ptr); diff --git a/src/misc/codes.epp b/src/misc/codes.epp index 0c503ded8e..e0e3487b97 100644 --- a/src/misc/codes.epp +++ b/src/misc/codes.epp @@ -196,25 +196,25 @@ static const SCHAR *isc_c_boiler_plate[] = { }; static const SCHAR *isc_cpp_boiler_plate[] = { - "const ISC_LONG isc_arg_end = 0; // end of argument list ", - "const ISC_LONG isc_arg_gds = 1; // generic DSRI status value ", - "const ISC_LONG isc_arg_string = 2; // string argument ", - "const ISC_LONG isc_arg_cstring = 3; // count & string argument ", - "const ISC_LONG isc_arg_number = 4; // numeric argument (long) ", - "const ISC_LONG isc_arg_interpreted = 5; // interpreted status code (string) ", - "const ISC_LONG isc_arg_vms = 6; // VAX/VMS status code (long) ", - "const ISC_LONG isc_arg_unix = 7; // UNIX error code ", - "const ISC_LONG isc_arg_domain = 8; // Apollo/Domain error code ", - "const ISC_LONG isc_arg_dos = 9; // MSDOS/OS2 error code ", - "const ISC_LONG isc_arg_mpexl = 10; // HP MPE/XL error code ", - "const ISC_LONG isc_arg_mpexl_ipc = 11; // HP MPE/XL IPC error code ", + "const ISC_STATUS isc_arg_end = 0; // end of argument list ", + "const ISC_STATUS isc_arg_gds = 1; // generic DSRI status value ", + "const ISC_STATUS isc_arg_string = 2; // string argument ", + "const ISC_STATUS isc_arg_cstring = 3; // count & string argument ", + "const ISC_STATUS isc_arg_number = 4; // numeric argument (long) ", + "const ISC_STATUS isc_arg_interpreted = 5; // interpreted status code (string) ", + "const ISC_STATUS isc_arg_vms = 6; // VAX/VMS status code (long) ", + "const ISC_STATUS isc_arg_unix = 7; // UNIX error code ", + "const ISC_STATUS isc_arg_domain = 8; // Apollo/Domain error code ", + "const ISC_STATUS isc_arg_dos = 9; // MSDOS/OS2 error code ", + "const ISC_STATUS isc_arg_mpexl = 10; // HP MPE/XL error code ", + "const ISC_STATUS isc_arg_mpexl_ipc = 11; // HP MPE/XL IPC error code ", // #'s 12-14 WERE USED BY TWIN SUN AND THUS MUST BE SKIPPED BY US! - "const ISC_LONG isc_arg_next_mach = 15; // NeXT/Mach error code ", - "const ISC_LONG isc_arg_netware = 16; // NetWare error code ", - "const ISC_LONG isc_arg_win32 = 17; // Win32 error code ", - "const ISC_LONG isc_arg_warning = 18; // warning argument ", + "const ISC_STATUS isc_arg_next_mach = 15; // NeXT/Mach error code ", + "const ISC_STATUS isc_arg_netware = 16; // NetWare error code ", + "const ISC_STATUS isc_arg_win32 = 17; // Win32 error code ", + "const ISC_STATUS isc_arg_warning = 18; // warning argument ", "", }; @@ -396,11 +396,11 @@ static void build_iberror_h(void) fprintf(iberror, "\n#ifdef __cplusplus /* c++ definitions */\n\n"); fprintf(iberror, - "const ISC_LONG isc_facility = %d;\n", isc_facility_local); + "const ISC_STATUS isc_facility = %d;\n", isc_facility_local); fprintf(iberror, - "const ISC_LONG isc_base = %"SLONGFORMAT"L;\n", isc_base_local); + "const ISC_STATUS isc_base = %"SLONGFORMAT"L;\n", isc_base_local); fprintf(iberror, - "const ISC_LONG isc_factor = %"SLONGFORMAT";\n", isc_factor_local); + "const ISC_STATUS isc_factor = %"SLONGFORMAT";\n", isc_factor_local); // Append the ISC C++ boiler plate @@ -424,13 +424,13 @@ static void build_iberror_h(void) } last_code = N.CODE; new_code = ENCODE_ISC_MSG(S.NUMBER, N.FAC_CODE); - fprintf(iberror, "const ISC_LONG isc_%-32.32s = %luL;\n", S.GDS_SYMBOL, + fprintf(iberror, "const ISC_STATUS isc_%-32.32s = %luL;\n", S.GDS_SYMBOL, new_code); ++code; END_FOR; --code; - fprintf(iberror, "const ISC_LONG isc_%-32.32s = %d;\n", "err_max", code); + fprintf(iberror, "const ISC_STATUS isc_%-32.32s = %d;\n", "err_max", code); fprintf(iberror, "\n");