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

T

tableExists(String) - Static method in class query.QueryCheck
Checks whether a table exists.
tableName - Variable in class query.IndexDesc
Name of the referenced table.
tabSize - Variable in class parser.SimpleCharStream
 
test1() - Method in class tests.BMTest
 
test1() - Method in class tests.DMTest
 
test1() - Method in class tests.HFTest
 
test1() - Method in class tests.IXTest
Simple use of temp index.
test1() - Method in class tests.ROTest
 
test2() - Method in class tests.BMTest
 
test2() - Method in class tests.DMTest
 
test2() - Method in class tests.HFTest
 
test2() - Method in class tests.IXTest
HashIndex under normal conditions.
test2() - Method in class tests.ROTest
SELECT * FROM Drivers D INNER JOIN Rides R ON (D.DriverId = R.DriverId);
test3() - Method in class tests.BMTest
 
test3() - Method in class tests.DMTest
 
test3() - Method in class tests.HFTest
 
test3() - Method in class tests.IXTest
Index package error cases.
test3() - Method in class tests.ROTest
SELECT * FROM Groups G INNER JOIN Rides R ON (G.GroupId = R.GroupId) INNER JOIN Drivers D ON (R.DriverId = D.DriverId) WHERE D.NumSeats < G.GroupId;
test4() - Method in class tests.DMTest
 
test4() - Method in class tests.HFTest
 
TEST_NAME - Static variable in class tests.BMTest
The display name of the test suite.
TEST_NAME - Static variable in class tests.DMTest
The display name of the test suite.
TEST_NAME - Static variable in class tests.HFTest
The display name of the test suite.
TEST_NAME - Static variable in class tests.IXTest
The display name of the test suite.
TEST_NAME - Static variable in class tests.ROTest
The display name of the test suite.
TestDriver - Class in tests
Minibase Test Driver
TestDriver() - Constructor for class tests.TestDriver
 
TestDriver.CountData - Class in tests
Counter values saved with a particular description.
TestDriver.CountData() - Constructor for class tests.TestDriver.CountData
 
testrand() - Method in class tests.IXTest
Test random email generator.
tests - package tests
 
toByteArray() - Method in class tests.HFTest.DummyRecord
Gets a byte array representation.
token - Variable in class parser.MiniSql
 
Token - Class in parser
Describes the input token stream.
Token() - Constructor for class parser.Token
 
token_source - Variable in class parser.MiniSql
 
tokenBegin - Variable in class parser.SimpleCharStream
 
tokenImage - Static variable in interface parser.MiniSqlConstants
 
tokenImage - Variable in exception parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in parser
 
TokenMgrError() - Constructor for error parser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error parser.TokenMgrError
 
toString(int) - Static method in class global.AttrOperator
Returns a string representation of an AttrOperator.
toString(int) - Static method in class global.AttrType
Returns a string representation of an AttrType.
toString() - Method in class global.PageId
Returns a string representation of the PageId.
toString() - Method in class global.RID
Returns a string representation of the PageId.
toString() - Method in class heap.HeapFile
Returns the name of the heap file.
toString() - Method in class index.HashIndex
Returns the name of the index file.
toString() - Method in class parser.SimpleNode
 
toString(String) - Method in class parser.SimpleNode
 
toString() - Method in class parser.Token
Returns the image.
toString() - Method in class relop.Predicate
Returns a string representation of the Predicate.
toValue(String) - Static method in class global.AttrOperator
Returns the constant value for the string representation (i.e.
Tuple - Class in relop
Each tuple in a relation is a collection of bytes that must fit within a single page.
Tuple(Schema) - Constructor for class relop.Tuple
Creates a new empty tuple, given its schema.
Tuple(Schema, Object...) - Constructor for class relop.Tuple
Creates a new tuple, given its schema and values.
Tuple(Schema, byte[]) - Constructor for class relop.Tuple
Creates a new tuple, given existing values to wrap.
type - Variable in class global.SearchKey
The type of the key value.
type - Variable in class parser.AST_ColumnType
Attribute type of the column.
type - Variable in class parser.AST_ExprValue
AttrType of the value/operand.
types - Variable in class relop.Schema
Attribute types of the fields.

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