ldbc.connector
Members list
Packages
Type members
Classlikes
Attributes
- Source
- Connection.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Connection.type
A connection (session) with a specific database. SQL statements are executed and results are returned within the context of a connection.
A connection (session) with a specific database. SQL statements are executed and results are returned within the context of a connection.
Type parameters
- F
-
the effect type
Attributes
- Source
- LdbcConnection.scala
- Supertypes
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
Represents SQL SAVEPOINTS in MySQL.
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.connector.io.*
Attributes
- Source
- package.scala