ToCountSql

easysql.query.ToCountSql
trait ToCountSql[T]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object selectToCountSql.type

Members list

Extensions

Extensions

extension (x: T)(x: T)
def countSql(db: DB): String
def preparedCountSql(db: DB): (String, Array[Any])
def toCountSql(using db: DB): String
def toPreparedCountSql(using db: DB): (String, Array[Any])