Package mdbtools.libmdb
Class Constants
- java.lang.Object
-
- mdbtools.libmdb.Constants
-
public class Constants extends Object
copied from mdbtools.h
-
-
Field Summary
Fields Modifier and Type Field Description static int
MDB_ANY
static int
MDB_BIND_SIZE
static int
MDB_BOOL
static int
MDB_BYTE
static int
MDB_CATALOG_PG
static int
MDB_DATABASE_PROPERTY
static int
MDB_DOUBLE
static int
MDB_EQUAL
static int
MDB_FLOAT
static int
MDB_FORM
static int
MDB_GT
static int
MDB_GTEQ
static int
MDB_INT
static int
MDB_ISNULL
static int
MDB_LIKE
static int
MDB_LINKED_TABLE
static int
MDB_LONGINT
static int
MDB_LT
static int
MDB_LTEQ
static int
MDB_MACRO
static int
MDB_MAX_COLS
static int
MDB_MAX_IDX_COLS
static int
MDB_MAX_OBJ_NAME
static int
MDB_MEMO
static int
MDB_MEMO_OVERHEAD
static int
MDB_MODULE
static int
MDB_MONEY
static int
MDB_NOTNULL
static int
MDB_NUMERIC
static int
MDB_OLE
static int
MDB_PGSIZE
static int
MDB_QUERY
static int
MDB_RELATIONSHIP
static int
MDB_REPID
static int
MDB_REPORT
static int
MDB_SDATETIME
static int
MDB_SYSTEM_TABLE
static int
MDB_TABLE
static int
MDB_TEXT
static int
MDB_UNKNOWN_09
static int
MDB_UNKNOWN_0A
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
MDB_FORM
public static final int MDB_FORM
- See Also:
- Constant Field Values
-
MDB_TABLE
public static final int MDB_TABLE
- See Also:
- Constant Field Values
-
MDB_MACRO
public static final int MDB_MACRO
- See Also:
- Constant Field Values
-
MDB_SYSTEM_TABLE
public static final int MDB_SYSTEM_TABLE
- See Also:
- Constant Field Values
-
MDB_REPORT
public static final int MDB_REPORT
- See Also:
- Constant Field Values
-
MDB_QUERY
public static final int MDB_QUERY
- See Also:
- Constant Field Values
-
MDB_LINKED_TABLE
public static final int MDB_LINKED_TABLE
- See Also:
- Constant Field Values
-
MDB_MODULE
public static final int MDB_MODULE
- See Also:
- Constant Field Values
-
MDB_RELATIONSHIP
public static final int MDB_RELATIONSHIP
- See Also:
- Constant Field Values
-
MDB_UNKNOWN_09
public static final int MDB_UNKNOWN_09
- See Also:
- Constant Field Values
-
MDB_UNKNOWN_0A
public static final int MDB_UNKNOWN_0A
- See Also:
- Constant Field Values
-
MDB_DATABASE_PROPERTY
public static final int MDB_DATABASE_PROPERTY
- See Also:
- Constant Field Values
-
MDB_ANY
public static final int MDB_ANY
- See Also:
- Constant Field Values
-
MDB_BOOL
public static final int MDB_BOOL
- See Also:
- Constant Field Values
-
MDB_BYTE
public static final int MDB_BYTE
- See Also:
- Constant Field Values
-
MDB_INT
public static final int MDB_INT
- See Also:
- Constant Field Values
-
MDB_LONGINT
public static final int MDB_LONGINT
- See Also:
- Constant Field Values
-
MDB_MONEY
public static final int MDB_MONEY
- See Also:
- Constant Field Values
-
MDB_FLOAT
public static final int MDB_FLOAT
- See Also:
- Constant Field Values
-
MDB_DOUBLE
public static final int MDB_DOUBLE
- See Also:
- Constant Field Values
-
MDB_SDATETIME
public static final int MDB_SDATETIME
- See Also:
- Constant Field Values
-
MDB_TEXT
public static final int MDB_TEXT
- See Also:
- Constant Field Values
-
MDB_OLE
public static final int MDB_OLE
- See Also:
- Constant Field Values
-
MDB_MEMO
public static final int MDB_MEMO
- See Also:
- Constant Field Values
-
MDB_REPID
public static final int MDB_REPID
- See Also:
- Constant Field Values
-
MDB_NUMERIC
public static final int MDB_NUMERIC
- See Also:
- Constant Field Values
-
MDB_EQUAL
public static final int MDB_EQUAL
- See Also:
- Constant Field Values
-
MDB_GT
public static final int MDB_GT
- See Also:
- Constant Field Values
-
MDB_LT
public static final int MDB_LT
- See Also:
- Constant Field Values
-
MDB_GTEQ
public static final int MDB_GTEQ
- See Also:
- Constant Field Values
-
MDB_LTEQ
public static final int MDB_LTEQ
- See Also:
- Constant Field Values
-
MDB_LIKE
public static final int MDB_LIKE
- See Also:
- Constant Field Values
-
MDB_ISNULL
public static final int MDB_ISNULL
- See Also:
- Constant Field Values
-
MDB_NOTNULL
public static final int MDB_NOTNULL
- See Also:
- Constant Field Values
-
MDB_PGSIZE
public static final int MDB_PGSIZE
- See Also:
- Constant Field Values
-
MDB_MAX_OBJ_NAME
public static final int MDB_MAX_OBJ_NAME
- See Also:
- Constant Field Values
-
MDB_MAX_COLS
public static final int MDB_MAX_COLS
- See Also:
- Constant Field Values
-
MDB_MAX_IDX_COLS
public static final int MDB_MAX_IDX_COLS
- See Also:
- Constant Field Values
-
MDB_CATALOG_PG
public static final int MDB_CATALOG_PG
- See Also:
- Constant Field Values
-
MDB_MEMO_OVERHEAD
public static final int MDB_MEMO_OVERHEAD
- See Also:
- Constant Field Values
-
MDB_BIND_SIZE
public static final int MDB_BIND_SIZE
- See Also:
- Constant Field Values
-
-