monadicQueryToSql

easysql.query.select.MonadicQuery$.monadicQueryToSql$
object monadicQueryToSql extends ToSql[MonadicQuery[_, _]]

Attributes

Graph
Supertypes
trait ToSql[MonadicQuery[_, _]]
class Object
trait Matchable
class Any
Self type

Members list

Extensions

Extensions

extension (x: MonadicQuery[_, _])(x: MonadicQuery[_, _])
def preparedSql(db: DB): (String, Array[Any])
def sql(db: DB): String

Inherited extensions

extension (x: T)(x: MonadicQuery[_, _])
def toPreparedSql(using db: DB): (String, Array[Any])

Attributes

Inherited from:
ToSql
def toSql(using db: DB): String

Attributes

Inherited from:
ToSql