A simple database engine that stores data in heap data structures.
Attributes
- Companion
- object
- Source
- HeapBackend.scala
- Graph
-
- Supertypes
-
trait Loggingtrait RelationalBackendtrait BasicBackendclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object HeapBackend.type
Members list
Type members
Classlikes
Attributes
- Source
- HeapBackend.scala
- Supertypes
-
trait BasicDatabaseDeftrait Closeabletrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
Attributes
- Source
- HeapBackend.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Source
- HeapBackend.scala
- Supertypes
-
trait BasicSessionDeftrait Closeabletrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
Attributes
- Source
- HeapBackend.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Source
- HeapBackend.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Verifier.type
A Verifier is called before and after data is updated in a table. It ensures that no constraints are violated before the update and updates the indices afterwards.
A Verifier is called before and after data is updated in a table. It ensures that no constraints are violated before the update and updates the indices afterwards.
Attributes
- Companion
- object
- Source
- HeapBackend.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Inherited classlikes
The context object passed to database actions by the execution engine.
The context object passed to database actions by the execution engine.
Attributes
- Inherited from:
- BasicBackend
- Source
- BasicBackend.scala
- Supertypes
- Known subtypes
A database instance to which connections can be created.
A database instance to which connections can be created.
Attributes
- Inherited from:
- BasicBackend
- Source
- BasicBackend.scala
- Supertypes
-
trait Closeabletrait AutoCloseableclass Objecttrait Matchableclass Any
- Known subtypes
A logical session of a Database. The underlying database connection is created lazily on demand.
A logical session of a Database. The underlying database connection is created lazily on demand.
Attributes
- Inherited from:
- BasicBackend
- Source
- BasicBackend.scala
- Supertypes
-
trait Closeabletrait AutoCloseableclass Objecttrait Matchableclass Any
- Known subtypes
A special DatabaseActionContext for streaming execution.
A special DatabaseActionContext for streaming execution.
Attributes
- Inherited from:
- BasicBackend
- Source
- BasicBackend.scala
- Supertypes
-
trait Subscriptiontrait StreamingActionContexttrait BasicActionContexttrait ActionContextclass Objecttrait Matchableclass AnyShow all
- Known subtypes
Types
The type of the context used for running SynchronousDatabaseActions
The type of the context used for running SynchronousDatabaseActions
Attributes
- Source
- HeapBackend.scala
The type of database objects used by this backend.
The type of the database factory used by this backend.
Attributes
- Source
- HeapBackend.scala
The type of session objects used by this backend.
The type of the context used for streaming SynchronousDatabaseActions
The type of the context used for streaming SynchronousDatabaseActions
Attributes
- Source
- HeapBackend.scala
Value members
Concrete methods
Create a Database instance through Typesafe Config. The supported config keys are backend-specific. This method is used by DatabaseConfig.
Create a Database instance through Typesafe Config. The supported config keys are backend-specific. This method is used by DatabaseConfig.
Value parameters
- config
-
The
Configobject to read from. - path
-
The path in the configuration file for the database configuration, or an empty string for the top level of the
Configobject.
Attributes
- Source
- HeapBackend.scala
Attributes
- Source
- HeapBackend.scala
Inherited fields
Attributes
- Inherited from:
- BasicBackend
- Source
- BasicBackend.scala
Attributes
- Inherited from:
- BasicBackend
- Source
- BasicBackend.scala