Query

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

Attributes

Source
package.scala
Graph
Supertypes
trait SQL
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def ++(sql: SQL): SQL

Attributes

Inherited from:
SQL
Source
SQL.scala
def params: List[DynamicBinder]

statement has '?' that the statement has.

statement has '?' that the statement has.

Attributes

Inherited from:
SQL
Source
SQL.scala
def statement: String

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