Packages

class DbHandler extends AnyRef

Handler for the given location

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DbHandler
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DbHandler(location: Location)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def abortTransaction(): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def beginTransaction(): Unit
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. def close(): Unit
  9. def commitTransaction(): Unit
  10. def createByteStore(): Unit
  11. def createDbSchema(): Unit
  12. def dropByteStore(): Unit
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def executeNativeStatement(stmtStr: String): Unit
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def handleInsertIn(dataColumns: List[Column], dataRows: Iterator[TableRow], tableRef: TableRefTarget): Unit
  18. def handleTransferIn(dataColumns: List[Column], dataRows: Iterator[TableRow], tableName: String, duration: DbObjectDuration): Table
  19. def handleUpdate(stmt: SqlUpdateStatement): Option[Table]
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def inTransaction[T](f: => T): T
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val location: Location
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def queryResult(relExpr: RelExpr): TableResult
  28. def readBytes(id: String): Array[Byte]
  29. def removeBytes(id: String): Unit
  30. def storeBytes(id: String, bytes: Array[Byte]): Unit
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def table(name: String): (Table, DbObjectDuration)
  33. def table(name: String, tableType: BaseType): Table
  34. def tables: List[(Table, DbObjectDuration)]
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped