global
Interface GlobalConst

All Known Implementing Classes:
BT, BTFileScan, BTreeFile, BufMgr, DB, Heapfile, HFPage, IoBuf, OBuf, Page, Scan, Sort, SortMerge, SpoofIbuf, Tuple

public interface GlobalConst


Field Summary
static int INVALID_PAGE
           
static int MAX_NAME
           
static int MAX_SPACE
           
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 MINIBASE_PAGESIZE
          Size of page.
static int NUMBUF
           
 

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_PAGESIZE

public static final int MINIBASE_PAGESIZE
Size of page.

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

MAX_SPACE

public static final int MAX_SPACE
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