ldbc.dsl.syntax

package ldbc.dsl.syntax

Members list

Type members

Classlikes

trait CommandSyntax[F[_]]

Attributes

Supertypes
class Object
trait Matchable
class Any
trait ConnectionSyntax[F[_]]

Attributes

Supertypes
class Object
trait Matchable
class Any
trait DatabaseSyntax[F[_]]

Trait to provide a way to convert from Database model to Database model with connection information to db.

Trait to provide a way to convert from Database model to Database model with connection information to db.

Type parameters

F

The effect type

Attributes

Supertypes
class Object
trait Matchable
class Any
trait QuerySyntax[F[_]]

Attributes

Supertypes
class Object
trait Matchable
class Any
trait SQLSyntax[F[_]]

Trait for giving database connection information to SQL.

Trait for giving database connection information to SQL.

Type parameters

F

The effect type

Attributes

Supertypes
class Object
trait Matchable
class Any
trait StringContextSyntax[F[_]]

Trait for generating SQL models from string completion knowledge.

Trait for generating SQL models from string completion knowledge.

Type parameters

F

The effect type

Attributes

Supertypes
class Object
trait Matchable
class Any