engine/database library
Classes
- CheckpointManager
- CheckpointResult
- ColumnStats
- Statistics for a single column.
- CommittedTxnsFilter
- CostConfig
- Database
- DirtyPageTracker
- LockGrant
- LockManagerV2
- MvccTable
- MVCC-aware in-memory version store for one table.
- MvccVisibility
- PageTable
- StatisticsCollector
- Collects statistics from a table's rows.
- StatsPersistence
- StatsRegistry
- Global statistics registry — one TableStats per table.
- TableStats
- Statistics for a full table.
- TransactionManagerV2
- TupleLocation
- TxnContextV2
- TxnState
- TxnStatePersistence
- VacuumStrategy
- VfsAdapter
- VfsFile
- Wal
- WalRecord
Extensions
Functions
Exceptions / Errors
- LockTimeoutException
- WriteConflictException
- Thrown when two transactions attempt to write the same row concurrently.