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

F

FAIL - Static variable in class tests.TestDriver
Failure value, for readability.
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.
FILE_SIZE - Static variable in class tests.HFTest
Size of heap file to create in test cases (65 for multiple data pages; 6500 for multiple directory pages).
FILE_SIZE - Static variable in class tests.IXTest
Size of index files to create in test cases.
fileName - Variable in class parser.AST_CreateIndex
Name of the index to create.
fileName - Variable in class parser.AST_CreateTable
Name of the table to create.
fileName - Variable in class parser.AST_Delete
Name of the table to delete from.
fileName - Variable in class parser.AST_Describe
Name of the table to describe.
fileName - Variable in class parser.AST_DropIndex
Name of the index to drop.
fileName - Variable in class parser.AST_DropTable
Name of the table to drop.
fileName - Variable in class parser.AST_Insert
Name of the table to insert into.
fileName - Variable in class parser.AST_Update
Name of the table to update.
fileNotExists(String) - Static method in class query.QueryCheck
Checks whether a file name does not exist.
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.
FillBuff() - Method in class parser.SimpleCharStream
 
finalize() - Method in class heap.HeapFile
Called by the garbage collector when there are no more references to the object; deletes the heap file if it's temporary.
finalize() - Method in class heap.HeapScan
Called by the garbage collector when there are no more references to the object; closes the scan if it's still open.
finalize() - Method in class index.BucketScan
Called by the garbage collector when there are no more references to the object; closes the scan if it's still open.
finalize() - Method in class index.HashIndex
Called by the garbage collector when there are no more references to the object; deletes the index file if it's temporary.
finalize() - Method in class index.HashScan
Called by the garbage collector when there are no more references to the object; closes the scan if it's still open.
finalize() - Method in class relop.Iterator
Called by the garbage collector when there are no more references to the object; closes the iterator if it's still open.
findEntry(SearchKey) - Method in class index.SortedPage
Searches for the first entry that matches the given search key.
first - Variable in class parser.MiniSql.JJCalls
 
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
 
FLOAT_KEY - Static variable in class global.SearchKey
Internal type number for Float keys.
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.
FromClause() - Method in class parser.MiniSql
 
fval - Variable in class tests.HFTest.DummyRecord
 

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