selectToCountSql

easysql.query.select.Select$.selectToCountSql$
object selectToCountSql extends ToCountSql[Select[_, _]]

Attributes

Graph
Supertypes
trait ToCountSql[Select[_, _]]
class Object
trait Matchable
class Any
Self type

Members list

Extensions

Extensions

extension (x: Select[_, _])(x: Select[_, _])
def countSql(db: DB): String
def preparedCountSql(db: DB): (String, Array[Any])

Inherited extensions

extension (x: T)(x: Select[_, _])
def toCountSql(using db: DB): String

Attributes

Inherited from:
ToCountSql
def toPreparedCountSql(using db: DB): (String, Array[Any])

Attributes

Inherited from:
ToCountSql