trait Join extends Directive with CouldOn with Query
TODO
- Version
1.0.0
- Since
2020/05/18 18:56
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Join
- Query
- Statement
- CouldBeQuote
- CouldOn
- Directive
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract val j: CouldBeJoin
- abstract val opt: String
- abstract val prefix: Directive
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cache: Statement
- Definition Classes
- Statement
- def clear(statement: PreparedStatement): Unit
- Definition Classes
- Statement
- Annotations
- @throws(scala.this.throws.<init>$default$1[java.sql.SQLException])
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def execute(statement: PreparedStatement): Boolean
- Definition Classes
- Statement
- Annotations
- @throws(scala.this.throws.<init>$default$1[java.sql.SQLException]) @throws(scala.this.throws.<init>$default$1[IllegalStateException])
- def execute(connection: Connection): Boolean
- Definition Classes
- Statement
- Annotations
- @throws(scala.this.throws.<init>$default$1[java.sql.SQLException]) @throws(scala.this.throws.<init>$default$1[IllegalStateException])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def on(cond: Condition): On with CouldWhere
- Definition Classes
- CouldOn
- def parameters: Seq[Parameter[_]]
- def prepare(connection: Connection): PreparedStatement
- Definition Classes
- Statement
- Annotations
- @throws(scala.this.throws.<init>$default$1[java.sql.SQLException])
- def query(statement: PreparedStatement): ResultSet
- Definition Classes
- Query
- Annotations
- @throws(scala.this.throws.<init>$default$1[java.sql.SQLException])
- def scalar[T](conn: Connection): Option[T]
- Definition Classes
- Query
- Annotations
- @throws(scala.this.throws.<init>$default$1[java.sql.SQLException])
- def script: String
- def setParameter[T](key: Any, value: T): Statement
- Definition Classes
- Statement
- Annotations
- @throws(scala.this.throws.<init>$default$1[IllegalArgumentException])
- def syncParameters(statement: PreparedStatement): Unit
- Definition Classes
- Statement
- Annotations
- @throws(scala.this.throws.<init>$default$1[java.sql.SQLException])
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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