SQLQueryBuilder

lightdb.sql.SQLQueryBuilder
See theSQLQueryBuilder companion object
case class SQLQueryBuilder[Doc <: Document[Doc]](store: SQLStore[Doc, _], state: SQLState[Doc], fields: List[SQLPart], filters: List[SQLPart], group: List[SQLPart], having: List[SQLPart], sort: List[SQLPart], limit: Option[Int], offset: Int)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def queryTotal(): Int

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val args: List[SQLArg]
lazy val sql: String