Query

ldbc.query.builder.statement.`package`.Query
trait Query[T] extends SQL

Trait represents a read-only query in MySQL.

Type parameters

T

Scala types to be converted by Decoder

Attributes

Source
package.scala
Graph
Supertypes
trait SQL
class Object
trait Matchable
class Any
Known subtypes
class Q[T]
class Q[P, C, D]

Members list

Value members

Abstract methods

def decoder: Decoder[T]

Function to get a value of type T from a ResultSet

Function to get a value of type T from a ResultSet

Attributes

Source
package.scala

Inherited methods

def ++(sql: SQL): SQL

Attributes

Inherited from:
SQL
Source
SQL.scala

statement has '?' that the statement has.

statement has '?' that the statement has.

Attributes

Inherited from:
SQL
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

Inherited from:
SQL
Source
SQL.scala