121 |
|
isc_info_creation_date = 111; |
122 |
|
isc_info_db_file_size = 112; |
123 |
|
fb_info_page_contents = 113; |
124 |
+ |
fb_info_implementation = 114; |
125 |
+ |
fb_info_page_warns = 115; |
126 |
+ |
fb_info_record_warns = 116; |
127 |
+ |
fb_info_bpage_warns = 117; |
128 |
+ |
fb_info_dpage_warns = 118; |
129 |
+ |
fb_info_ipage_warns = 119; |
130 |
+ |
fb_info_ppage_warns = 120; |
131 |
+ |
fb_info_tpage_warns = 121; |
132 |
+ |
fb_info_pip_errors = 122; |
133 |
+ |
fb_info_pip_warns = 123; |
134 |
|
|
135 |
< |
isc_info_db_last_value = fb_info_page_contents; (* Leave this LAST! *) |
135 |
> |
fb_info_pages_used = 124; |
136 |
> |
fb_info_pages_free = 125; |
137 |
> |
|
138 |
> |
fb_info_conn_flags = 132; |
139 |
> |
|
140 |
> |
fb_info_crypt_key = 133; |
141 |
> |
fb_info_crypt_state = 134; |
142 |
> |
|
143 |
> |
isc_info_db_last_value = fb_info_crypt_state; (* Leave this LAST! *) |
144 |
|
|
145 |
|
|
146 |
|
isc_info_version = isc_info_isc_version; |
147 |
|
|
148 |
+ |
{ flags set in fb_info_crypt_state } |
149 |
+ |
|
150 |
+ |
fb_info_crypt_encrypted = $01; |
151 |
+ |
fb_info_crypt_process = $02; |
152 |
+ |
|
153 |
|
|
154 |
|
(**************************************) |
155 |
|
(* Database information return values *) |