Package com.cosylab.vdct.dbd
Interface DBDConstants
-
public interface DBDConstants
This type was created in VisualAge.
-
-
Field Summary
Fields Modifier and Type Field Description static int
DBF_CHAR
static int
DBF_DEVICE
static int
DBF_DOUBLE
static int
DBF_ENUM
static int
DBF_FLOAT
static int
DBF_FWDLINK
static int
DBF_INLINK
static int
DBF_INT64
static int
DBF_LONG
static int
DBF_MACRO
static int
DBF_MENU
static int
DBF_NOACCESS
static int
DBF_OUTLINK
static int
DBF_PORT
static int
DBF_SHORT
static int
DBF_STRING
static int
DBF_TEMPLATE_MACRO
static int
DBF_TEMPLATE_PORT
static int
DBF_UCHAR
static int
DBF_UINT64
static int
DBF_ULONG
static int
DBF_USHORT
static int
DECIMAL
static int
HEX
static int
NOT_DEFINED
static char
quoteChar
-
-
-
Field Detail
-
NOT_DEFINED
static final int NOT_DEFINED
- See Also:
- Constant Field Values
-
DBF_STRING
static final int DBF_STRING
- See Also:
- Constant Field Values
-
DBF_CHAR
static final int DBF_CHAR
- See Also:
- Constant Field Values
-
DBF_UCHAR
static final int DBF_UCHAR
- See Also:
- Constant Field Values
-
DBF_SHORT
static final int DBF_SHORT
- See Also:
- Constant Field Values
-
DBF_USHORT
static final int DBF_USHORT
- See Also:
- Constant Field Values
-
DBF_LONG
static final int DBF_LONG
- See Also:
- Constant Field Values
-
DBF_ULONG
static final int DBF_ULONG
- See Also:
- Constant Field Values
-
DBF_INT64
static final int DBF_INT64
- See Also:
- Constant Field Values
-
DBF_UINT64
static final int DBF_UINT64
- See Also:
- Constant Field Values
-
DBF_FLOAT
static final int DBF_FLOAT
- See Also:
- Constant Field Values
-
DBF_DOUBLE
static final int DBF_DOUBLE
- See Also:
- Constant Field Values
-
DBF_ENUM
static final int DBF_ENUM
- See Also:
- Constant Field Values
-
DBF_MENU
static final int DBF_MENU
- See Also:
- Constant Field Values
-
DBF_DEVICE
static final int DBF_DEVICE
- See Also:
- Constant Field Values
-
DBF_INLINK
static final int DBF_INLINK
- See Also:
- Constant Field Values
-
DBF_OUTLINK
static final int DBF_OUTLINK
- See Also:
- Constant Field Values
-
DBF_FWDLINK
static final int DBF_FWDLINK
- See Also:
- Constant Field Values
-
DBF_NOACCESS
static final int DBF_NOACCESS
- See Also:
- Constant Field Values
-
DBF_PORT
static final int DBF_PORT
- See Also:
- Constant Field Values
-
DBF_MACRO
static final int DBF_MACRO
- See Also:
- Constant Field Values
-
DBF_TEMPLATE_PORT
static final int DBF_TEMPLATE_PORT
- See Also:
- Constant Field Values
-
DBF_TEMPLATE_MACRO
static final int DBF_TEMPLATE_MACRO
- See Also:
- Constant Field Values
-
DECIMAL
static final int DECIMAL
- See Also:
- Constant Field Values
-
HEX
static final int HEX
- See Also:
- Constant Field Values
-
quoteChar
static final char quoteChar
- See Also:
- Constant Field Values
-
-