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

L

last() - Method in class simpledb.remote.ResultSetAdapter
 
LAST_POS - Static variable in class simpledb.log.LogMgr
The location where the pointer to the last integer in the page is.
length - Variable in class simpledb.record.Schema.FieldInfo
 
length(String) - Method in class simpledb.record.Schema
Returns the conceptual length of the specified field.
Lexer - Class in simpledb.parse
The lexical analyzer.
Lexer(String) - Constructor for class simpledb.parse.Lexer
Creates a new lexical analyzer for SQL statement s.
LockAbortException - Exception in simpledb.tx.concurrency
A runtime exception indicating that the transaction needs to abort because a lock could not be obtained.
LockAbortException() - Constructor for exception simpledb.tx.concurrency.LockAbortException
 
LockTable - Class in simpledb.tx.concurrency
The lock table, which provides methods to lock and unlock blocks.
LockTable() - Constructor for class simpledb.tx.concurrency.LockTable
 
LOG_FILE - Static variable in class simpledb.server.SimpleDB
 
LogIterator - Class in simpledb.log
A class that provides the ability to move through the records of the log file in reverse order.
LogIterator(Block) - Constructor for class simpledb.log.LogIterator
Creates an iterator for the records in the log file, positioned after the last log record.
LogMgr - Class in simpledb.log
The low-level log manager.
LogMgr(String) - Constructor for class simpledb.log.LogMgr
Creates the manager for the specified log file.
logMgr() - Static method in class simpledb.server.SimpleDB
 
logMgr - Static variable in interface simpledb.tx.recovery.LogRecord
 
LogRecord - Interface in simpledb.tx.recovery
The interface implemented by each type of log record.
LogRecordIterator - Class in simpledb.tx.recovery
A class that provides the ability to read records from the log in reverse order.
LogRecordIterator() - Constructor for class simpledb.tx.recovery.LogRecordIterator
 

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