Package mdbtools.libmdb
Class Constants
- java.lang.Object
-
- mdbtools.libmdb.Constants
-
public class Constants extends java.lang.Objectcopied from mdbtools.h
-
-
Field Summary
Fields Modifier and Type Field Description static intMDB_ANYstatic intMDB_BIND_SIZEstatic intMDB_BOOLstatic intMDB_BYTEstatic intMDB_CATALOG_PGstatic intMDB_DATABASE_PROPERTYstatic intMDB_DOUBLEstatic intMDB_EQUALstatic intMDB_FLOATstatic intMDB_FORMstatic intMDB_GTstatic intMDB_GTEQstatic intMDB_INTstatic intMDB_ISNULLstatic intMDB_LIKEstatic intMDB_LINKED_TABLEstatic intMDB_LONGINTstatic intMDB_LTstatic intMDB_LTEQstatic intMDB_MACROstatic intMDB_MAX_COLSstatic intMDB_MAX_IDX_COLSstatic intMDB_MAX_OBJ_NAMEstatic intMDB_MEMOstatic intMDB_MEMO_OVERHEADstatic intMDB_MODULEstatic intMDB_MONEYstatic intMDB_NOTNULLstatic intMDB_NUMERICstatic intMDB_OLEstatic intMDB_PGSIZEstatic intMDB_QUERYstatic intMDB_RELATIONSHIPstatic intMDB_REPIDstatic intMDB_REPORTstatic intMDB_SDATETIMEstatic intMDB_SYSTEM_TABLEstatic intMDB_TABLEstatic intMDB_TEXTstatic intMDB_UNKNOWN_09static intMDB_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
-
-