selectToPageSql

easysql.query.select.Select$.selectToPageSql$
object selectToPageSql extends ToPageSql[Select[_, _]]

Attributes

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

Members list

Extensions

Extensions

extension (x: Select[_, _])(x: Select[_, _])
def pageSql(pageSize: Int, pageNumber: Int)(db: DB): String
def preparedPageSql(pageSize: Int, pageNumber: Int)(db: DB): (String, Array[Any])

Inherited extensions

extension (x: T)(x: Select[_, _])
def toPageSql(pageSize: Int, pageNumber: Int)(using db: DB): String

Attributes

Inherited from:
ToPageSql
def toPreparedPageSql(pageSize: Int, pageNumber: Int)(using db: DB): (String, Array[Any])

Attributes

Inherited from:
ToPageSql