1 |
|
2 |
{$IFDEF FPC} |
3 |
{$PACKRECORDS C} |
4 |
{$ENDIF} |
5 |
|
6 |
|
7 |
{$ifndef JRD_GEN_IBERROR_H} |
8 |
{$define JRD_GEN_IBERROR_H} |
9 |
{ |
10 |
* The contents of this file are subject to the Interbase Public |
11 |
* License Version 1.0 (the "License"); you may not use this file |
12 |
* except in compliance with the License. You may obtain a copy |
13 |
* of the License at http://www.Inprise.com/IPL.html |
14 |
* |
15 |
* Software distributed under the License is distributed on an |
16 |
* "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express |
17 |
* or implied. See the License for the specific language governing |
18 |
* rights and limitations under the License. |
19 |
* |
20 |
* The content of this file was generated by the Firebird project |
21 |
* using the program src/misc/codes.epp |
22 |
} |
23 |
{ |
24 |
* |
25 |
* *** WARNING *** - This file is automatically generated by codes.epp - do not edit! |
26 |
* |
27 |
} |
28 |
{ |
29 |
* MODULE: iberror.h |
30 |
* DESCRIPTION: ISC error codes |
31 |
* |
32 |
} |
33 |
{********************* } |
34 |
{ ISC Error Codes } |
35 |
{********************* } |
36 |
{ c definitions } |
37 |
|
38 |
const |
39 |
isc_facility = 20; |
40 |
isc_base = 335544320; |
41 |
isc_factor = 1; |
42 |
{ end of argument list } |
43 |
isc_arg_end = 0; |
44 |
{ generic DSRI status value } |
45 |
isc_arg_gds = 1; |
46 |
{ string argument } |
47 |
isc_arg_string = 2; |
48 |
{ count & string argument } |
49 |
isc_arg_cstring = 3; |
50 |
{ numeric argument (long) } |
51 |
isc_arg_number = 4; |
52 |
{ interpreted status code (string) } |
53 |
isc_arg_interpreted = 5; |
54 |
{ VAX/VMS status code (long) } |
55 |
isc_arg_vms = 6; |
56 |
{ UNIX error code } |
57 |
isc_arg_unix = 7; |
58 |
{ Apollo/Domain error code } |
59 |
isc_arg_domain = 8; |
60 |
{ MSDOS/OS2 error code } |
61 |
isc_arg_dos = 9; |
62 |
{ HP MPE/XL error code } |
63 |
isc_arg_mpexl = 10; |
64 |
{ HP MPE/XL IPC error code } |
65 |
isc_arg_mpexl_ipc = 11; |
66 |
{ NeXT/Mach error code } |
67 |
isc_arg_next_mach = 15; |
68 |
{ NetWare error code } |
69 |
isc_arg_netware = 16; |
70 |
{ Win32 error code } |
71 |
isc_arg_win32 = 17; |
72 |
{ warning argument } |
73 |
isc_arg_warning = 18; |
74 |
{ SQLSTATE } |
75 |
isc_arg_sql_state = 19; |
76 |
isc_arith_except = 335544321; |
77 |
isc_bad_dbkey = 335544322; |
78 |
isc_bad_db_format = 335544323; |
79 |
isc_bad_db_handle = 335544324; |
80 |
isc_bad_dpb_content = 335544325; |
81 |
isc_bad_dpb_form = 335544326; |
82 |
isc_bad_req_handle = 335544327; |
83 |
isc_bad_segstr_handle = 335544328; |
84 |
isc_bad_segstr_id = 335544329; |
85 |
isc_bad_tpb_content = 335544330; |
86 |
isc_bad_tpb_form = 335544331; |
87 |
isc_bad_trans_handle = 335544332; |
88 |
isc_bug_check = 335544333; |
89 |
isc_convert_error = 335544334; |
90 |
isc_db_corrupt = 335544335; |
91 |
isc_deadlock = 335544336; |
92 |
isc_excess_trans = 335544337; |
93 |
isc_from_no_match = 335544338; |
94 |
isc_infinap = 335544339; |
95 |
isc_infona = 335544340; |
96 |
isc_infunk = 335544341; |
97 |
isc_integ_fail = 335544342; |
98 |
isc_invalid_blr = 335544343; |
99 |
isc_io_error = 335544344; |
100 |
isc_lock_conflict = 335544345; |
101 |
isc_metadata_corrupt = 335544346; |
102 |
isc_not_valid = 335544347; |
103 |
isc_no_cur_rec = 335544348; |
104 |
isc_no_dup = 335544349; |
105 |
isc_no_finish = 335544350; |
106 |
isc_no_meta_update = 335544351; |
107 |
isc_no_priv = 335544352; |
108 |
isc_no_recon = 335544353; |
109 |
isc_no_record = 335544354; |
110 |
isc_no_segstr_close = 335544355; |
111 |
isc_obsolete_metadata = 335544356; |
112 |
isc_open_trans = 335544357; |
113 |
isc_port_len = 335544358; |
114 |
isc_read_only_field = 335544359; |
115 |
isc_read_only_rel = 335544360; |
116 |
isc_read_only_trans = 335544361; |
117 |
isc_read_only_view = 335544362; |
118 |
isc_req_no_trans = 335544363; |
119 |
isc_req_sync = 335544364; |
120 |
isc_req_wrong_db = 335544365; |
121 |
isc_segment = 335544366; |
122 |
isc_segstr_eof = 335544367; |
123 |
isc_segstr_no_op = 335544368; |
124 |
isc_segstr_no_read = 335544369; |
125 |
isc_segstr_no_trans = 335544370; |
126 |
isc_segstr_no_write = 335544371; |
127 |
isc_segstr_wrong_db = 335544372; |
128 |
isc_sys_request = 335544373; |
129 |
isc_stream_eof = 335544374; |
130 |
isc_unavailable = 335544375; |
131 |
isc_unres_rel = 335544376; |
132 |
isc_uns_ext = 335544377; |
133 |
isc_wish_list = 335544378; |
134 |
isc_wrong_ods = 335544379; |
135 |
isc_wronumarg = 335544380; |
136 |
isc_imp_exc = 335544381; |
137 |
isc_random = 335544382; |
138 |
isc_fatal_conflict = 335544383; |
139 |
isc_badblk = 335544384; |
140 |
isc_invpoolcl = 335544385; |
141 |
isc_nopoolids = 335544386; |
142 |
isc_relbadblk = 335544387; |
143 |
isc_blktoobig = 335544388; |
144 |
isc_bufexh = 335544389; |
145 |
isc_syntaxerr = 335544390; |
146 |
isc_bufinuse = 335544391; |
147 |
isc_bdbincon = 335544392; |
148 |
isc_reqinuse = 335544393; |
149 |
isc_badodsver = 335544394; |
150 |
isc_relnotdef = 335544395; |
151 |
isc_fldnotdef = 335544396; |
152 |
isc_dirtypage = 335544397; |
153 |
isc_waifortra = 335544398; |
154 |
isc_doubleloc = 335544399; |
155 |
isc_nodnotfnd = 335544400; |
156 |
isc_dupnodfnd = 335544401; |
157 |
isc_locnotmar = 335544402; |
158 |
isc_badpagtyp = 335544403; |
159 |
isc_corrupt = 335544404; |
160 |
isc_badpage = 335544405; |
161 |
isc_badindex = 335544406; |
162 |
isc_dbbnotzer = 335544407; |
163 |
isc_tranotzer = 335544408; |
164 |
isc_trareqmis = 335544409; |
165 |
isc_badhndcnt = 335544410; |
166 |
isc_wrotpbver = 335544411; |
167 |
isc_wroblrver = 335544412; |
168 |
isc_wrodpbver = 335544413; |
169 |
isc_blobnotsup = 335544414; |
170 |
isc_badrelation = 335544415; |
171 |
isc_nodetach = 335544416; |
172 |
isc_notremote = 335544417; |
173 |
isc_trainlim = 335544418; |
174 |
isc_notinlim = 335544419; |
175 |
isc_traoutsta = 335544420; |
176 |
isc_connect_reject = 335544421; |
177 |
isc_dbfile = 335544422; |
178 |
isc_orphan = 335544423; |
179 |
isc_no_lock_mgr = 335544424; |
180 |
isc_ctxinuse = 335544425; |
181 |
isc_ctxnotdef = 335544426; |
182 |
isc_datnotsup = 335544427; |
183 |
isc_badmsgnum = 335544428; |
184 |
isc_badparnum = 335544429; |
185 |
isc_virmemexh = 335544430; |
186 |
isc_blocking_signal = 335544431; |
187 |
isc_lockmanerr = 335544432; |
188 |
isc_journerr = 335544433; |
189 |
isc_keytoobig = 335544434; |
190 |
isc_nullsegkey = 335544435; |
191 |
isc_sqlerr = 335544436; |
192 |
isc_wrodynver = 335544437; |
193 |
isc_funnotdef = 335544438; |
194 |
isc_funmismat = 335544439; |
195 |
isc_bad_msg_vec = 335544440; |
196 |
isc_bad_detach = 335544441; |
197 |
isc_noargacc_read = 335544442; |
198 |
isc_noargacc_write = 335544443; |
199 |
isc_read_only = 335544444; |
200 |
isc_ext_err = 335544445; |
201 |
isc_non_updatable = 335544446; |
202 |
isc_no_rollback = 335544447; |
203 |
isc_bad_sec_info = 335544448; |
204 |
isc_invalid_sec_info = 335544449; |
205 |
isc_misc_interpreted = 335544450; |
206 |
isc_update_conflict = 335544451; |
207 |
isc_unlicensed = 335544452; |
208 |
isc_obj_in_use = 335544453; |
209 |
isc_nofilter = 335544454; |
210 |
isc_shadow_accessed = 335544455; |
211 |
isc_invalid_sdl = 335544456; |
212 |
isc_out_of_bounds = 335544457; |
213 |
isc_invalid_dimension = 335544458; |
214 |
isc_rec_in_limbo = 335544459; |
215 |
isc_shadow_missing = 335544460; |
216 |
isc_cant_validate = 335544461; |
217 |
isc_cant_start_journal = 335544462; |
218 |
isc_gennotdef = 335544463; |
219 |
isc_cant_start_logging = 335544464; |
220 |
isc_bad_segstr_type = 335544465; |
221 |
isc_foreign_key = 335544466; |
222 |
isc_high_minor = 335544467; |
223 |
isc_tra_state = 335544468; |
224 |
isc_trans_invalid = 335544469; |
225 |
isc_buf_invalid = 335544470; |
226 |
isc_indexnotdefined = 335544471; |
227 |
isc_login = 335544472; |
228 |
isc_invalid_bookmark = 335544473; |
229 |
isc_bad_lock_level = 335544474; |
230 |
isc_relation_lock = 335544475; |
231 |
isc_record_lock = 335544476; |
232 |
isc_max_idx = 335544477; |
233 |
isc_jrn_enable = 335544478; |
234 |
isc_old_failure = 335544479; |
235 |
isc_old_in_progress = 335544480; |
236 |
isc_old_no_space = 335544481; |
237 |
isc_no_wal_no_jrn = 335544482; |
238 |
isc_num_old_files = 335544483; |
239 |
isc_wal_file_open = 335544484; |
240 |
isc_bad_stmt_handle = 335544485; |
241 |
isc_wal_failure = 335544486; |
242 |
isc_walw_err = 335544487; |
243 |
isc_logh_small = 335544488; |
244 |
isc_logh_inv_version = 335544489; |
245 |
isc_logh_open_flag = 335544490; |
246 |
isc_logh_open_flag2 = 335544491; |
247 |
isc_logh_diff_dbname = 335544492; |
248 |
isc_logf_unexpected_eof = 335544493; |
249 |
isc_logr_incomplete = 335544494; |
250 |
isc_logr_header_small = 335544495; |
251 |
isc_logb_small = 335544496; |
252 |
isc_wal_illegal_attach = 335544497; |
253 |
isc_wal_invalid_wpb = 335544498; |
254 |
isc_wal_err_rollover = 335544499; |
255 |
isc_no_wal = 335544500; |
256 |
isc_drop_wal = 335544501; |
257 |
isc_stream_not_defined = 335544502; |
258 |
isc_wal_subsys_error = 335544503; |
259 |
isc_wal_subsys_corrupt = 335544504; |
260 |
isc_no_archive = 335544505; |
261 |
isc_shutinprog = 335544506; |
262 |
isc_range_in_use = 335544507; |
263 |
isc_range_not_found = 335544508; |
264 |
isc_charset_not_found = 335544509; |
265 |
isc_lock_timeout = 335544510; |
266 |
isc_prcnotdef = 335544511; |
267 |
isc_prcmismat = 335544512; |
268 |
isc_wal_bugcheck = 335544513; |
269 |
isc_wal_cant_expand = 335544514; |
270 |
isc_codnotdef = 335544515; |
271 |
isc_xcpnotdef = 335544516; |
272 |
isc_except = 335544517; |
273 |
isc_cache_restart = 335544518; |
274 |
isc_bad_lock_handle = 335544519; |
275 |
isc_jrn_present = 335544520; |
276 |
isc_wal_err_rollover2 = 335544521; |
277 |
isc_wal_err_logwrite = 335544522; |
278 |
isc_wal_err_jrn_comm = 335544523; |
279 |
isc_wal_err_expansion = 335544524; |
280 |
isc_wal_err_setup = 335544525; |
281 |
isc_wal_err_ww_sync = 335544526; |
282 |
isc_wal_err_ww_start = 335544527; |
283 |
isc_shutdown = 335544528; |
284 |
isc_existing_priv_mod = 335544529; |
285 |
isc_primary_key_ref = 335544530; |
286 |
isc_primary_key_notnull = 335544531; |
287 |
isc_ref_cnstrnt_notfound = 335544532; |
288 |
isc_foreign_key_notfound = 335544533; |
289 |
isc_ref_cnstrnt_update = 335544534; |
290 |
isc_check_cnstrnt_update = 335544535; |
291 |
isc_check_cnstrnt_del = 335544536; |
292 |
isc_integ_index_seg_del = 335544537; |
293 |
isc_integ_index_seg_mod = 335544538; |
294 |
isc_integ_index_del = 335544539; |
295 |
isc_integ_index_mod = 335544540; |
296 |
isc_check_trig_del = 335544541; |
297 |
isc_check_trig_update = 335544542; |
298 |
isc_cnstrnt_fld_del = 335544543; |
299 |
isc_cnstrnt_fld_rename = 335544544; |
300 |
isc_rel_cnstrnt_update = 335544545; |
301 |
isc_constaint_on_view = 335544546; |
302 |
isc_invld_cnstrnt_type = 335544547; |
303 |
isc_primary_key_exists = 335544548; |
304 |
isc_systrig_update = 335544549; |
305 |
isc_not_rel_owner = 335544550; |
306 |
isc_grant_obj_notfound = 335544551; |
307 |
isc_grant_fld_notfound = 335544552; |
308 |
isc_grant_nopriv = 335544553; |
309 |
isc_nonsql_security_rel = 335544554; |
310 |
isc_nonsql_security_fld = 335544555; |
311 |
isc_wal_cache_err = 335544556; |
312 |
isc_shutfail = 335544557; |
313 |
isc_check_constraint = 335544558; |
314 |
isc_bad_svc_handle = 335544559; |
315 |
isc_shutwarn = 335544560; |
316 |
isc_wrospbver = 335544561; |
317 |
isc_bad_spb_form = 335544562; |
318 |
isc_svcnotdef = 335544563; |
319 |
isc_no_jrn = 335544564; |
320 |
isc_transliteration_failed = 335544565; |
321 |
isc_start_cm_for_wal = 335544566; |
322 |
isc_wal_ovflow_log_required = 335544567; |
323 |
isc_text_subtype = 335544568; |
324 |
isc_dsql_error = 335544569; |
325 |
isc_dsql_command_err = 335544570; |
326 |
isc_dsql_constant_err = 335544571; |
327 |
isc_dsql_cursor_err = 335544572; |
328 |
isc_dsql_datatype_err = 335544573; |
329 |
isc_dsql_decl_err = 335544574; |
330 |
isc_dsql_cursor_update_err = 335544575; |
331 |
isc_dsql_cursor_open_err = 335544576; |
332 |
isc_dsql_cursor_close_err = 335544577; |
333 |
isc_dsql_field_err = 335544578; |
334 |
isc_dsql_internal_err = 335544579; |
335 |
isc_dsql_relation_err = 335544580; |
336 |
isc_dsql_procedure_err = 335544581; |
337 |
isc_dsql_request_err = 335544582; |
338 |
isc_dsql_sqlda_err = 335544583; |
339 |
isc_dsql_var_count_err = 335544584; |
340 |
isc_dsql_stmt_handle = 335544585; |
341 |
isc_dsql_function_err = 335544586; |
342 |
isc_dsql_blob_err = 335544587; |
343 |
isc_collation_not_found = 335544588; |
344 |
isc_collation_not_for_charset = 335544589; |
345 |
isc_dsql_dup_option = 335544590; |
346 |
isc_dsql_tran_err = 335544591; |
347 |
isc_dsql_invalid_array = 335544592; |
348 |
isc_dsql_max_arr_dim_exceeded = 335544593; |
349 |
isc_dsql_arr_range_error = 335544594; |
350 |
isc_dsql_trigger_err = 335544595; |
351 |
isc_dsql_subselect_err = 335544596; |
352 |
isc_dsql_crdb_prepare_err = 335544597; |
353 |
isc_specify_field_err = 335544598; |
354 |
isc_num_field_err = 335544599; |
355 |
isc_col_name_err = 335544600; |
356 |
isc_where_err = 335544601; |
357 |
isc_table_view_err = 335544602; |
358 |
isc_distinct_err = 335544603; |
359 |
isc_key_field_count_err = 335544604; |
360 |
isc_subquery_err = 335544605; |
361 |
isc_expression_eval_err = 335544606; |
362 |
isc_node_err = 335544607; |
363 |
isc_command_end_err = 335544608; |
364 |
isc_index_name = 335544609; |
365 |
isc_exception_name = 335544610; |
366 |
isc_field_name = 335544611; |
367 |
isc_token_err = 335544612; |
368 |
isc_union_err = 335544613; |
369 |
isc_dsql_construct_err = 335544614; |
370 |
isc_field_aggregate_err = 335544615; |
371 |
isc_field_ref_err = 335544616; |
372 |
isc_order_by_err = 335544617; |
373 |
isc_return_mode_err = 335544618; |
374 |
isc_extern_func_err = 335544619; |
375 |
isc_alias_conflict_err = 335544620; |
376 |
isc_procedure_conflict_error = 335544621; |
377 |
isc_relation_conflict_err = 335544622; |
378 |
isc_dsql_domain_err = 335544623; |
379 |
isc_idx_seg_err = 335544624; |
380 |
isc_node_name_err = 335544625; |
381 |
isc_table_name = 335544626; |
382 |
isc_proc_name = 335544627; |
383 |
isc_idx_create_err = 335544628; |
384 |
isc_wal_shadow_err = 335544629; |
385 |
isc_dependency = 335544630; |
386 |
isc_idx_key_err = 335544631; |
387 |
isc_dsql_file_length_err = 335544632; |
388 |
isc_dsql_shadow_number_err = 335544633; |
389 |
isc_dsql_token_unk_err = 335544634; |
390 |
isc_dsql_no_relation_alias = 335544635; |
391 |
isc_indexname = 335544636; |
392 |
isc_no_stream_plan = 335544637; |
393 |
isc_stream_twice = 335544638; |
394 |
isc_stream_not_found = 335544639; |
395 |
isc_collation_requires_text = 335544640; |
396 |
isc_dsql_domain_not_found = 335544641; |
397 |
isc_index_unused = 335544642; |
398 |
isc_dsql_self_join = 335544643; |
399 |
isc_stream_bof = 335544644; |
400 |
isc_stream_crack = 335544645; |
401 |
isc_db_or_file_exists = 335544646; |
402 |
isc_invalid_operator = 335544647; |
403 |
isc_conn_lost = 335544648; |
404 |
isc_bad_checksum = 335544649; |
405 |
isc_page_type_err = 335544650; |
406 |
isc_ext_readonly_err = 335544651; |
407 |
isc_sing_select_err = 335544652; |
408 |
isc_psw_attach = 335544653; |
409 |
isc_psw_start_trans = 335544654; |
410 |
isc_invalid_direction = 335544655; |
411 |
isc_dsql_var_conflict = 335544656; |
412 |
isc_dsql_no_blob_array = 335544657; |
413 |
isc_dsql_base_table = 335544658; |
414 |
isc_duplicate_base_table = 335544659; |
415 |
isc_view_alias = 335544660; |
416 |
isc_index_root_page_full = 335544661; |
417 |
isc_dsql_blob_type_unknown = 335544662; |
418 |
isc_req_max_clones_exceeded = 335544663; |
419 |
isc_dsql_duplicate_spec = 335544664; |
420 |
isc_unique_key_violation = 335544665; |
421 |
isc_srvr_version_too_old = 335544666; |
422 |
isc_drdb_completed_with_errs = 335544667; |
423 |
isc_dsql_procedure_use_err = 335544668; |
424 |
isc_dsql_count_mismatch = 335544669; |
425 |
isc_blob_idx_err = 335544670; |
426 |
isc_array_idx_err = 335544671; |
427 |
isc_key_field_err = 335544672; |
428 |
isc_no_delete = 335544673; |
429 |
isc_del_last_field = 335544674; |
430 |
isc_sort_err = 335544675; |
431 |
isc_sort_mem_err = 335544676; |
432 |
isc_version_err = 335544677; |
433 |
isc_inval_key_posn = 335544678; |
434 |
isc_no_segments_err = 335544679; |
435 |
isc_crrp_data_err = 335544680; |
436 |
isc_rec_size_err = 335544681; |
437 |
isc_dsql_field_ref = 335544682; |
438 |
isc_req_depth_exceeded = 335544683; |
439 |
isc_no_field_access = 335544684; |
440 |
isc_no_dbkey = 335544685; |
441 |
isc_jrn_format_err = 335544686; |
442 |
isc_jrn_file_full = 335544687; |
443 |
isc_dsql_open_cursor_request = 335544688; |
444 |
isc_ib_error = 335544689; |
445 |
isc_cache_redef = 335544690; |
446 |
isc_cache_too_small = 335544691; |
447 |
isc_log_redef = 335544692; |
448 |
isc_log_too_small = 335544693; |
449 |
isc_partition_too_small = 335544694; |
450 |
isc_partition_not_supp = 335544695; |
451 |
isc_log_length_spec = 335544696; |
452 |
isc_precision_err = 335544697; |
453 |
isc_scale_nogt = 335544698; |
454 |
isc_expec_short = 335544699; |
455 |
isc_expec_long = 335544700; |
456 |
isc_expec_ushort = 335544701; |
457 |
isc_escape_invalid = 335544702; |
458 |
isc_svcnoexe = 335544703; |
459 |
isc_net_lookup_err = 335544704; |
460 |
isc_service_unknown = 335544705; |
461 |
isc_host_unknown = 335544706; |
462 |
isc_grant_nopriv_on_base = 335544707; |
463 |
isc_dyn_fld_ambiguous = 335544708; |
464 |
isc_dsql_agg_ref_err = 335544709; |
465 |
isc_complex_view = 335544710; |
466 |
isc_unprepared_stmt = 335544711; |
467 |
isc_expec_positive = 335544712; |
468 |
isc_dsql_sqlda_value_err = 335544713; |
469 |
isc_invalid_array_id = 335544714; |
470 |
isc_extfile_uns_op = 335544715; |
471 |
isc_svc_in_use = 335544716; |
472 |
isc_err_stack_limit = 335544717; |
473 |
isc_invalid_key = 335544718; |
474 |
isc_net_init_error = 335544719; |
475 |
isc_loadlib_failure = 335544720; |
476 |
isc_network_error = 335544721; |
477 |
isc_net_connect_err = 335544722; |
478 |
isc_net_connect_listen_err = 335544723; |
479 |
isc_net_event_connect_err = 335544724; |
480 |
isc_net_event_listen_err = 335544725; |
481 |
isc_net_read_err = 335544726; |
482 |
isc_net_write_err = 335544727; |
483 |
isc_integ_index_deactivate = 335544728; |
484 |
isc_integ_deactivate_primary = 335544729; |
485 |
isc_cse_not_supported = 335544730; |
486 |
isc_tra_must_sweep = 335544731; |
487 |
isc_unsupported_network_drive = 335544732; |
488 |
isc_io_create_err = 335544733; |
489 |
isc_io_open_err = 335544734; |
490 |
isc_io_close_err = 335544735; |
491 |
isc_io_read_err = 335544736; |
492 |
isc_io_write_err = 335544737; |
493 |
isc_io_delete_err = 335544738; |
494 |
isc_io_access_err = 335544739; |
495 |
isc_udf_exception = 335544740; |
496 |
isc_lost_db_connection = 335544741; |
497 |
isc_no_write_user_priv = 335544742; |
498 |
isc_token_too_long = 335544743; |
499 |
isc_max_att_exceeded = 335544744; |
500 |
isc_login_same_as_role_name = 335544745; |
501 |
isc_reftable_requires_pk = 335544746; |
502 |
isc_usrname_too_long = 335544747; |
503 |
isc_password_too_long = 335544748; |
504 |
isc_usrname_required = 335544749; |
505 |
isc_password_required = 335544750; |
506 |
isc_bad_protocol = 335544751; |
507 |
isc_dup_usrname_found = 335544752; |
508 |
isc_usrname_not_found = 335544753; |
509 |
isc_error_adding_sec_record = 335544754; |
510 |
isc_error_modifying_sec_record = 335544755; |
511 |
isc_error_deleting_sec_record = 335544756; |
512 |
isc_error_updating_sec_db = 335544757; |
513 |
isc_sort_rec_size_err = 335544758; |
514 |
isc_bad_default_value = 335544759; |
515 |
isc_invalid_clause = 335544760; |
516 |
isc_too_many_handles = 335544761; |
517 |
isc_optimizer_blk_exc = 335544762; |
518 |
isc_invalid_string_constant = 335544763; |
519 |
isc_transitional_date = 335544764; |
520 |
isc_read_only_database = 335544765; |
521 |
isc_must_be_dialect_2_and_up = 335544766; |
522 |
isc_blob_filter_exception = 335544767; |
523 |
isc_exception_access_violation = 335544768; |
524 |
isc_exception_datatype_missalignment = 335544769; |
525 |
isc_exception_array_bounds_exceeded = 335544770; |
526 |
isc_exception_float_denormal_operand = 335544771; |
527 |
isc_exception_float_divide_by_zero = 335544772; |
528 |
isc_exception_float_inexact_result = 335544773; |
529 |
isc_exception_float_invalid_operand = 335544774; |
530 |
isc_exception_float_overflow = 335544775; |
531 |
isc_exception_float_stack_check = 335544776; |
532 |
isc_exception_float_underflow = 335544777; |
533 |
isc_exception_integer_divide_by_zero = 335544778; |
534 |
isc_exception_integer_overflow = 335544779; |
535 |
isc_exception_unknown = 335544780; |
536 |
isc_exception_stack_overflow = 335544781; |
537 |
isc_exception_sigsegv = 335544782; |
538 |
isc_exception_sigill = 335544783; |
539 |
isc_exception_sigbus = 335544784; |
540 |
isc_exception_sigfpe = 335544785; |
541 |
isc_ext_file_delete = 335544786; |
542 |
isc_ext_file_modify = 335544787; |
543 |
isc_adm_task_denied = 335544788; |
544 |
isc_extract_input_mismatch = 335544789; |
545 |
isc_insufficient_svc_privileges = 335544790; |
546 |
isc_file_in_use = 335544791; |
547 |
isc_service_att_err = 335544792; |
548 |
isc_ddl_not_allowed_by_db_sql_dial = 335544793; |
549 |
isc_cancelled = 335544794; |
550 |
isc_unexp_spb_form = 335544795; |
551 |
isc_sql_dialect_datatype_unsupport = 335544796; |
552 |
isc_svcnouser = 335544797; |
553 |
isc_depend_on_uncommitted_rel = 335544798; |
554 |
isc_svc_name_missing = 335544799; |
555 |
isc_too_many_contexts = 335544800; |
556 |
isc_datype_notsup = 335544801; |
557 |
isc_dialect_reset_warning = 335544802; |
558 |
isc_dialect_not_changed = 335544803; |
559 |
isc_database_create_failed = 335544804; |
560 |
isc_inv_dialect_specified = 335544805; |
561 |
isc_valid_db_dialects = 335544806; |
562 |
isc_sqlwarn = 335544807; |
563 |
isc_dtype_renamed = 335544808; |
564 |
isc_extern_func_dir_error = 335544809; |
565 |
isc_date_range_exceeded = 335544810; |
566 |
isc_inv_client_dialect_specified = 335544811; |
567 |
isc_valid_client_dialects = 335544812; |
568 |
isc_optimizer_between_err = 335544813; |
569 |
isc_service_not_supported = 335544814; |
570 |
isc_generator_name = 335544815; |
571 |
isc_udf_name = 335544816; |
572 |
isc_bad_limit_param = 335544817; |
573 |
isc_bad_skip_param = 335544818; |
574 |
isc_io_32bit_exceeded_err = 335544819; |
575 |
isc_invalid_savepoint = 335544820; |
576 |
isc_dsql_column_pos_err = 335544821; |
577 |
isc_dsql_agg_where_err = 335544822; |
578 |
isc_dsql_agg_group_err = 335544823; |
579 |
isc_dsql_agg_column_err = 335544824; |
580 |
isc_dsql_agg_having_err = 335544825; |
581 |
isc_dsql_agg_nested_err = 335544826; |
582 |
isc_exec_sql_invalid_arg = 335544827; |
583 |
isc_exec_sql_invalid_req = 335544828; |
584 |
isc_exec_sql_invalid_var = 335544829; |
585 |
isc_exec_sql_max_call_exceeded = 335544830; |
586 |
isc_conf_access_denied = 335544831; |
587 |
isc_wrong_backup_state = 335544832; |
588 |
isc_wal_backup_err = 335544833; |
589 |
isc_cursor_not_open = 335544834; |
590 |
isc_bad_shutdown_mode = 335544835; |
591 |
isc_concat_overflow = 335544836; |
592 |
isc_bad_substring_offset = 335544837; |
593 |
isc_foreign_key_target_doesnt_exist = 335544838; |
594 |
isc_foreign_key_references_present = 335544839; |
595 |
isc_no_update = 335544840; |
596 |
isc_cursor_already_open = 335544841; |
597 |
isc_stack_trace = 335544842; |
598 |
isc_ctx_var_not_found = 335544843; |
599 |
isc_ctx_namespace_invalid = 335544844; |
600 |
isc_ctx_too_big = 335544845; |
601 |
isc_ctx_bad_argument = 335544846; |
602 |
isc_identifier_too_long = 335544847; |
603 |
isc_except2 = 335544848; |
604 |
isc_malformed_string = 335544849; |
605 |
isc_prc_out_param_mismatch = 335544850; |
606 |
isc_command_end_err2 = 335544851; |
607 |
isc_partner_idx_incompat_type = 335544852; |
608 |
isc_bad_substring_length = 335544853; |
609 |
isc_charset_not_installed = 335544854; |
610 |
isc_collation_not_installed = 335544855; |
611 |
isc_att_shutdown = 335544856; |
612 |
isc_blobtoobig = 335544857; |
613 |
isc_must_have_phys_field = 335544858; |
614 |
isc_invalid_time_precision = 335544859; |
615 |
isc_blob_convert_error = 335544860; |
616 |
isc_array_convert_error = 335544861; |
617 |
isc_record_lock_not_supp = 335544862; |
618 |
isc_partner_idx_not_found = 335544863; |
619 |
isc_tra_num_exc = 335544864; |
620 |
isc_field_disappeared = 335544865; |
621 |
isc_met_wrong_gtt_scope = 335544866; |
622 |
isc_subtype_for_internal_use = 335544867; |
623 |
isc_illegal_prc_type = 335544868; |
624 |
isc_invalid_sort_datatype = 335544869; |
625 |
isc_collation_name = 335544870; |
626 |
isc_domain_name = 335544871; |
627 |
isc_domnotdef = 335544872; |
628 |
isc_array_max_dimensions = 335544873; |
629 |
isc_max_db_per_trans_allowed = 335544874; |
630 |
isc_bad_debug_format = 335544875; |
631 |
isc_bad_proc_BLR = 335544876; |
632 |
isc_key_too_big = 335544877; |
633 |
isc_concurrent_transaction = 335544878; |
634 |
isc_not_valid_for_var = 335544879; |
635 |
isc_not_valid_for = 335544880; |
636 |
isc_need_difference = 335544881; |
637 |
isc_long_login = 335544882; |
638 |
isc_fldnotdef2 = 335544883; |
639 |
isc_invalid_similar_pattern = 335544884; |
640 |
isc_bad_teb_form = 335544885; |
641 |
isc_tpb_multiple_txn_isolation = 335544886; |
642 |
isc_tpb_reserv_before_table = 335544887; |
643 |
isc_tpb_multiple_spec = 335544888; |
644 |
isc_tpb_option_without_rc = 335544889; |
645 |
isc_tpb_conflicting_options = 335544890; |
646 |
isc_tpb_reserv_missing_tlen = 335544891; |
647 |
isc_tpb_reserv_long_tlen = 335544892; |
648 |
isc_tpb_reserv_missing_tname = 335544893; |
649 |
isc_tpb_reserv_corrup_tlen = 335544894; |
650 |
isc_tpb_reserv_null_tlen = 335544895; |
651 |
isc_tpb_reserv_relnotfound = 335544896; |
652 |
isc_tpb_reserv_baserelnotfound = 335544897; |
653 |
isc_tpb_missing_len = 335544898; |
654 |
isc_tpb_missing_value = 335544899; |
655 |
isc_tpb_corrupt_len = 335544900; |
656 |
isc_tpb_null_len = 335544901; |
657 |
isc_tpb_overflow_len = 335544902; |
658 |
isc_tpb_invalid_value = 335544903; |
659 |
isc_tpb_reserv_stronger_wng = 335544904; |
660 |
isc_tpb_reserv_stronger = 335544905; |
661 |
isc_tpb_reserv_max_recursion = 335544906; |
662 |
isc_tpb_reserv_virtualtbl = 335544907; |
663 |
isc_tpb_reserv_systbl = 335544908; |
664 |
isc_tpb_reserv_temptbl = 335544909; |
665 |
isc_tpb_readtxn_after_writelock = 335544910; |
666 |
isc_tpb_writelock_after_readtxn = 335544911; |
667 |
isc_time_range_exceeded = 335544912; |
668 |
isc_datetime_range_exceeded = 335544913; |
669 |
isc_string_truncation = 335544914; |
670 |
isc_blob_truncation = 335544915; |
671 |
isc_numeric_out_of_range = 335544916; |
672 |
isc_shutdown_timeout = 335544917; |
673 |
isc_att_handle_busy = 335544918; |
674 |
isc_bad_udf_freeit = 335544919; |
675 |
isc_eds_provider_not_found = 335544920; |
676 |
isc_eds_connection = 335544921; |
677 |
isc_eds_preprocess = 335544922; |
678 |
isc_eds_stmt_expected = 335544923; |
679 |
isc_eds_prm_name_expected = 335544924; |
680 |
isc_eds_unclosed_comment = 335544925; |
681 |
isc_eds_statement = 335544926; |
682 |
isc_eds_input_prm_mismatch = 335544927; |
683 |
isc_eds_output_prm_mismatch = 335544928; |
684 |
isc_eds_input_prm_not_set = 335544929; |
685 |
isc_too_big_blr = 335544930; |
686 |
isc_montabexh = 335544931; |
687 |
isc_modnotfound = 335544932; |
688 |
isc_nothing_to_cancel = 335544933; |
689 |
isc_ibutil_not_loaded = 335544934; |
690 |
isc_circular_computed = 335544935; |
691 |
isc_psw_db_error = 335544936; |
692 |
isc_invalid_type_datetime_op = 335544937; |
693 |
isc_onlycan_add_timetodate = 335544938; |
694 |
isc_onlycan_add_datetotime = 335544939; |
695 |
isc_onlycansub_tstampfromtstamp = 335544940; |
696 |
isc_onlyoneop_mustbe_tstamp = 335544941; |
697 |
isc_invalid_extractpart_time = 335544942; |
698 |
isc_invalid_extractpart_date = 335544943; |
699 |
isc_invalidarg_extract = 335544944; |
700 |
isc_sysf_argmustbe_exact = 335544945; |
701 |
isc_sysf_argmustbe_exact_or_fp = 335544946; |
702 |
isc_sysf_argviolates_uuidtype = 335544947; |
703 |
isc_sysf_argviolates_uuidlen = 335544948; |
704 |
isc_sysf_argviolates_uuidfmt = 335544949; |
705 |
isc_sysf_argviolates_guidigits = 335544950; |
706 |
isc_sysf_invalid_addpart_time = 335544951; |
707 |
isc_sysf_invalid_add_datetime = 335544952; |
708 |
isc_sysf_invalid_addpart_dtime = 335544953; |
709 |
isc_sysf_invalid_add_dtime_rc = 335544954; |
710 |
isc_sysf_invalid_diff_dtime = 335544955; |
711 |
isc_sysf_invalid_timediff = 335544956; |
712 |
isc_sysf_invalid_tstamptimediff = 335544957; |
713 |
isc_sysf_invalid_datetimediff = 335544958; |
714 |
isc_sysf_invalid_diffpart = 335544959; |
715 |
isc_sysf_argmustbe_positive = 335544960; |
716 |
isc_sysf_basemustbe_positive = 335544961; |
717 |
isc_sysf_argnmustbe_nonneg = 335544962; |
718 |
isc_sysf_argnmustbe_positive = 335544963; |
719 |
isc_sysf_invalid_zeropowneg = 335544964; |
720 |
isc_sysf_invalid_negpowfp = 335544965; |
721 |
isc_sysf_invalid_scale = 335544966; |
722 |
isc_sysf_argmustbe_nonneg = 335544967; |
723 |
isc_sysf_binuuid_mustbe_str = 335544968; |
724 |
isc_sysf_binuuid_wrongsize = 335544969; |
725 |
isc_missing_required_spb = 335544970; |
726 |
isc_net_server_shutdown = 335544971; |
727 |
isc_bad_conn_str = 335544972; |
728 |
isc_bad_epb_form = 335544973; |
729 |
isc_no_threads = 335544974; |
730 |
isc_net_event_connect_timeout = 335544975; |
731 |
isc_sysf_argmustbe_nonzero = 335544976; |
732 |
isc_sysf_argmustbe_range_inc1_1 = 335544977; |
733 |
isc_sysf_argmustbe_gteq_one = 335544978; |
734 |
isc_sysf_argmustbe_range_exc1_1 = 335544979; |
735 |
isc_internal_rejected_params = 335544980; |
736 |
isc_sysf_fp_overflow = 335544981; |
737 |
isc_udf_fp_overflow = 335544982; |
738 |
isc_udf_fp_nan = 335544983; |
739 |
isc_instance_conflict = 335544984; |
740 |
isc_out_of_temp_space = 335544985; |
741 |
isc_eds_expl_tran_ctrl = 335544986; |
742 |
isc_no_trusted_spb = 335544987; |
743 |
isc_package_name = 335544988; |
744 |
isc_cannot_make_not_null = 335544989; |
745 |
isc_feature_removed = 335544990; |
746 |
isc_view_name = 335544991; |
747 |
isc_lock_dir_access = 335544992; |
748 |
isc_invalid_fetch_option = 335544993; |
749 |
isc_bad_fun_BLR = 335544994; |
750 |
isc_func_pack_not_implemented = 335544995; |
751 |
isc_proc_pack_not_implemented = 335544996; |
752 |
isc_eem_func_not_returned = 335544997; |
753 |
isc_eem_proc_not_returned = 335544998; |
754 |
isc_eem_trig_not_returned = 335544999; |
755 |
isc_eem_bad_plugin_ver = 335545000; |
756 |
isc_eem_engine_notfound = 335545001; |
757 |
isc_attachment_in_use = 335545002; |
758 |
isc_transaction_in_use = 335545003; |
759 |
isc_pman_cannot_load_plugin = 335545004; |
760 |
isc_pman_module_notfound = 335545005; |
761 |
isc_pman_entrypoint_notfound = 335545006; |
762 |
isc_pman_module_bad = 335545007; |
763 |
isc_pman_plugin_notfound = 335545008; |
764 |
isc_sysf_invalid_trig_namespace = 335545009; |
765 |
isc_unexpected_null = 335545010; |
766 |
isc_type_notcompat_blob = 335545011; |
767 |
isc_invalid_date_val = 335545012; |
768 |
isc_invalid_time_val = 335545013; |
769 |
isc_invalid_timestamp_val = 335545014; |
770 |
isc_invalid_index_val = 335545015; |
771 |
isc_formatted_exception = 335545016; |
772 |
isc_async_active = 335545017; |
773 |
isc_private_function = 335545018; |
774 |
isc_private_procedure = 335545019; |
775 |
isc_request_outdated = 335545020; |
776 |
isc_bad_events_handle = 335545021; |
777 |
isc_cannot_copy_stmt = 335545022; |
778 |
isc_invalid_boolean_usage = 335545023; |
779 |
isc_sysf_argscant_both_be_zero = 335545024; |
780 |
isc_spb_no_id = 335545025; |
781 |
isc_ee_blr_mismatch_null = 335545026; |
782 |
isc_ee_blr_mismatch_length = 335545027; |
783 |
isc_ss_out_of_bounds = 335545028; |
784 |
isc_missing_data_structures = 335545029; |
785 |
isc_protect_sys_tab = 335545030; |
786 |
isc_libtommath_generic = 335545031; |
787 |
isc_wroblrver2 = 335545032; |
788 |
isc_trunc_limits = 335545033; |
789 |
isc_info_access = 335545034; |
790 |
isc_svc_no_stdin = 335545035; |
791 |
isc_svc_start_failed = 335545036; |
792 |
isc_svc_no_switches = 335545037; |
793 |
isc_svc_bad_size = 335545038; |
794 |
isc_no_crypt_plugin = 335545039; |
795 |
isc_cp_name_too_long = 335545040; |
796 |
isc_cp_process_active = 335545041; |
797 |
isc_cp_already_crypted = 335545042; |
798 |
isc_decrypt_error = 335545043; |
799 |
isc_no_providers = 335545044; |
800 |
isc_null_spb = 335545045; |
801 |
isc_max_args_exceeded = 335545046; |
802 |
isc_ee_blr_mismatch_names_count = 335545047; |
803 |
isc_ee_blr_mismatch_name_not_found = 335545048; |
804 |
isc_bad_result_set = 335545049; |
805 |
isc_wrong_message_length = 335545050; |
806 |
isc_no_output_format = 335545051; |
807 |
isc_item_finish = 335545052; |
808 |
isc_miss_config = 335545053; |
809 |
isc_conf_line = 335545054; |
810 |
isc_conf_include = 335545055; |
811 |
isc_include_depth = 335545056; |
812 |
isc_include_miss = 335545057; |
813 |
isc_protect_ownership = 335545058; |
814 |
isc_badvarnum = 335545059; |
815 |
isc_sec_context = 335545060; |
816 |
isc_multi_segment = 335545061; |
817 |
isc_login_changed = 335545062; |
818 |
isc_auth_handshake_limit = 335545063; |
819 |
isc_wirecrypt_incompatible = 335545064; |
820 |
isc_miss_wirecrypt = 335545065; |
821 |
isc_wirecrypt_key = 335545066; |
822 |
isc_wirecrypt_plugin = 335545067; |
823 |
isc_secdb_name = 335545068; |
824 |
isc_auth_data = 335545069; |
825 |
isc_auth_datalength = 335545070; |
826 |
isc_info_unprepared_stmt = 335545071; |
827 |
isc_idx_key_value = 335545072; |
828 |
isc_forupdate_virtualtbl = 335545073; |
829 |
isc_forupdate_systbl = 335545074; |
830 |
isc_forupdate_temptbl = 335545075; |
831 |
isc_cant_modify_sysobj = 335545076; |
832 |
isc_server_misconfigured = 335545077; |
833 |
isc_alter_role = 335545078; |
834 |
isc_map_already_exists = 335545079; |
835 |
isc_map_not_exists = 335545080; |
836 |
isc_map_load = 335545081; |
837 |
isc_map_aster = 335545082; |
838 |
isc_map_multi = 335545083; |
839 |
isc_map_undefined = 335545084; |
840 |
isc_baddpb_damaged_mode = 335545085; |
841 |
isc_baddpb_buffers_range = 335545086; |
842 |
isc_baddpb_temp_buffers = 335545087; |
843 |
isc_map_nodb = 335545088; |
844 |
isc_map_notable = 335545089; |
845 |
isc_miss_trusted_role = 335545090; |
846 |
isc_set_invalid_role = 335545091; |
847 |
isc_cursor_not_positioned = 335545092; |
848 |
isc_dup_attribute = 335545093; |
849 |
isc_dyn_no_priv = 335545094; |
850 |
isc_dsql_cant_grant_option = 335545095; |
851 |
isc_read_conflict = 335545096; |
852 |
isc_crdb_load = 335545097; |
853 |
isc_crdb_nodb = 335545098; |
854 |
isc_crdb_notable = 335545099; |
855 |
isc_interface_version_too_old = 335545100; |
856 |
isc_fun_param_mismatch = 335545101; |
857 |
isc_savepoint_backout_err = 335545102; |
858 |
isc_domain_primary_key_notnull = 335545103; |
859 |
isc_invalid_attachment_charset = 335545104; |
860 |
isc_map_down = 335545105; |
861 |
isc_login_error = 335545106; |
862 |
isc_already_opened = 335545107; |
863 |
isc_bad_crypt_key = 335545108; |
864 |
isc_encrypt_error = 335545109; |
865 |
isc_max_idx_depth = 335545110; |
866 |
isc_wrong_prvlg = 335545111; |
867 |
isc_miss_prvlg = 335545112; |
868 |
isc_crypt_checksum = 335545113; |
869 |
isc_not_dba = 335545114; |
870 |
isc_no_cursor = 335545115; |
871 |
isc_dsql_window_incompat_frames = 335545116; |
872 |
isc_dsql_window_range_multi_key = 335545117; |
873 |
isc_dsql_window_range_inv_key_type = 335545118; |
874 |
isc_dsql_window_frame_value_inv_type = 335545119; |
875 |
isc_window_frame_value_invalid = 335545120; |
876 |
isc_dsql_window_not_found = 335545121; |
877 |
isc_dsql_window_cant_overr_part = 335545122; |
878 |
isc_dsql_window_cant_overr_order = 335545123; |
879 |
isc_dsql_window_cant_overr_frame = 335545124; |
880 |
isc_dsql_window_duplicate = 335545125; |
881 |
isc_sql_too_long = 335545126; |
882 |
isc_cfg_stmt_timeout = 335545127; |
883 |
isc_att_stmt_timeout = 335545128; |
884 |
isc_req_stmt_timeout = 335545129; |
885 |
isc_att_shut_killed = 335545130; |
886 |
isc_att_shut_idle = 335545131; |
887 |
isc_att_shut_db_down = 335545132; |
888 |
isc_att_shut_engine = 335545133; |
889 |
isc_overriding_without_identity = 335545134; |
890 |
isc_overriding_system_invalid = 335545135; |
891 |
isc_overriding_user_invalid = 335545136; |
892 |
isc_overriding_system_missing = 335545137; |
893 |
isc_decprecision_err = 335545138; |
894 |
isc_decfloat_divide_by_zero = 335545139; |
895 |
isc_decfloat_inexact_result = 335545140; |
896 |
isc_decfloat_invalid_operation = 335545141; |
897 |
isc_decfloat_overflow = 335545142; |
898 |
isc_decfloat_underflow = 335545143; |
899 |
isc_subfunc_notdef = 335545144; |
900 |
isc_subproc_notdef = 335545145; |
901 |
isc_subfunc_signat = 335545146; |
902 |
isc_subproc_signat = 335545147; |
903 |
isc_subfunc_defvaldecl = 335545148; |
904 |
isc_subproc_defvaldecl = 335545149; |
905 |
isc_subfunc_not_impl = 335545150; |
906 |
isc_subproc_not_impl = 335545151; |
907 |
isc_sysf_invalid_hash_algorithm = 335545152; |
908 |
isc_expression_eval_index = 335545153; |
909 |
isc_invalid_decfloat_trap = 335545154; |
910 |
isc_invalid_decfloat_round = 335545155; |
911 |
isc_sysf_invalid_first_last_part = 335545156; |
912 |
isc_sysf_invalid_date_timestamp = 335545157; |
913 |
isc_precision_err2 = 335545158; |
914 |
isc_bad_batch_handle = 335545159; |
915 |
isc_intl_char = 335545160; |
916 |
isc_null_block = 335545161; |
917 |
isc_mixed_info = 335545162; |
918 |
isc_unknown_info = 335545163; |
919 |
isc_bpb_version = 335545164; |
920 |
isc_user_manager = 335545165; |
921 |
isc_icu_entrypoint = 335545166; |
922 |
isc_icu_library = 335545167; |
923 |
isc_metadata_name = 335545168; |
924 |
isc_tokens_parse = 335545169; |
925 |
isc_iconv_open = 335545170; |
926 |
isc_batch_compl_range = 335545171; |
927 |
isc_batch_compl_detail = 335545172; |
928 |
isc_deflate_init = 335545173; |
929 |
isc_inflate_init = 335545174; |
930 |
isc_big_segment = 335545175; |
931 |
isc_batch_policy = 335545176; |
932 |
isc_batch_defbpb = 335545177; |
933 |
isc_batch_align = 335545178; |
934 |
isc_multi_segment_dup = 335545179; |
935 |
isc_non_plugin_protocol = 335545180; |
936 |
isc_message_format = 335545181; |
937 |
isc_batch_param_version = 335545182; |
938 |
isc_batch_msg_long = 335545183; |
939 |
isc_batch_open = 335545184; |
940 |
isc_batch_type = 335545185; |
941 |
isc_batch_param = 335545186; |
942 |
isc_batch_blobs = 335545187; |
943 |
isc_batch_blob_append = 335545188; |
944 |
isc_batch_stream_align = 335545189; |
945 |
isc_batch_rpt_blob = 335545190; |
946 |
isc_batch_blob_buf = 335545191; |
947 |
isc_batch_small_data = 335545192; |
948 |
isc_batch_cont_bpb = 335545193; |
949 |
isc_batch_big_bpb = 335545194; |
950 |
isc_batch_big_segment = 335545195; |
951 |
isc_batch_big_seg2 = 335545196; |
952 |
isc_batch_blob_id = 335545197; |
953 |
isc_batch_too_big = 335545198; |
954 |
isc_num_literal = 335545199; |
955 |
isc_map_event = 335545200; |
956 |
isc_map_overflow = 335545201; |
957 |
isc_hdr_overflow = 335545202; |
958 |
isc_vld_plugins = 335545203; |
959 |
isc_db_crypt_key = 335545204; |
960 |
isc_no_keyholder_plugin = 335545205; |
961 |
isc_ses_reset_err = 335545206; |
962 |
isc_ses_reset_open_trans = 335545207; |
963 |
isc_ses_reset_warn = 335545208; |
964 |
isc_ses_reset_tran_rollback = 335545209; |
965 |
isc_plugin_name = 335545210; |
966 |
isc_parameter_name = 335545211; |
967 |
isc_file_starting_page_err = 335545212; |
968 |
isc_invalid_timezone_offset = 335545213; |
969 |
isc_invalid_timezone_region = 335545214; |
970 |
isc_invalid_timezone_id = 335545215; |
971 |
isc_tom_decode64len = 335545216; |
972 |
isc_tom_strblob = 335545217; |
973 |
isc_tom_reg = 335545218; |
974 |
isc_tom_algorithm = 335545219; |
975 |
isc_tom_mode_miss = 335545220; |
976 |
isc_tom_mode_bad = 335545221; |
977 |
isc_tom_no_mode = 335545222; |
978 |
isc_tom_iv_miss = 335545223; |
979 |
isc_tom_no_iv = 335545224; |
980 |
isc_tom_ctrtype_bad = 335545225; |
981 |
isc_tom_no_ctrtype = 335545226; |
982 |
isc_tom_ctr_big = 335545227; |
983 |
isc_tom_no_ctr = 335545228; |
984 |
isc_tom_iv_length = 335545229; |
985 |
isc_tom_error = 335545230; |
986 |
isc_tom_yarrow_start = 335545231; |
987 |
isc_tom_yarrow_setup = 335545232; |
988 |
isc_tom_init_mode = 335545233; |
989 |
isc_tom_crypt_mode = 335545234; |
990 |
isc_tom_decrypt_mode = 335545235; |
991 |
isc_tom_init_cip = 335545236; |
992 |
isc_tom_crypt_cip = 335545237; |
993 |
isc_tom_decrypt_cip = 335545238; |
994 |
isc_tom_setup_cip = 335545239; |
995 |
isc_tom_setup_chacha = 335545240; |
996 |
isc_tom_encode = 335545241; |
997 |
isc_tom_decode = 335545242; |
998 |
isc_tom_rsa_import = 335545243; |
999 |
isc_tom_oaep = 335545244; |
1000 |
isc_tom_hash_bad = 335545245; |
1001 |
isc_tom_rsa_make = 335545246; |
1002 |
isc_tom_rsa_export = 335545247; |
1003 |
isc_tom_rsa_sign = 335545248; |
1004 |
isc_tom_rsa_verify = 335545249; |
1005 |
isc_tom_chacha_key = 335545250; |
1006 |
isc_bad_repl_handle = 335545251; |
1007 |
isc_tra_snapshot_does_not_exist = 335545252; |
1008 |
isc_eds_input_prm_not_used = 335545253; |
1009 |
isc_effective_user = 335545254; |
1010 |
isc_invalid_time_zone_bind = 335545255; |
1011 |
isc_invalid_decfloat_bind = 335545256; |
1012 |
isc_odd_hex_len = 335545257; |
1013 |
isc_invalid_hex_digit = 335545258; |
1014 |
isc_bind_err = 335545259; |
1015 |
isc_bind_statement = 335545260; |
1016 |
isc_bind_convert = 335545261; |
1017 |
isc_cannot_update_old_blob = 335545262; |
1018 |
isc_cannot_read_new_blob = 335545263; |
1019 |
isc_dyn_no_create_priv = 335545264; |
1020 |
isc_suspend_without_returns = 335545265; |
1021 |
isc_truncate_warn = 335545266; |
1022 |
isc_truncate_monitor = 335545267; |
1023 |
isc_truncate_context = 335545268; |
1024 |
isc_merge_dup_update = 335545269; |
1025 |
isc_wrong_page = 335545270; |
1026 |
isc_repl_error = 335545271; |
1027 |
isc_ses_reset_failed = 335545272; |
1028 |
isc_block_size = 335545273; |
1029 |
isc_tom_key_length = 335545274; |
1030 |
isc_gfix_db_name = 335740929; |
1031 |
isc_gfix_invalid_sw = 335740930; |
1032 |
isc_gfix_incmp_sw = 335740932; |
1033 |
isc_gfix_replay_req = 335740933; |
1034 |
isc_gfix_pgbuf_req = 335740934; |
1035 |
isc_gfix_val_req = 335740935; |
1036 |
isc_gfix_pval_req = 335740936; |
1037 |
isc_gfix_trn_req = 335740937; |
1038 |
isc_gfix_full_req = 335740940; |
1039 |
isc_gfix_usrname_req = 335740941; |
1040 |
isc_gfix_pass_req = 335740942; |
1041 |
isc_gfix_subs_name = 335740943; |
1042 |
isc_gfix_wal_req = 335740944; |
1043 |
isc_gfix_sec_req = 335740945; |
1044 |
isc_gfix_nval_req = 335740946; |
1045 |
isc_gfix_type_shut = 335740947; |
1046 |
isc_gfix_retry = 335740948; |
1047 |
isc_gfix_retry_db = 335740951; |
1048 |
isc_gfix_exceed_max = 335740991; |
1049 |
isc_gfix_corrupt_pool = 335740992; |
1050 |
isc_gfix_mem_exhausted = 335740993; |
1051 |
isc_gfix_bad_pool = 335740994; |
1052 |
isc_gfix_trn_not_valid = 335740995; |
1053 |
isc_gfix_unexp_eoi = 335741012; |
1054 |
isc_gfix_recon_fail = 335741018; |
1055 |
isc_gfix_trn_unknown = 335741036; |
1056 |
isc_gfix_mode_req = 335741038; |
1057 |
isc_gfix_pzval_req = 335741042; |
1058 |
isc_dsql_dbkey_from_non_table = 336003074; |
1059 |
isc_dsql_transitional_numeric = 336003075; |
1060 |
isc_dsql_dialect_warning_expr = 336003076; |
1061 |
isc_sql_db_dialect_dtype_unsupport = 336003077; |
1062 |
isc_sql_dialect_conflict_num = 336003079; |
1063 |
isc_dsql_warning_number_ambiguous = 336003080; |
1064 |
isc_dsql_warning_number_ambiguous1 = 336003081; |
1065 |
isc_dsql_warn_precision_ambiguous = 336003082; |
1066 |
isc_dsql_warn_precision_ambiguous1 = 336003083; |
1067 |
isc_dsql_warn_precision_ambiguous2 = 336003084; |
1068 |
isc_dsql_ambiguous_field_name = 336003085; |
1069 |
isc_dsql_udf_return_pos_err = 336003086; |
1070 |
isc_dsql_invalid_label = 336003087; |
1071 |
isc_dsql_datatypes_not_comparable = 336003088; |
1072 |
isc_dsql_cursor_invalid = 336003089; |
1073 |
isc_dsql_cursor_redefined = 336003090; |
1074 |
isc_dsql_cursor_not_found = 336003091; |
1075 |
isc_dsql_cursor_exists = 336003092; |
1076 |
isc_dsql_cursor_rel_ambiguous = 336003093; |
1077 |
isc_dsql_cursor_rel_not_found = 336003094; |
1078 |
isc_dsql_cursor_not_open = 336003095; |
1079 |
isc_dsql_type_not_supp_ext_tab = 336003096; |
1080 |
isc_dsql_feature_not_supported_ods = 336003097; |
1081 |
isc_primary_key_required = 336003098; |
1082 |
isc_upd_ins_doesnt_match_pk = 336003099; |
1083 |
isc_upd_ins_doesnt_match_matching = 336003100; |
1084 |
isc_upd_ins_with_complex_view = 336003101; |
1085 |
isc_dsql_incompatible_trigger_type = 336003102; |
1086 |
isc_dsql_db_trigger_type_cant_change = 336003103; |
1087 |
isc_dsql_record_version_table = 336003104; |
1088 |
isc_dsql_invalid_sqlda_version = 336003105; |
1089 |
isc_dsql_sqlvar_index = 336003106; |
1090 |
isc_dsql_no_sqlind = 336003107; |
1091 |
isc_dsql_no_sqldata = 336003108; |
1092 |
isc_dsql_no_input_sqlda = 336003109; |
1093 |
isc_dsql_no_output_sqlda = 336003110; |
1094 |
isc_dsql_wrong_param_num = 336003111; |
1095 |
isc_dsql_invalid_drop_ss_clause = 336003112; |
1096 |
isc_upd_ins_cannot_default = 336003113; |
1097 |
isc_dyn_filter_not_found = 336068645; |
1098 |
isc_dyn_func_not_found = 336068649; |
1099 |
isc_dyn_index_not_found = 336068656; |
1100 |
isc_dyn_view_not_found = 336068662; |
1101 |
isc_dyn_domain_not_found = 336068697; |
1102 |
isc_dyn_cant_modify_auto_trig = 336068717; |
1103 |
isc_dyn_dup_table = 336068740; |
1104 |
isc_dyn_proc_not_found = 336068748; |
1105 |
isc_dyn_exception_not_found = 336068752; |
1106 |
isc_dyn_proc_param_not_found = 336068754; |
1107 |
isc_dyn_trig_not_found = 336068755; |
1108 |
isc_dyn_charset_not_found = 336068759; |
1109 |
isc_dyn_collation_not_found = 336068760; |
1110 |
isc_dyn_role_not_found = 336068763; |
1111 |
isc_dyn_name_longer = 336068767; |
1112 |
isc_dyn_column_does_not_exist = 336068784; |
1113 |
isc_dyn_role_does_not_exist = 336068796; |
1114 |
isc_dyn_no_grant_admin_opt = 336068797; |
1115 |
isc_dyn_user_not_role_member = 336068798; |
1116 |
isc_dyn_delete_role_failed = 336068799; |
1117 |
isc_dyn_grant_role_to_user = 336068800; |
1118 |
isc_dyn_inv_sql_role_name = 336068801; |
1119 |
isc_dyn_dup_sql_role = 336068802; |
1120 |
isc_dyn_kywd_spec_for_role = 336068803; |
1121 |
isc_dyn_roles_not_supported = 336068804; |
1122 |
isc_dyn_domain_name_exists = 336068812; |
1123 |
isc_dyn_field_name_exists = 336068813; |
1124 |
isc_dyn_dependency_exists = 336068814; |
1125 |
isc_dyn_dtype_invalid = 336068815; |
1126 |
isc_dyn_char_fld_too_small = 336068816; |
1127 |
isc_dyn_invalid_dtype_conversion = 336068817; |
1128 |
isc_dyn_dtype_conv_invalid = 336068818; |
1129 |
isc_dyn_zero_len_id = 336068820; |
1130 |
isc_dyn_gen_not_found = 336068822; |
1131 |
isc_max_coll_per_charset = 336068829; |
1132 |
isc_invalid_coll_attr = 336068830; |
1133 |
isc_dyn_wrong_gtt_scope = 336068840; |
1134 |
isc_dyn_coll_used_table = 336068843; |
1135 |
isc_dyn_coll_used_domain = 336068844; |
1136 |
isc_dyn_cannot_del_syscoll = 336068845; |
1137 |
isc_dyn_cannot_del_def_coll = 336068846; |
1138 |
isc_dyn_table_not_found = 336068849; |
1139 |
isc_dyn_coll_used_procedure = 336068851; |
1140 |
isc_dyn_scale_too_big = 336068852; |
1141 |
isc_dyn_precision_too_small = 336068853; |
1142 |
isc_dyn_miss_priv_warning = 336068855; |
1143 |
isc_dyn_ods_not_supp_feature = 336068856; |
1144 |
isc_dyn_cannot_addrem_computed = 336068857; |
1145 |
isc_dyn_no_empty_pw = 336068858; |
1146 |
isc_dyn_dup_index = 336068859; |
1147 |
isc_dyn_package_not_found = 336068864; |
1148 |
isc_dyn_schema_not_found = 336068865; |
1149 |
isc_dyn_cannot_mod_sysproc = 336068866; |
1150 |
isc_dyn_cannot_mod_systrig = 336068867; |
1151 |
isc_dyn_cannot_mod_sysfunc = 336068868; |
1152 |
isc_dyn_invalid_ddl_proc = 336068869; |
1153 |
isc_dyn_invalid_ddl_trig = 336068870; |
1154 |
isc_dyn_funcnotdef_package = 336068871; |
1155 |
isc_dyn_procnotdef_package = 336068872; |
1156 |
isc_dyn_funcsignat_package = 336068873; |
1157 |
isc_dyn_procsignat_package = 336068874; |
1158 |
isc_dyn_defvaldecl_package_proc = 336068875; |
1159 |
isc_dyn_package_body_exists = 336068877; |
1160 |
isc_dyn_invalid_ddl_func = 336068878; |
1161 |
isc_dyn_newfc_oldsyntax = 336068879; |
1162 |
isc_dyn_func_param_not_found = 336068886; |
1163 |
isc_dyn_routine_param_not_found = 336068887; |
1164 |
isc_dyn_routine_param_ambiguous = 336068888; |
1165 |
isc_dyn_coll_used_function = 336068889; |
1166 |
isc_dyn_domain_used_function = 336068890; |
1167 |
isc_dyn_alter_user_no_clause = 336068891; |
1168 |
isc_dyn_duplicate_package_item = 336068894; |
1169 |
isc_dyn_cant_modify_sysobj = 336068895; |
1170 |
isc_dyn_cant_use_zero_increment = 336068896; |
1171 |
isc_dyn_cant_use_in_foreignkey = 336068897; |
1172 |
isc_dyn_defvaldecl_package_func = 336068898; |
1173 |
isc_dyn_cyclic_role = 336068900; |
1174 |
isc_dyn_cant_use_zero_inc_ident = 336068904; |
1175 |
isc_dyn_no_ddl_grant_opt_priv = 336068907; |
1176 |
isc_dyn_no_grant_opt_priv = 336068908; |
1177 |
isc_dyn_func_not_exist = 336068909; |
1178 |
isc_dyn_proc_not_exist = 336068910; |
1179 |
isc_dyn_pack_not_exist = 336068911; |
1180 |
isc_dyn_trig_not_exist = 336068912; |
1181 |
isc_dyn_view_not_exist = 336068913; |
1182 |
isc_dyn_rel_not_exist = 336068914; |
1183 |
isc_dyn_exc_not_exist = 336068915; |
1184 |
isc_dyn_gen_not_exist = 336068916; |
1185 |
isc_dyn_fld_not_exist = 336068917; |
1186 |
isc_gbak_unknown_switch = 336330753; |
1187 |
isc_gbak_page_size_missing = 336330754; |
1188 |
isc_gbak_page_size_toobig = 336330755; |
1189 |
isc_gbak_redir_ouput_missing = 336330756; |
1190 |
isc_gbak_switches_conflict = 336330757; |
1191 |
isc_gbak_unknown_device = 336330758; |
1192 |
isc_gbak_no_protection = 336330759; |
1193 |
isc_gbak_page_size_not_allowed = 336330760; |
1194 |
isc_gbak_multi_source_dest = 336330761; |
1195 |
isc_gbak_filename_missing = 336330762; |
1196 |
isc_gbak_dup_inout_names = 336330763; |
1197 |
isc_gbak_inv_page_size = 336330764; |
1198 |
isc_gbak_db_specified = 336330765; |
1199 |
isc_gbak_db_exists = 336330766; |
1200 |
isc_gbak_unk_device = 336330767; |
1201 |
isc_gbak_blob_info_failed = 336330772; |
1202 |
isc_gbak_unk_blob_item = 336330773; |
1203 |
isc_gbak_get_seg_failed = 336330774; |
1204 |
isc_gbak_close_blob_failed = 336330775; |
1205 |
isc_gbak_open_blob_failed = 336330776; |
1206 |
isc_gbak_put_blr_gen_id_failed = 336330777; |
1207 |
isc_gbak_unk_type = 336330778; |
1208 |
isc_gbak_comp_req_failed = 336330779; |
1209 |
isc_gbak_start_req_failed = 336330780; |
1210 |
isc_gbak_rec_failed = 336330781; |
1211 |
isc_gbak_rel_req_failed = 336330782; |
1212 |
isc_gbak_db_info_failed = 336330783; |
1213 |
isc_gbak_no_db_desc = 336330784; |
1214 |
isc_gbak_db_create_failed = 336330785; |
1215 |
isc_gbak_decomp_len_error = 336330786; |
1216 |
isc_gbak_tbl_missing = 336330787; |
1217 |
isc_gbak_blob_col_missing = 336330788; |
1218 |
isc_gbak_create_blob_failed = 336330789; |
1219 |
isc_gbak_put_seg_failed = 336330790; |
1220 |
isc_gbak_rec_len_exp = 336330791; |
1221 |
isc_gbak_inv_rec_len = 336330792; |
1222 |
isc_gbak_exp_data_type = 336330793; |
1223 |
isc_gbak_gen_id_failed = 336330794; |
1224 |
isc_gbak_unk_rec_type = 336330795; |
1225 |
isc_gbak_inv_bkup_ver = 336330796; |
1226 |
isc_gbak_missing_bkup_desc = 336330797; |
1227 |
isc_gbak_string_trunc = 336330798; |
1228 |
isc_gbak_cant_rest_record = 336330799; |
1229 |
isc_gbak_send_failed = 336330800; |
1230 |
isc_gbak_no_tbl_name = 336330801; |
1231 |
isc_gbak_unexp_eof = 336330802; |
1232 |
isc_gbak_db_format_too_old = 336330803; |
1233 |
isc_gbak_inv_array_dim = 336330804; |
1234 |
isc_gbak_xdr_len_expected = 336330807; |
1235 |
isc_gbak_open_bkup_error = 336330817; |
1236 |
isc_gbak_open_error = 336330818; |
1237 |
isc_gbak_missing_block_fac = 336330934; |
1238 |
isc_gbak_inv_block_fac = 336330935; |
1239 |
isc_gbak_block_fac_specified = 336330936; |
1240 |
isc_gbak_missing_username = 336330940; |
1241 |
isc_gbak_missing_password = 336330941; |
1242 |
isc_gbak_missing_skipped_bytes = 336330952; |
1243 |
isc_gbak_inv_skipped_bytes = 336330953; |
1244 |
isc_gbak_err_restore_charset = 336330965; |
1245 |
isc_gbak_err_restore_collation = 336330967; |
1246 |
isc_gbak_read_error = 336330972; |
1247 |
isc_gbak_write_error = 336330973; |
1248 |
isc_gbak_db_in_use = 336330985; |
1249 |
isc_gbak_sysmemex = 336330990; |
1250 |
isc_gbak_restore_role_failed = 336331002; |
1251 |
isc_gbak_role_op_missing = 336331005; |
1252 |
isc_gbak_page_buffers_missing = 336331010; |
1253 |
isc_gbak_page_buffers_wrong_param = 336331011; |
1254 |
isc_gbak_page_buffers_restore = 336331012; |
1255 |
isc_gbak_inv_size = 336331014; |
1256 |
isc_gbak_file_outof_sequence = 336331015; |
1257 |
isc_gbak_join_file_missing = 336331016; |
1258 |
isc_gbak_stdin_not_supptd = 336331017; |
1259 |
isc_gbak_stdout_not_supptd = 336331018; |
1260 |
isc_gbak_bkup_corrupt = 336331019; |
1261 |
isc_gbak_unk_db_file_spec = 336331020; |
1262 |
isc_gbak_hdr_write_failed = 336331021; |
1263 |
isc_gbak_disk_space_ex = 336331022; |
1264 |
isc_gbak_size_lt_min = 336331023; |
1265 |
isc_gbak_svc_name_missing = 336331025; |
1266 |
isc_gbak_not_ownr = 336331026; |
1267 |
isc_gbak_mode_req = 336331031; |
1268 |
isc_gbak_just_data = 336331033; |
1269 |
isc_gbak_data_only = 336331034; |
1270 |
isc_gbak_missing_interval = 336331078; |
1271 |
isc_gbak_wrong_interval = 336331079; |
1272 |
isc_gbak_verify_verbint = 336331081; |
1273 |
isc_gbak_option_only_restore = 336331082; |
1274 |
isc_gbak_option_only_backup = 336331083; |
1275 |
isc_gbak_option_conflict = 336331084; |
1276 |
isc_gbak_param_conflict = 336331085; |
1277 |
isc_gbak_option_repeated = 336331086; |
1278 |
isc_gbak_max_dbkey_recursion = 336331091; |
1279 |
isc_gbak_max_dbkey_length = 336331092; |
1280 |
isc_gbak_invalid_metadata = 336331093; |
1281 |
isc_gbak_invalid_data = 336331094; |
1282 |
isc_gbak_inv_bkup_ver2 = 336331096; |
1283 |
isc_gbak_db_format_too_old2 = 336331100; |
1284 |
isc_dsql_too_old_ods = 336397205; |
1285 |
isc_dsql_table_not_found = 336397206; |
1286 |
isc_dsql_view_not_found = 336397207; |
1287 |
isc_dsql_line_col_error = 336397208; |
1288 |
isc_dsql_unknown_pos = 336397209; |
1289 |
isc_dsql_no_dup_name = 336397210; |
1290 |
isc_dsql_too_many_values = 336397211; |
1291 |
isc_dsql_no_array_computed = 336397212; |
1292 |
isc_dsql_implicit_domain_name = 336397213; |
1293 |
isc_dsql_only_can_subscript_array = 336397214; |
1294 |
isc_dsql_max_sort_items = 336397215; |
1295 |
isc_dsql_max_group_items = 336397216; |
1296 |
isc_dsql_conflicting_sort_field = 336397217; |
1297 |
isc_dsql_derived_table_more_columns = 336397218; |
1298 |
isc_dsql_derived_table_less_columns = 336397219; |
1299 |
isc_dsql_derived_field_unnamed = 336397220; |
1300 |
isc_dsql_derived_field_dup_name = 336397221; |
1301 |
isc_dsql_derived_alias_select = 336397222; |
1302 |
isc_dsql_derived_alias_field = 336397223; |
1303 |
isc_dsql_auto_field_bad_pos = 336397224; |
1304 |
isc_dsql_cte_wrong_reference = 336397225; |
1305 |
isc_dsql_cte_cycle = 336397226; |
1306 |
isc_dsql_cte_outer_join = 336397227; |
1307 |
isc_dsql_cte_mult_references = 336397228; |
1308 |
isc_dsql_cte_not_a_union = 336397229; |
1309 |
isc_dsql_cte_nonrecurs_after_recurs = 336397230; |
1310 |
isc_dsql_cte_wrong_clause = 336397231; |
1311 |
isc_dsql_cte_union_all = 336397232; |
1312 |
isc_dsql_cte_miss_nonrecursive = 336397233; |
1313 |
isc_dsql_cte_nested_with = 336397234; |
1314 |
isc_dsql_col_more_than_once_using = 336397235; |
1315 |
isc_dsql_unsupp_feature_dialect = 336397236; |
1316 |
isc_dsql_cte_not_used = 336397237; |
1317 |
isc_dsql_col_more_than_once_view = 336397238; |
1318 |
isc_dsql_unsupported_in_auto_trans = 336397239; |
1319 |
isc_dsql_eval_unknode = 336397240; |
1320 |
isc_dsql_agg_wrongarg = 336397241; |
1321 |
isc_dsql_agg2_wrongarg = 336397242; |
1322 |
isc_dsql_nodateortime_pm_string = 336397243; |
1323 |
isc_dsql_invalid_datetime_subtract = 336397244; |
1324 |
isc_dsql_invalid_dateortime_add = 336397245; |
1325 |
isc_dsql_invalid_type_minus_date = 336397246; |
1326 |
isc_dsql_nostring_addsub_dial3 = 336397247; |
1327 |
isc_dsql_invalid_type_addsub_dial3 = 336397248; |
1328 |
isc_dsql_invalid_type_multip_dial1 = 336397249; |
1329 |
isc_dsql_nostring_multip_dial3 = 336397250; |
1330 |
isc_dsql_invalid_type_multip_dial3 = 336397251; |
1331 |
isc_dsql_mustuse_numeric_div_dial1 = 336397252; |
1332 |
isc_dsql_nostring_div_dial3 = 336397253; |
1333 |
isc_dsql_invalid_type_div_dial3 = 336397254; |
1334 |
isc_dsql_nostring_neg_dial3 = 336397255; |
1335 |
isc_dsql_invalid_type_neg = 336397256; |
1336 |
isc_dsql_max_distinct_items = 336397257; |
1337 |
isc_dsql_alter_charset_failed = 336397258; |
1338 |
isc_dsql_comment_on_failed = 336397259; |
1339 |
isc_dsql_create_func_failed = 336397260; |
1340 |
isc_dsql_alter_func_failed = 336397261; |
1341 |
isc_dsql_create_alter_func_failed = 336397262; |
1342 |
isc_dsql_drop_func_failed = 336397263; |
1343 |
isc_dsql_recreate_func_failed = 336397264; |
1344 |
isc_dsql_create_proc_failed = 336397265; |
1345 |
isc_dsql_alter_proc_failed = 336397266; |
1346 |
isc_dsql_create_alter_proc_failed = 336397267; |
1347 |
isc_dsql_drop_proc_failed = 336397268; |
1348 |
isc_dsql_recreate_proc_failed = 336397269; |
1349 |
isc_dsql_create_trigger_failed = 336397270; |
1350 |
isc_dsql_alter_trigger_failed = 336397271; |
1351 |
isc_dsql_create_alter_trigger_failed = 336397272; |
1352 |
isc_dsql_drop_trigger_failed = 336397273; |
1353 |
isc_dsql_recreate_trigger_failed = 336397274; |
1354 |
isc_dsql_create_collation_failed = 336397275; |
1355 |
isc_dsql_drop_collation_failed = 336397276; |
1356 |
isc_dsql_create_domain_failed = 336397277; |
1357 |
isc_dsql_alter_domain_failed = 336397278; |
1358 |
isc_dsql_drop_domain_failed = 336397279; |
1359 |
isc_dsql_create_except_failed = 336397280; |
1360 |
isc_dsql_alter_except_failed = 336397281; |
1361 |
isc_dsql_create_alter_except_failed = 336397282; |
1362 |
isc_dsql_recreate_except_failed = 336397283; |
1363 |
isc_dsql_drop_except_failed = 336397284; |
1364 |
isc_dsql_create_sequence_failed = 336397285; |
1365 |
isc_dsql_create_table_failed = 336397286; |
1366 |
isc_dsql_alter_table_failed = 336397287; |
1367 |
isc_dsql_drop_table_failed = 336397288; |
1368 |
isc_dsql_recreate_table_failed = 336397289; |
1369 |
isc_dsql_create_pack_failed = 336397290; |
1370 |
isc_dsql_alter_pack_failed = 336397291; |
1371 |
isc_dsql_create_alter_pack_failed = 336397292; |
1372 |
isc_dsql_drop_pack_failed = 336397293; |
1373 |
isc_dsql_recreate_pack_failed = 336397294; |
1374 |
isc_dsql_create_pack_body_failed = 336397295; |
1375 |
isc_dsql_drop_pack_body_failed = 336397296; |
1376 |
isc_dsql_recreate_pack_body_failed = 336397297; |
1377 |
isc_dsql_create_view_failed = 336397298; |
1378 |
isc_dsql_alter_view_failed = 336397299; |
1379 |
isc_dsql_create_alter_view_failed = 336397300; |
1380 |
isc_dsql_recreate_view_failed = 336397301; |
1381 |
isc_dsql_drop_view_failed = 336397302; |
1382 |
isc_dsql_drop_sequence_failed = 336397303; |
1383 |
isc_dsql_recreate_sequence_failed = 336397304; |
1384 |
isc_dsql_drop_index_failed = 336397305; |
1385 |
isc_dsql_drop_filter_failed = 336397306; |
1386 |
isc_dsql_drop_shadow_failed = 336397307; |
1387 |
isc_dsql_drop_role_failed = 336397308; |
1388 |
isc_dsql_drop_user_failed = 336397309; |
1389 |
isc_dsql_create_role_failed = 336397310; |
1390 |
isc_dsql_alter_role_failed = 336397311; |
1391 |
isc_dsql_alter_index_failed = 336397312; |
1392 |
isc_dsql_alter_database_failed = 336397313; |
1393 |
isc_dsql_create_shadow_failed = 336397314; |
1394 |
isc_dsql_create_filter_failed = 336397315; |
1395 |
isc_dsql_create_index_failed = 336397316; |
1396 |
isc_dsql_create_user_failed = 336397317; |
1397 |
isc_dsql_alter_user_failed = 336397318; |
1398 |
isc_dsql_grant_failed = 336397319; |
1399 |
isc_dsql_revoke_failed = 336397320; |
1400 |
isc_dsql_cte_recursive_aggregate = 336397321; |
1401 |
isc_dsql_mapping_failed = 336397322; |
1402 |
isc_dsql_alter_sequence_failed = 336397323; |
1403 |
isc_dsql_create_generator_failed = 336397324; |
1404 |
isc_dsql_set_generator_failed = 336397325; |
1405 |
isc_dsql_wlock_simple = 336397326; |
1406 |
isc_dsql_firstskip_rows = 336397327; |
1407 |
isc_dsql_wlock_aggregates = 336397328; |
1408 |
isc_dsql_wlock_conflict = 336397329; |
1409 |
isc_dsql_max_exception_arguments = 336397330; |
1410 |
isc_dsql_string_byte_length = 336397331; |
1411 |
isc_dsql_string_char_length = 336397332; |
1412 |
isc_dsql_max_nesting = 336397333; |
1413 |
isc_dsql_recreate_user_failed = 336397334; |
1414 |
isc_gsec_cant_open_db = 336723983; |
1415 |
isc_gsec_switches_error = 336723984; |
1416 |
isc_gsec_no_op_spec = 336723985; |
1417 |
isc_gsec_no_usr_name = 336723986; |
1418 |
isc_gsec_err_add = 336723987; |
1419 |
isc_gsec_err_modify = 336723988; |
1420 |
isc_gsec_err_find_mod = 336723989; |
1421 |
isc_gsec_err_rec_not_found = 336723990; |
1422 |
isc_gsec_err_delete = 336723991; |
1423 |
isc_gsec_err_find_del = 336723992; |
1424 |
isc_gsec_err_find_disp = 336723996; |
1425 |
isc_gsec_inv_param = 336723997; |
1426 |
isc_gsec_op_specified = 336723998; |
1427 |
isc_gsec_pw_specified = 336723999; |
1428 |
isc_gsec_uid_specified = 336724000; |
1429 |
isc_gsec_gid_specified = 336724001; |
1430 |
isc_gsec_proj_specified = 336724002; |
1431 |
isc_gsec_org_specified = 336724003; |
1432 |
isc_gsec_fname_specified = 336724004; |
1433 |
isc_gsec_mname_specified = 336724005; |
1434 |
isc_gsec_lname_specified = 336724006; |
1435 |
isc_gsec_inv_switch = 336724008; |
1436 |
isc_gsec_amb_switch = 336724009; |
1437 |
isc_gsec_no_op_specified = 336724010; |
1438 |
isc_gsec_params_not_allowed = 336724011; |
1439 |
isc_gsec_incompat_switch = 336724012; |
1440 |
isc_gsec_inv_username = 336724044; |
1441 |
isc_gsec_inv_pw_length = 336724045; |
1442 |
isc_gsec_db_specified = 336724046; |
1443 |
isc_gsec_db_admin_specified = 336724047; |
1444 |
isc_gsec_db_admin_pw_specified = 336724048; |
1445 |
isc_gsec_sql_role_specified = 336724049; |
1446 |
isc_gstat_unknown_switch = 336920577; |
1447 |
isc_gstat_retry = 336920578; |
1448 |
isc_gstat_wrong_ods = 336920579; |
1449 |
isc_gstat_unexpected_eof = 336920580; |
1450 |
isc_gstat_open_err = 336920605; |
1451 |
isc_gstat_read_err = 336920606; |
1452 |
isc_gstat_sysmemex = 336920607; |
1453 |
isc_fbsvcmgr_bad_am = 336986113; |
1454 |
isc_fbsvcmgr_bad_wm = 336986114; |
1455 |
isc_fbsvcmgr_bad_rs = 336986115; |
1456 |
isc_fbsvcmgr_info_err = 336986116; |
1457 |
isc_fbsvcmgr_query_err = 336986117; |
1458 |
isc_fbsvcmgr_switch_unknown = 336986118; |
1459 |
isc_fbsvcmgr_bad_sm = 336986159; |
1460 |
isc_fbsvcmgr_fp_open = 336986160; |
1461 |
isc_fbsvcmgr_fp_read = 336986161; |
1462 |
isc_fbsvcmgr_fp_empty = 336986162; |
1463 |
isc_fbsvcmgr_bad_arg = 336986164; |
1464 |
isc_fbsvcmgr_info_limbo = 336986170; |
1465 |
isc_fbsvcmgr_limbo_state = 336986171; |
1466 |
isc_fbsvcmgr_limbo_advise = 336986172; |
1467 |
isc_fbsvcmgr_bad_rm = 336986173; |
1468 |
isc_utl_trusted_switch = 337051649; |
1469 |
isc_nbackup_missing_param = 337117213; |
1470 |
isc_nbackup_allowed_switches = 337117214; |
1471 |
isc_nbackup_unknown_param = 337117215; |
1472 |
isc_nbackup_unknown_switch = 337117216; |
1473 |
isc_nbackup_nofetchpw_svc = 337117217; |
1474 |
isc_nbackup_pwfile_error = 337117218; |
1475 |
isc_nbackup_size_with_lock = 337117219; |
1476 |
isc_nbackup_no_switch = 337117220; |
1477 |
isc_nbackup_err_read = 337117223; |
1478 |
isc_nbackup_err_write = 337117224; |
1479 |
isc_nbackup_err_seek = 337117225; |
1480 |
isc_nbackup_err_opendb = 337117226; |
1481 |
isc_nbackup_err_fadvice = 337117227; |
1482 |
isc_nbackup_err_createdb = 337117228; |
1483 |
isc_nbackup_err_openbk = 337117229; |
1484 |
isc_nbackup_err_createbk = 337117230; |
1485 |
isc_nbackup_err_eofdb = 337117231; |
1486 |
isc_nbackup_fixup_wrongstate = 337117232; |
1487 |
isc_nbackup_err_db = 337117233; |
1488 |
isc_nbackup_userpw_toolong = 337117234; |
1489 |
isc_nbackup_lostrec_db = 337117235; |
1490 |
isc_nbackup_lostguid_db = 337117236; |
1491 |
isc_nbackup_err_eofhdrdb = 337117237; |
1492 |
isc_nbackup_db_notlock = 337117238; |
1493 |
isc_nbackup_lostguid_bk = 337117239; |
1494 |
isc_nbackup_page_changed = 337117240; |
1495 |
isc_nbackup_dbsize_inconsistent = 337117241; |
1496 |
isc_nbackup_failed_lzbk = 337117242; |
1497 |
isc_nbackup_err_eofhdrbk = 337117243; |
1498 |
isc_nbackup_invalid_incbk = 337117244; |
1499 |
isc_nbackup_unsupvers_incbk = 337117245; |
1500 |
isc_nbackup_invlevel_incbk = 337117246; |
1501 |
isc_nbackup_wrong_orderbk = 337117247; |
1502 |
isc_nbackup_err_eofbk = 337117248; |
1503 |
isc_nbackup_err_copy = 337117249; |
1504 |
isc_nbackup_err_eofhdr_restdb = 337117250; |
1505 |
isc_nbackup_lostguid_l0bk = 337117251; |
1506 |
isc_nbackup_switchd_parameter = 337117255; |
1507 |
isc_nbackup_user_stop = 337117257; |
1508 |
isc_nbackup_deco_parse = 337117259; |
1509 |
isc_nbackup_lostrec_guid_db = 337117261; |
1510 |
isc_nbackup_seq_misuse = 337117265; |
1511 |
isc_trace_conflict_acts = 337182750; |
1512 |
isc_trace_act_notfound = 337182751; |
1513 |
isc_trace_switch_once = 337182752; |
1514 |
isc_trace_param_val_miss = 337182753; |
1515 |
isc_trace_param_invalid = 337182754; |
1516 |
isc_trace_switch_unknown = 337182755; |
1517 |
isc_trace_switch_svc_only = 337182756; |
1518 |
isc_trace_switch_user_only = 337182757; |
1519 |
isc_trace_switch_param_miss = 337182758; |
1520 |
isc_trace_param_act_notcompat = 337182759; |
1521 |
isc_trace_mandatory_switch_miss = 337182760; |
1522 |
isc_err_max = 1446; |
1523 |
{$endif} |
1524 |
{ JRD_GEN_IBERROR_H } |
1525 |
|