Uses of Class
edu.caltech.nanodb.storage.InvalidFilePointerException
-
Packages that use InvalidFilePointerException Package Description edu.caltech.nanodb.storage This package contains the classes for the Storage Manager, which is responsible for how data is stored in and retrieved from database files.edu.caltech.nanodb.storage.heapfile This package provides a naive implementation of the heap file organization for NanoDB. -
-
Uses of InvalidFilePointerException in edu.caltech.nanodb.storage
Methods in edu.caltech.nanodb.storage that throw InvalidFilePointerException Modifier and Type Method Description Tuple
TupleFile. getTuple(FilePointer fptr)
Returns the tuple corresponding to the specified file pointer. -
Uses of InvalidFilePointerException in edu.caltech.nanodb.storage.heapfile
Methods in edu.caltech.nanodb.storage.heapfile that throw InvalidFilePointerException Modifier and Type Method Description Tuple
HeapTupleFile. getTuple(FilePointer fptr)
Returns the tuple corresponding to the specified file pointer.
-