abstract class AbstractQueryBuilder[T] extends QueryBuilder[T]
Abstract AbstractQueryBuilder class.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- AbstractQueryBuilder
- QueryBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AbstractQueryBuilder()
Abstract Value Members
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def alias(alias: String): AbstractQueryBuilder.this.type
- var alias: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
build(): Query[T]
build.
build.
- Definition Classes
- AbstractQueryBuilder → QueryBuilder
- def cacheable(cacheable: Boolean = true): AbstractQueryBuilder.this.type
-
var
cacheable: Boolean
- Attributes
- protected
- def clearGroups(): AbstractQueryBuilder.this.type
- def clearOrders(): AbstractQueryBuilder.this.type
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
var
conditions: List[Condition]
- Attributes
- protected
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
var
from: String
- Attributes
- protected
-
def
genQueryStatement(hasOrder: Boolean): String
- Attributes
- protected
-
def
genStatement(): String
- Attributes
- protected
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def groupBy(what: String): AbstractQueryBuilder.this.type
-
var
groups: List[String]
- Attributes
- protected
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def having(what: String): AbstractQueryBuilder.this.type
-
var
having: String
- Attributes
- protected
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def join(joinMode: String, path: String, alias: String): AbstractQueryBuilder.this.type
- def join(path: String, alias: String): AbstractQueryBuilder.this.type
- def limit(pageIndex: Int, pageSize: Int): AbstractQueryBuilder.this.type
-
def
limit(limit: PageLimit): AbstractQueryBuilder.this.type
- Definition Classes
- AbstractQueryBuilder → QueryBuilder
-
var
limit: PageLimit
- Attributes
- protected
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newFrom(from: String): AbstractQueryBuilder.this.type
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def orderBy(orders: List[Order]): AbstractQueryBuilder.this.type
- def orderBy(order: Order): AbstractQueryBuilder.this.type
- def orderBy(index: Int, order: String): AbstractQueryBuilder.this.type
- def orderBy(order: String): AbstractQueryBuilder.this.type
-
var
orders: List[Order]
- Attributes
- protected
- def param(name: String, value: Any): AbstractQueryBuilder.this.type
-
def
params(newparams: Map[String, Any]): AbstractQueryBuilder.this.type
getParams.
getParams.
- Definition Classes
- AbstractQueryBuilder → QueryBuilder
-
val
params: HashMap[String, Any]
getParams.
getParams.
- Definition Classes
- AbstractQueryBuilder → QueryBuilder
- def select(what: String): AbstractQueryBuilder.this.type
-
var
select: String
- Attributes
- protected
-
var
statement: String
- Attributes
- protected
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def where(content: String, params: Any*): AbstractQueryBuilder.this.type
- def where(cons: Seq[Condition]): AbstractQueryBuilder.this.type
- def where(condition: Condition): AbstractQueryBuilder.this.type