nonSelectToSql

easysql.query.nonselect.NonSelect$.nonSelectToSql$
object nonSelectToSql extends ToSql[NonSelect]

Attributes

Graph
Supertypes
trait ToSql[NonSelect]
class Object
trait Matchable
class Any
Self type

Members list

Extensions

Extensions

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

Inherited extensions

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

Attributes

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

Attributes

Inherited from:
ToSql