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

A

add(SearchKey, Tuple) - Method in class relop.HashTableDup
Maps the specified key to the specified value in this hashtable.
add_escapes(String) - Method in exception parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add_file_entry(String, PageId) - Method in class diskmgr.DiskMgr
Adds a file entry to the header page(s); each entry contains the name of the file and the PageId of the file's first page.
addEscapes(String) - Static method in error parser.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addName(String) - Method in class parser.AST_OrderBy
Adds a new column name to the list.
adjustBeginLineColumn(int, int) - Method in class parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
allocate_page() - Method in class diskmgr.DiskMgr
Allocates a single page (i.e.
allocate_page(int) - Method in class diskmgr.DiskMgr
Allocates a set of pages on disk, given the run size.
allocs - Variable in class tests.TestDriver.CountData
 
arg - Variable in class parser.MiniSql.JJCalls
 
AST_AndExpr - Class in parser
AST node for AND expressions in WHERE clauses.
AST_AndExpr(int) - Constructor for class parser.AST_AndExpr
 
AST_AndExpr(MiniSql, int) - Constructor for class parser.AST_AndExpr
 
AST_ColumnType - Class in parser
Column type in a CREATE TABLE statement.
AST_ColumnType(int) - Constructor for class parser.AST_ColumnType
 
AST_ColumnType(MiniSql, int) - Constructor for class parser.AST_ColumnType
 
AST_CreateIndex - Class in parser
AST node for CREATE INDEX statements.
AST_CreateIndex(int) - Constructor for class parser.AST_CreateIndex
 
AST_CreateIndex(MiniSql, int) - Constructor for class parser.AST_CreateIndex
 
AST_CreateTable - Class in parser
AST node for CREATE TABLE statements.
AST_CreateTable(int) - Constructor for class parser.AST_CreateTable
 
AST_CreateTable(MiniSql, int) - Constructor for class parser.AST_CreateTable
 
AST_Delete - Class in parser
AST node for DELETE statements.
AST_Delete(int) - Constructor for class parser.AST_Delete
 
AST_Delete(MiniSql, int) - Constructor for class parser.AST_Delete
 
AST_Describe - Class in parser
AST node for DESCRIBE statements.
AST_Describe(int) - Constructor for class parser.AST_Describe
 
AST_Describe(MiniSql, int) - Constructor for class parser.AST_Describe
 
AST_DropIndex - Class in parser
AST node for DROP INDEX statements.
AST_DropIndex(int) - Constructor for class parser.AST_DropIndex
 
AST_DropIndex(MiniSql, int) - Constructor for class parser.AST_DropIndex
 
AST_DropTable - Class in parser
AST node for DROP TABLE statements.
AST_DropTable(int) - Constructor for class parser.AST_DropTable
 
AST_DropTable(MiniSql, int) - Constructor for class parser.AST_DropTable
 
AST_ExprPred - Class in parser
Expression predicate in a WHERE clause.
AST_ExprPred(int) - Constructor for class parser.AST_ExprPred
 
AST_ExprPred(MiniSql, int) - Constructor for class parser.AST_ExprPred
 
AST_ExprValue - Class in parser
Value (simple expression), or operand (in a WHERE cluase).
AST_ExprValue(int) - Constructor for class parser.AST_ExprValue
 
AST_ExprValue(MiniSql, int) - Constructor for class parser.AST_ExprValue
 
AST_IdentList - Class in parser
Dynamic list of table or column identifiers.
AST_IdentList(int) - Constructor for class parser.AST_IdentList
 
AST_IdentList(MiniSql, int) - Constructor for class parser.AST_IdentList
 
AST_Insert - Class in parser
AST node for INSERT statements.
AST_Insert(int) - Constructor for class parser.AST_Insert
 
AST_Insert(MiniSql, int) - Constructor for class parser.AST_Insert
 
AST_OrderBy - Class in parser
AST node for ORDER BY clauses.
AST_OrderBy(int) - Constructor for class parser.AST_OrderBy
 
AST_OrderBy(MiniSql, int) - Constructor for class parser.AST_OrderBy
 
AST_OrExpr - Class in parser
AST node for OR expressions in WHERE clauses.
AST_OrExpr(int) - Constructor for class parser.AST_OrExpr
 
AST_OrExpr(MiniSql, int) - Constructor for class parser.AST_OrExpr
 
AST_Select - Class in parser
AST node for SELECT statements.
AST_Select(int) - Constructor for class parser.AST_Select
 
AST_Select(MiniSql, int) - Constructor for class parser.AST_Select
 
AST_Start - Class in parser
Start node of the AST.
AST_Start(int) - Constructor for class parser.AST_Start
 
AST_Start(MiniSql, int) - Constructor for class parser.AST_Start
 
AST_Update - Class in parser
AST node for UPDATE statements.
AST_Update(int) - Constructor for class parser.AST_Update
 
AST_Update(MiniSql, int) - Constructor for class parser.AST_Update
 
AttrOperator - Class in global
Enumeration class for predicate operators.
AttrOperator() - Constructor for class global.AttrOperator
Private constructor (static class).
AttrType - Class in global
Enumeration class for attribute data types.
AttrType() - Constructor for class global.AttrType
Private constructor (static class).
available - Variable in class parser.SimpleCharStream
 

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