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

N

nativeSQL(String) - Method in class simpledb.remote.ConnectionAdapter
 
newSchema() - Method in class simpledb.parse.CreateTableData
Returns the schema of the new table.
newValue() - Method in class simpledb.parse.ModifyData
Returns an expression.
next() - Method in class simpledb.index.btree.BTreeIndex
Moves to the next leaf record having the previously-specified search key.
next() - Method in class simpledb.index.btree.BTreeLeaf
Moves to the next leaf record having the previously-specified search key.
next() - Method in class simpledb.index.hash.HashIndex
Moves to the next record having the search key.
next() - Method in interface simpledb.index.Index
Moves the index to the next record having the search key specified in the beforeFirst method.
next() - Method in class simpledb.index.query.IndexJoinScan
Moves the scan to the next record.
next() - Method in class simpledb.index.query.IndexSelectScan
Moves to the next record, which in this case means moving the index to the next record satisfying the selection constant, and returning false if there are no more such index records.
next() - Method in class simpledb.log.LogIterator
Moves to the next log record in reverse order.
next() - Method in class simpledb.materialize.GroupByScan
Moves to the next group.
next() - Method in class simpledb.materialize.MergeJoinScan
Moves to the next record.
next() - Method in class simpledb.materialize.SortScan
Moves to the next record in sorted order.
next() - Method in class simpledb.multibuffer.ChunkScan
Moves to the next record in the current block of the chunk.
next() - Method in class simpledb.multibuffer.MultiBufferProductScan
Moves to the next record in the current scan.
next() - Method in class simpledb.query.ProductScan
Moves the scan to the next record.
next() - Method in class simpledb.query.ProjectScan
 
next() - Method in interface simpledb.query.Scan
Moves the scan to the next record.
next() - Method in class simpledb.query.SelectScan
Move to the next record satisfying the predicate.
next() - Method in class simpledb.query.TableScan
 
next() - Method in class simpledb.record.RecordFile
Moves to the next record.
next() - Method in class simpledb.record.RecordPage
Moves to the next record in the block.
next() - Method in interface simpledb.remote.RemoteResultSet
 
next() - Method in class simpledb.remote.RemoteResultSetImpl
Moves to the next record in the result set, by moving to the next record in the saved scan.
next() - Method in class simpledb.remote.ResultSetAdapter
 
next() - Method in class simpledb.remote.SimpleResultSet
 
next() - Method in class simpledb.tx.recovery.LogRecordIterator
Constructs a log record from the values in the current basic log record.
nextInt() - Method in class simpledb.log.BasicLogRecord
Returns the next value of the current log record, assuming it is an integer.
nextString() - Method in class simpledb.log.BasicLogRecord
Returns the next value of the current log record, assuming it is a string.
NUM_BUCKETS - Static variable in class simpledb.index.hash.HashIndex
 
number() - Method in class simpledb.file.Block
Returns the location of the block within the file.

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