ldbc.dsl
Members list
Type members
Classlikes
A trait that represents the execution of a query.
A trait that represents the execution of a query.
Type parameters
- F
-
The effect type
- T
-
The result type of the query
Attributes
- Companion
- object
- Source
- Executor.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Source
- Executor.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Executor.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
- Source
- Mysql.scala
- Supertypes
Trait for setting Scala and Java values to PreparedStatement.
Trait for setting Scala and Java values to PreparedStatement.
Type parameters
- T
-
Scala and Java types available in PreparedStatement.
Attributes
- Companion
- object
- Source
- Parameter.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object given_Parameter_Arrayobject given_Parameter_BigDecimalobject given_Parameter_Booleanobject given_Parameter_Byteobject given_Parameter_Doubleobject given_Parameter_Floatobject given_Parameter_Intobject given_Parameter_LocalDateobject given_Parameter_LocalTimeobject given_Parameter_Longobject given_Parameter_None_typeobject given_Parameter_Nullobject given_Parameter_Objectobject given_Parameter_Shortobject given_Parameter_StringShow all
Attributes
- Companion
- trait
- Source
- Parameter.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Parameter.type
Trait for determining what type of search system statements are retrieved from the database.
Trait for determining what type of search system statements are retrieved from the database.
Type parameters
- F
-
The effect type
- T
-
Column Tuples
Attributes
- Companion
- object
- Source
- Query.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Source
- Query.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Query.type
Trait for generating the specified data type from a ResultSet.
Trait for generating the specified data type from a ResultSet.
Type parameters
- F
-
The effect type
- T
-
Type you want to build with data obtained from ResultSet
Attributes
- Companion
- object
- Source
- ResultSetConsumer.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Source
- ResultSetConsumer.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ResultSetConsumer.type
Trait to get the DataType that matches the Scala type information from the ResultSet.
Trait to get the DataType that matches the Scala type information from the ResultSet.
Type parameters
- F
-
The effect type
- T
-
Scala types that match SQL DataType
Attributes
- Companion
- object
- Source
- ResultSetReader.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Source
- ResultSetReader.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ResultSetReader.type
A model with a query string and parameters to be bound to the query string that is executed by PreparedStatement, etc.
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
- Source
- package.scala