mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-27 17:23:03 +01:00
53 lines
1.6 KiB
C
53 lines
1.6 KiB
C
/*
|
|
* The contents of this file are subject to the Interbase Public
|
|
* License Version 1.0 (the "License"); you may not use this file
|
|
* except in compliance with the License. You may obtain a copy
|
|
* of the License at http://www.Inprise.com/IPL.html
|
|
*
|
|
* Software distributed under the License is distributed on an
|
|
* "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
|
|
* or implied. See the License for the specific language governing
|
|
* rights and limitations under the License.
|
|
*
|
|
* The Original Code was created by Inprise Corporation
|
|
* and its predecessors. Portions created by Inprise Corporation are
|
|
* Copyright (C) Inprise Corporation.
|
|
*
|
|
* All Rights Reserved.
|
|
* Contributor(s): ______________________________________.
|
|
*/
|
|
#define LNM$M_NO_ALIAS 1
|
|
#define LNM$M_CONFINE 2
|
|
#define LNM$M_CRELOG 4
|
|
#define LNM$M_TABLE 8
|
|
#define LNM$M_CONCEALED 256
|
|
#define LNM$M_TERMINAL 512
|
|
#define LNM$M_EXISTS 1024
|
|
#define LNM$M_SHAREABLE 65536
|
|
#define LNM$M_CREATE_IF 16777216
|
|
#define LNM$M_CASE_BLIND 33554432
|
|
#define LNM$S_LNMDEF 4
|
|
#define LNM$V_NO_ALIAS 0
|
|
#define LNM$V_CONFINE 1
|
|
#define LNM$V_CRELOG 2
|
|
#define LNM$V_TABLE 3
|
|
#define LNM$V_CONCEALED 8
|
|
#define LNM$V_TERMINAL 9
|
|
#define LNM$V_EXISTS 10
|
|
#define LNM$V_SHAREABLE 16
|
|
#define LNM$V_CREATE_IF 24
|
|
#define LNM$V_CASE_BLIND 25
|
|
#define LNM$C_TABNAMLEN 31
|
|
#define LNM$C_NAMLENGTH 255
|
|
#define LNM$C_MAXDEPTH 10
|
|
#define LNM$_INDEX 1
|
|
#define LNM$_STRING 2
|
|
#define LNM$_ATTRIBUTES 3
|
|
#define LNM$_TABLE 4
|
|
#define LNM$_LENGTH 5
|
|
#define LNM$_ACMODE 6
|
|
#define LNM$_MAX_INDEX 7
|
|
#define LNM$_PARENT 8
|
|
#define LNM$_LNMB_ADDR 9
|
|
#define LNM$_CHAIN -1
|