nativeSqlToSql

easysql.query.select.NativeSql$.nativeSqlToSql$
object nativeSqlToSql extends ToSql[NativeSql]

Attributes

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

Members list

Extensions

Extensions

extension (n: NativeSql)(n: NativeSql)
def preparedSql(db: DB): (String, Array[Any])
def sql(db: DB): String

Inherited extensions

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

Attributes

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

Attributes

Inherited from:
ToSql