Package com.apple.foundationdb.relational.api
package com.apple.foundationdb.relational.api
The Relational Client API.
Code in this package (and it's subpackages) is the code which should be used by clients as they interact
with the Relational system.
-
ClassDescriptionDenotes that a class is scoped to a database Connection, and should be destroyed if/when that transaction is destroyed.The Engine that drives and manages an Embedded Relational instance.An implementation of
RelationalStruct
which is backed by aRow
object.Denotes that a class is not scoped to a transaction.Deprecated.An implementation of a RelationalArray that is materialized, that is, it holds all its elements in aList
.Implementation ofRelationalStruct
that is backed by aRow
.A Representation of a cluster of storage servers (either FDB, or some theoretical alternative).Denotes that a class is scoped to a transaction, and should be destroyed if/when that transaction is destroyed.