ldbc.dsl
package ldbc.dsl
Members list
Type members
Classlikes
trait Alias extends DataTypes
Attributes
- Supertypes
-
trait DataTypesclass Objecttrait Matchableclass Any
object DataSource
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DataSource.type
case class Database[F[_]](databaseType: Type, name: String, host: String, port: Option[Int], connectionF: () => F[Connection[F]], character: Option[Character], collate: Option[Collate[String]], tables: Set[Table[_]])(implicit evidence$1: Sync[F]) extends Database
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Databaseclass Objecttrait Matchableclass AnyShow all
object Database
object PreparedStatement
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PreparedStatement.type
A model with a query string and parameters to be bound to the query string that is executed by PreparedStatement, etc.
A model with a query string and parameters to be bound to the query string that is executed by PreparedStatement, etc.
Type parameters
- F
-
The effect type
Value parameters
- params
-
statement has '?' that the statement has.
- statement
-
an SQL statement that may contain one or more '?' IN parameter placeholders
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
trait internalSyntax extends ConnectionSyntax, ResultSetMetaDataSyntax, ParameterMetaDataSyntax
Attributes
- Supertypes
-
trait ParameterMetaDataSyntaxtrait ResultSetMetaDataSyntaxtrait ConnectionSyntaxtrait StatementSyntaxtrait ResultSetSyntaxclass Objecttrait Matchableclass AnyShow all
Value members
Concrete fields
Top-level imports provide aliases for the most commonly used types and modules. A typical starting set of imports might look something like this.
Top-level imports provide aliases for the most commonly used types and modules. A typical starting set of imports might look something like this.
example:
import ldbc.dsl.io.*
Attributes
In this article