fdb-relational-core 4.1.5.0 API

Packages 
Package Description
com.apple.foundationdb.relational.api
The Relational Client API.
com.apple.foundationdb.relational.api.catalog
Interfaces and core API functions around implementing a Catalog instance.
com.apple.foundationdb.relational.api.ddl
Objects relating to DDL operations within Relational.
com.apple.foundationdb.relational.api.exceptions
Encompasses all exceptions that could be thrown from Relational.
com.apple.foundationdb.relational.api.metrics
Keeper of Metrics stuff for Relational.
com.apple.foundationdb.relational.continuation  
com.apple.foundationdb.relational.generated  
com.apple.foundationdb.relational.recordlayer
A RecordLayer-based implementation of the relational API.
com.apple.foundationdb.relational.recordlayer.catalog
A RecordLayer-based implementation of the catalog.
com.apple.foundationdb.relational.recordlayer.catalog.systables
This package is aimed to hold all the structures needed to represent system tables and system views in Relational.
com.apple.foundationdb.relational.recordlayer.ddl
A RecordLayer-based implementation of DDL logic such as creating and dropping a schema.
com.apple.foundationdb.relational.recordlayer.metadata
Metadata artefacts in Relational backed by Record Layer APIs.
com.apple.foundationdb.relational.recordlayer.metadata.serde
Serialization and Deserialization APIs for Relational metadata.
com.apple.foundationdb.relational.recordlayer.metric
Metric artefacts in Relational backed by Record Layer APIs.
com.apple.foundationdb.relational.recordlayer.query
A RecordLayer-based implementation of a Relational query.
com.apple.foundationdb.relational.recordlayer.query.cache
This package contains logic related to plan caching.
com.apple.foundationdb.relational.recordlayer.query.functions
This package contains logic related to resolving builtin and user defined SQL functions.
com.apple.foundationdb.relational.recordlayer.query.visitors
This package contains all plan generation visitors.
com.apple.foundationdb.relational.recordlayer.storage
Classes for interfacing with database storage through Record Layer interfaces.
com.apple.foundationdb.relational.recordlayer.structuredsql.expression
Implementation of structured query expression API.
com.apple.foundationdb.relational.recordlayer.structuredsql.statement
Implementation of structured query statement API.
com.apple.foundationdb.relational.recordlayer.util
Contains a set of utility methods.
com.apple.foundationdb.relational.transactionbound
A collection of testing systems which are based on comparing results to equivalent queries in an embedded SQL database.
com.apple.foundationdb.relational.transactionbound.catalog  
com.apple.foundationdb.relational.util
Utility methods to use in Relational implementation classes.