global
Interface GlobalConst

All Known Implementing Classes:
AbstractBufMgr, AbstractBufMgrFrameDesc, AbstractBufMgrReplacer, AttrCatalog, BTFileScan, BTreeFile, BTTest, Catalog, DB, Heapfile, HFPage, IndexCatalog, Page, RelCatalog, Scan, Tuple

public interface GlobalConst


Field Summary
static int INVALID_PAGE
           
static int MAX_NAME
           
static int MAXATTRNAME
           
static int MAXFILENAME
          also the name of a relation
static int MAXINDEXNAME
           
static int MINIBASE_BUFFER_POOL_SIZE
          Size of each frame.
static int MINIBASE_DB_SIZE
          in Pages => the DBMS Manager tells the DB how much disk space is available for the database.
static int MINIBASE_DEFAULT_SHAREDMEM_SIZE
           
static int MINIBASE_MAX_TRANSACTIONS
           
static int MINIBASE_MAXARRSIZE
           
static int NUMBUF
           
static int PAGE_SIZE
           
static int PAGESIZE
          Size of page.
 

Field Detail

MINIBASE_MAXARRSIZE

public static final int MINIBASE_MAXARRSIZE
See Also:
Constant Field Values

NUMBUF

public static final int NUMBUF
See Also:
Constant Field Values

MINIBASE_BUFFER_POOL_SIZE

public static final int MINIBASE_BUFFER_POOL_SIZE
Size of each frame.

See Also:
Constant Field Values

PAGE_SIZE

public static final int PAGE_SIZE
See Also:
Constant Field Values

PAGESIZE

public static final int PAGESIZE
Size of page.

See Also:
Constant Field Values

MINIBASE_DB_SIZE

public static final int MINIBASE_DB_SIZE
in Pages => the DBMS Manager tells the DB how much disk space is available for the database.

See Also:
Constant Field Values

MINIBASE_MAX_TRANSACTIONS

public static final int MINIBASE_MAX_TRANSACTIONS
See Also:
Constant Field Values

MINIBASE_DEFAULT_SHAREDMEM_SIZE

public static final int MINIBASE_DEFAULT_SHAREDMEM_SIZE
See Also:
Constant Field Values

MAXFILENAME

public static final int MAXFILENAME
also the name of a relation

See Also:
Constant Field Values

MAXINDEXNAME

public static final int MAXINDEXNAME
See Also:
Constant Field Values

MAXATTRNAME

public static final int MAXATTRNAME
See Also:
Constant Field Values

MAX_NAME

public static final int MAX_NAME
See Also:
Constant Field Values

INVALID_PAGE

public static final int INVALID_PAGE
See Also:
Constant Field Values