~ubuntu-branches/ubuntu/karmic/firebird2.1/karmic

« back to all changes in this revision

Viewing changes to src/jrd/os/vms/rdb.h

  • Committer: Bazaar Package Importer
  • Author(s): Damyan Ivanov
  • Date: 2008-05-26 23:59:25 UTC
  • Revision ID: james.westby@ubuntu.com-20080526235925-2pnqj6nxpppoeaer
Tags: upstream-2.1.0.17798-0.ds2
ImportĀ upstreamĀ versionĀ 2.1.0.17798-0.ds2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * The contents of this file are subject to the Interbase Public
 
3
 * License Version 1.0 (the "License"); you may not use this file
 
4
 * except in compliance with the License. You may obtain a copy
 
5
 * of the License at http://www.Inprise.com/IPL.html
 
6
 *
 
7
 * Software distributed under the License is distributed on an
 
8
 * "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
 
9
 * or implied. See the License for the specific language governing
 
10
 * rights and limitations under the License.
 
11
 *
 
12
 * The Original Code was created by Inprise Corporation
 
13
 * and its predecessors. Portions created by Inprise Corporation are
 
14
 * Copyright (C) Inprise Corporation.
 
15
 *
 
16
 * All Rights Reserved.
 
17
 * Contributor(s): ______________________________________.
 
18
 */
 
19
#ifndef JRD_RDB_H
 
20
#define JRD_RDB_H
 
21
 
 
22
const int rdb$_arith_except       0x138800a
 
23
const int rdb$_bad_dbkey          0x1388012
 
24
const int rdb$_bad_db_format      0x138801a
 
25
const int rdb$_bad_db_handle      0x1388022
 
26
const int rdb$_bad_dpb_content    0x138802a
 
27
const int rdb$_bad_dpb_form       0x1388032
 
28
const int rdb$_bad_req_handle     0x138803a
 
29
const int rdb$_bad_segstr_handle  0x1388042
 
30
const int rdb$_bad_segstr_id      0x138804a
 
31
const int rdb$_bad_tpb_content    0x1388052
 
32
const int rdb$_bad_tpb_form       0x138805a
 
33
const int rdb$_bad_trans_handle   0x1388062
 
34
const int rdb$_bug_check          0x138806c
 
35
const int rdb$_convert_error      0x1388072
 
36
const int rdb$_db_corrupt         0x138807c
 
37
const int rdb$_deadlock           0x1388082
 
38
const int rdb$_from_no_match      0x1388092
 
39
const int rdb$_infinap            0x1388098
 
40
const int rdb$_infona             0x13880a0
 
41
const int rdb$_infunk             0x13880a8
 
42
const int rdb$_integ_fail         0x13880b2
 
43
const int rdb$_invalid_blr        0x13880ba
 
44
const int rdb$_io_error           0x13880c4
 
45
const int rdb$_lock_conflict      0x13880ca
 
46
const int rdb$_metadata_corrupt   0x13880d4
 
47
const int rdb$_not_valid          0x13880da
 
48
const int rdb$_no_cur_rec         0x13880e2
 
49
const int rdb$_no_dup             0x13880ea
 
50
const int rdb$_no_finish          0x13880f3
 
51
const int rdb$_no_meta_update     0x13880fa
 
52
const int rdb$_no_priv            0x1388102
 
53
const int rdb$_no_recon           0x138810a
 
54
const int rdb$_no_record          0x1388112
 
55
const int rdb$_no_segstr_close    0x138811a
 
56
const int rdb$_obsolete_metadata  0x1388122
 
57
const int rdb$_open_trans         0x138812a
 
58
const int rdb$_port_len           0x1388132
 
59
const int rdb$_read_only_field    0x138813a
 
60
const int rdb$_read_only_rel      0x1388142
 
61
const int rdb$_read_only_trans    0x138814a
 
62
const int rdb$_read_only_view     0x1388152
 
63
const int rdb$_req_no_trans       0x138815a
 
64
const int rdb$_req_sync           0x1388162
 
65
const int rdb$_req_wrong_db       0x138816a
 
66
const int rdb$_segment            0x1388171
 
67
const int rdb$_segstr_eof         0x138817a
 
68
const int rdb$_segstr_no_op       0x1388182
 
69
const int rdb$_segstr_no_read     0x138818a
 
70
const int rdb$_segstr_no_trans    0x1388192
 
71
const int rdb$_segstr_no_write    0x138819a
 
72
const int rdb$_segstr_wrong_db    0x13881a2
 
73
const int rdb$_sys_request        0x13881b4
 
74
const int rdb$_unavailable        0x13881ba
 
75
const int rdb$_unres_rel          0x13881c2
 
76
const int rdb$_uns_ext            0x13881cc
 
77
const int rdb$_wish_list          0x13881d4
 
78
const int rdb$_wrong_ods          0x13881dc
 
79
const int rdb$_wronumarg          0x13881e2
 
80
const int rdb$_imp_exc            0x13881ea
 
81
//#define rdbb$_badblk             0x16a800a
 
82
//#define rdbb$_invpoolcl          0x16a8012
 
83
//#define rdbb$_nopoolids          0x16a801a
 
84
//#define rdbb$_relbadblk          0x16a8022
 
85
//#define rdbb$_blktoobig          0x16a802a
 
86
//#define rdbb$_bufexh             0x16a8032
 
87
//#define rdbb$_syntaxerr          0x16a803a
 
88
//#define rdbb$_bufinuse           0x16a8042
 
89
//#define rdbb$_bdbincon           0x16a804a
 
90
//#define rdbb$_reqinuse           0x16a8052
 
91
//#define rdbb$_badodsver          0x16a805a
 
92
//#define rdbb$_relnotdef          0x16a8062
 
93
//#define rdbb$_fldnotdef          0x16a806a
 
94
//#define rdbb$_dirtypage          0x16a8073
 
95
//#define rdbb$_waifortra          0x16a807b
 
96
//#define rdbb$_doubleloc          0x16a8082
 
97
//#define rdbb$_nodnotfnd          0x16a808b
 
98
//#define rdbb$_dupnodfnd          0x16a8093
 
99
//#define rdbb$_locnotmar          0x16a80a3
 
100
//#define rdbb$_badpagtyp          0x16a80ac
 
101
//#define rdbb$_corrupt            0x16a80b4
 
102
//#define rdbb$_badpage            0x16a80bb
 
103
//#define rdbb$_badindex           0x16a80cb
 
104
//#define rdbb$_dbbnotzer          0x16a80d2
 
105
//#define rdbb$_tranotzer          0x16a80da
 
106
//#define rdbb$_trareqmis          0x16a80e2
 
107
//#define rdbb$_badhndcnt          0x16a80ea
 
108
//#define rdbb$_wrotpbver          0x16a80f2
 
109
//#define rdbb$_wroblrver          0x16a80fa
 
110
//#define rdbb$_wrodpbver          0x16a8102
 
111
//#define rdbb$_blobnotsup         0x16a810a
 
112
//#define rdbb$_badrelation        0x16a8112
 
113
//#define rdbb$_nodetach           0x16a811b
 
114
//#define rdbb$_notremote          0x16a81ba
 
115
//#define rdbb$_trainlim           0x16a81c2
 
116
//#define rdbb$_notinlim           0x16a81ca
 
117
//#define rdbb$_traoutsta          0x16a81d2
 
118
//#define rdbb$_connect_reject     0x16a81da
 
119
//#define rdbb$_dbfile             0x16a81e2
 
120
//#define rdbb$_orphan             0x16a81eb
 
121
 
 
122
#endif /* JRD_RDB_H */