Xtdb
Types
Link copied to clipboard
Link copied to clipboard
@Serializable
Link copied to clipboard
class Connection(allocator: BufferAllocator, dbCat: Database.Catalog, qSrc: IQuerySource, sqlPlanner: SqlPlanner, var dbName: DatabaseName, var clock: InstantSource, var defaultTz: ZoneId, tracer: Tracer?, txErrorCounter: Counter?, txAwaitTimer: Timer?, txSubmitTimer: Timer?, txExecuteTimer: Timer?) : AdbcConnection
Link copied to clipboard
data class ExecutedTx(val txId: MessageId, val systemTime: Instant, val committed: Boolean, val error: Throwable?)
Link copied to clipboard
Link copied to clipboard
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Opens an in-process connection to the named database.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Each database's latest-completed transaction, per partition.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard