Database System 0.1.0
Advanced C++20 Database System with Multi-Backend Support
Loading...
Searching...
No Matches
Concepts
Here is a list of all concepts with brief descriptions:
[detail level 123]
 Ndatabase
 Nconcepts
 RInvocableA callable type that can be invoked with given arguments
 RVoidCallableA callable type that returns void when invoked
 RReturnsResultA callable type that returns a value convertible to the specified type
 RPredicateA callable type that returns a boolean value
 RNoexceptCallableA callable type that is marked noexcept
 RDelayedCallableA callable suitable for delayed execution
 RAsyncCallableA callable suitable for async execution
 RQueryCallbackA callable that handles query results
 RErrorHandlerA callable that handles database errors
 RConnectionFactoryA callable that creates database connections
 RBackendFactoryA callable that creates database backends
 RStreamEventHandlerA callable that handles stream events
 RStreamEventFilterA callable that filters stream events
 RTransactionActionA callable that represents a transaction action
 RCompensationActionA callable that represents a compensation (rollback) action
 RPooledResourceA type that can be managed by a pool
 RConnectionWrapperA type that wraps a database connection
 RSubmittableTaskA callable suitable for submission to an async executor
 RVoidTaskA callable that returns void, suitable for fire-and-forget execution