object SQL
TODO
- Version
1.0.0
- Since
2020/05/19 18:57
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SQL
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def avg(argument: Directive): Func
- def c(name: String): Name with CouldBeColumn
- def case(base: Expression): Case
- def case: Case
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def count(argument: Directive): Func
- def count: Func
- def delete: Delete
- def empty: Empty
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def f(name: String, args: Directive*): Func
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def insert: Insert
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def l(ltl: Int): Literal
- def l(ltl: String): Literal
- def max(argument: Directive): Func
- def min(argument: Directive): Func
- def n(name: String): Name
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def p[T](name: String): Parameter[T]
- def q(expression: Expression): Quote
- def q(qry: Query): Quote
- def q(condition: Condition): Quote
- def select: Select
- implicit def strToName(str: String): Expression
- val stringRegex: Regex
- implicit def strsToNames(strs: Seq[String]): Seq[Expression]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def t(name: String): Name with CouldBeJoin with CouldWhere with CouldBeFrom with CouldOrder with CouldGroup
- def toString(): String
- Definition Classes
- AnyRef → Any
- def update(name: Name): Update
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated