Uses of Interface
edu.caltech.nanodb.storage.Pinnable
-
Packages that use Pinnable Package Description edu.caltech.nanodb.expressions This package contains classes for representing and evaluating arithmetic and logical expressions.edu.caltech.nanodb.relations This package contains the basic data-types for representing relations in NanoDB.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 Pinnable in edu.caltech.nanodb.expressions
Classes in edu.caltech.nanodb.expressions that implement Pinnable Modifier and Type Class Description class
TupleLiteral
A simple implementation of theTuple
interface for storing literal tuple values. -
Uses of Pinnable in edu.caltech.nanodb.relations
Subinterfaces of Pinnable in edu.caltech.nanodb.relations Modifier and Type Interface Description interface
Tuple
This interface provides the operations that can be performed with a tuple. -
Uses of Pinnable in edu.caltech.nanodb.storage
Classes in edu.caltech.nanodb.storage that implement Pinnable Modifier and Type Class Description class
DBPage
This class represents a single page in a database file.class
PageTuple
-
Uses of Pinnable in edu.caltech.nanodb.storage.heapfile
Classes in edu.caltech.nanodb.storage.heapfile that implement Pinnable Modifier and Type Class Description class
HeapFilePageTuple
-