Command

ldbc.query.builder.statement.`package`.Command
See theCommand companion object
trait Command extends SQL

Attributes

Companion
object
Source
package.scala
Graph
Supertypes
trait SQL
class Object
trait Matchable
class Any
Known subtypes
class Pure
class Update[P]

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