Class | Description |
---|---|
DataAccess |
This class allows positional read and write access to a database file.
|
TableAccess |
This abstract class defines the methods for accessing the
database table representation.
|
TableDiskAccess |
This class stores the table on disk and reads it page-wise.
|
TableMemAccess |
This class allows main memory access to the database table representation.
|
Copyright © 2005–2023 BaseX Team. All rights reserved.