nativeSqlToSql

easysql.query.select.NativeSql$.nativeSqlToSql$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Extensions

Extensions

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

Inherited extensions

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

Attributes

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

Attributes

Inherited from:
ToSql