class StatementWriter extends AnyRef
- Self Type
- StatementWriter
- Source
- StatementWriter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StatementWriter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new StatementWriter(databaseAdapter: DatabaseAdapter)
- new StatementWriter(isForDisplay: Boolean, databaseAdapter: DatabaseAdapter)
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
- val _paramList: ArrayBuffer[StatementParam]
- Attributes
- protected
- def addParam(p: StatementParam): ArrayBuffer[StatementParam]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val databaseAdapter: DatabaseAdapter
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def indent: Unit
- def indent(width: Int): Unit
- val isForDisplay: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nextLine: Unit
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def params: Iterable[StatementParam]
- def pushPendingNextLine: Unit
- def quoteName(s: String): String
- val scope: HashSet[String]
- def statement: String
- def surrogate: StatementWriter
a surrogate writer will accumulate text within itself (not the parent) while param accumulation (addParam) will go to the root writer, this is useful when it is easier to first build a string and to write it afterwards
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- StatementWriter → AnyRef → Any
- def unindent: Unit
- def unindent(width: Int): Unit
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- def write(s: String*): Unit
- def writeIndented(width: Int, u: => Unit): Unit
- def writeIndented(u: => Unit): Unit
- def writeLines(s: String*): Unit
- def writeLinesWithSeparator(s: Iterable[String], separator: String): Unit
- def writeNodesWithSeparator(s: Iterable[ExpressionNode], separator: String, newLineAfterSeparator: Boolean): Unit