A B C D E F G H I J K L M N O P R S T U V W

F

field - Variable in class global.SortKey
Column name or field number.
fieldLength(int) - Method in class relop.Schema
Gets the length of the given field.
fieldName(int) - Method in class relop.Schema
Gets the name of the given field.
FIELDNO - Static variable in class global.AttrType
 
fieldNumber(String) - Method in class relop.Schema
Gets the number of the field with the given name, or -1 if not found.
fieldOffset(int) - Method in class relop.Schema
Gets the offset of the given field.
fieldType(int) - Method in class relop.Schema
Gets the type of the given field.
FileScan - Class in relop
Wrapper for heap file scan, the most basic access method.
FileScan(Schema, HeapFile) - Constructor for class relop.FileScan
Constructs a file scan, given the schema and heap file.
FIRST_PAGEID - Static variable in interface global.GlobalConst
Page number of the first page in a database file.
firstRecord() - Method in class heap.HFPage
Gets the RID of the first record on the page, or null if none.
FLOAT - Static variable in class global.AttrType
 
flushAllPages() - Method in class bufmgr.BufMgr
Immediately writes all dirty pages in the buffer pool to disk.
flushPage(PageId) - Method in class bufmgr.BufMgr
Immediately writes a page in the buffer pool to disk, if dirty.
freePage(PageId) - Method in class bufmgr.BufMgr
Deallocates a single page from disk, freeing it from the pool if needed.

A B C D E F G H I J K L M N O P R S T U V W