lightdb.sql.SQLQueryBuilder
See theSQLQueryBuilder companion object
case class SQLQueryBuilder[
Doc <: Document[
Doc],
Model <: DocumentModel[
Doc]](
store:
SQLStore[
Doc,
Model],
state:
SQLState[
Doc,
Model],
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
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product