SQL

ldbc.dsl.SQL
See theSQL companion object
trait SQL

A model with a query string and parameters to be bound to the query string that is executed by PreparedStatement, etc.

Attributes

Companion
object
Source
SQL.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Mysql[F]

Members list

Value members

Abstract methods

def ++(sql: SQL): SQL

Attributes

Source
SQL.scala

statement has '?' that the statement has.

statement has '?' that the statement has.

Attributes

Source
SQL.scala

an SQL statement that may contain one or more '?' IN parameter placeholders

an SQL statement that may contain one or more '?' IN parameter placeholders

Attributes

Source
SQL.scala