ldbc.dsl
Members list
Type members
Classlikes
Attributes
- Source
- Alias.scala
- Supertypes
Trait provides a connection method to the database.
Trait provides a connection method to the database.
Type parameters
- F
-
The effect type
Attributes
- Source
- ConnectionProvider.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Source
- DataSource.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DataSource.type
Attributes
- Companion
- object
- Source
- Database.scala
- Supertypes
Attributes
- Companion
- class
- Source
- Database.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Database.type
Attributes
- Source
- PreparedStatement.scala
- 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
- Source
- SQL.scala
- Supertypes
Attributes
- Source
- SQLType.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SQLType.type
Attributes
- Source
- package.scala
- Supertypes
-
trait CallableStatementSyntaxtrait DatabaseMetaDataSyntaxtrait ParameterMetaDataSyntaxtrait ResultSetMetaDataSyntaxtrait ConnectionSyntaxtrait SavepointSyntaxtrait 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
- Source
- package.scala