DistributedProfile
A profile for distributed queries.
Attributes
- Source:
- DistributedProfile.scala
- Graph
- Supertypes
- trait MemoryQueryingProfiletrait BasicProfiletrait BasicActionComponentclass Objecttrait Matchableclass Any
- Self type
Members list
Type members
Classlikes
Compile sub-queries with the appropriate profile
Compile sub-queries with the appropriate profile
Attributes
- Source:
- DistributedProfile.scala
- Graph
- Supertypes
Attributes
- Source:
- DistributedProfile.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Source:
- DistributedProfile.scala
- Graph
- Supertypes
Attributes
- Source:
- DistributedProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Attributes
- Source:
- DistributedProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Inherited classlikes
Attributes
- Inherited from:
- BasicProfile
- Source:
- BasicProfile.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Inherited from:
- BasicActionComponent
- Source:
- BasicProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Inherited from:
- BasicActionComponent
- Source:
- BasicProfile.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Inherited from:
- MemoryQueryingProfile
- Source:
- MemoryQueryingProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- trait MemoryQueryingAPItrait MemoryAPI
Attributes
- Inherited from:
- MemoryQueryingProfile
- Source:
- MemoryQueryingProfile.scala
- Graph
- Supertypes
Attributes
- Inherited from:
- MemoryQueryingProfile
- Source:
- MemoryQueryingProfile.scala
- Graph
- Supertypes
- Known subtypes
- trait MemoryAPI
Attributes
- Inherited from:
- MemoryQueryingProfile
- Source:
- MemoryQueryingProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
A schema description contains the SQL statements for creating and dropping database entities. Schema descriptions can be combined for creating or dropping multiple entities together, even if they have circular dependencies.
A schema description contains the SQL statements for creating and dropping database entities. Schema descriptions can be combined for creating or dropping multiple entities together, even if they have circular dependencies.
Attributes
- Inherited from:
- BasicProfile
- Source:
- BasicProfile.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
Types
The back-end type required by this profile
Attributes
- Source:
- DistributedProfile.scala
Attributes
- Source:
- DistributedProfile.scala
Attributes
- Source:
- DistributedProfile.scala
Attributes
- Source:
- DistributedProfile.scala
Attributes
- Source:
- DistributedProfile.scala
Inherited types
Attributes
- Inherited from:
- MemoryQueryingProfile
- Source:
- MemoryQueryingProfile.scala
Attributes
- Inherited from:
- MemoryQueryingProfile
- Source:
- MemoryQueryingProfile.scala
The type of a (partially) compiled AST for Insert operations. Unlike querying or deleting, inserts may require different compilation results which should be computed lazily.
The type of a (partially) compiled AST for Insert operations. Unlike querying or deleting, inserts may require different compilation results which should be computed lazily.
Attributes
- Inherited from:
- MemoryQueryingProfile
- Source:
- MemoryQueryingProfile.scala
The type of a schema description (DDL)
The type of a schema description (DDL)
Attributes
- Inherited from:
- BasicProfile
- Source:
- BasicProfile.scala
Value members
Concrete methods
Attributes
- Source:
- DistributedProfile.scala
Attributes
- Source:
- DistributedProfile.scala
Attributes
- Source:
- DistributedProfile.scala
Attributes
- Source:
- DistributedProfile.scala
Inherited methods
(Partially) compile an AST for insert operations
(Partially) compile an AST for insert operations
Attributes
- Inherited from:
- MemoryQueryingProfile
- Source:
- MemoryQueryingProfile.scala
Compute the capabilities. This should be overridden in subclasses as needed.
Compute the capabilities. This should be overridden in subclasses as needed.
Attributes
- Inherited from:
- BasicProfile
- Source:
- BasicProfile.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns:
a string representation of the object.
- Definition Classes
- BasicProfile -> Any
- Inherited from:
- BasicProfile
- Source:
- BasicProfile.scala
The profile-specific representation of types
The profile-specific representation of types
Attributes
- Inherited from:
- MemoryQueryingProfile
- Source:
- MemoryQueryingProfile.scala
Concrete fields
The API for using the query language with a single import statement. This provides the profile's implicits, the Database API and commonly used query language types and objects.
The API for using the query language with a single import statement. This provides the profile's implicits, the Database API and commonly used query language types and objects.
Attributes
- Source:
- DistributedProfile.scala
The back-end implementation for this profile
The compiler used for deleting data
Attributes
- Source:
- DistributedProfile.scala
The compiler used for inserting data
Attributes
- Source:
- DistributedProfile.scala
The compiler used for queries
The compiler used for updates
Inherited fields
The capabilities supported by this profile. This can be used to query at runtime whether a specific feature is supported.
The capabilities supported by this profile. This can be used to query at runtime whether a specific feature is supported.
Attributes
- Inherited from:
- BasicProfile
- Source:
- BasicProfile.scala