ToSql

easysql.query.ToSql
trait ToSql[T]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object nonSelectToSql.type
object monadicQueryToSql.type
object nativeSqlToSql.type
object queryToSql.type

Members list

Extensions

Extensions

extension (x: T)(x: T)
def preparedSql(db: DB): (String, Array[Any])
def sql(db: DB): String
def toPreparedSql(using db: DB): (String, Array[Any])
def toSql(using db: DB): String