com.outr.query

DatastoreSession

class DatastoreSession extends Temporal

Linear Supertypes
Temporal, Disposable, Updatable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DatastoreSession
  2. Temporal
  3. Disposable
  4. Updatable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def autoCommit(b: Boolean): Unit

  6. def autoCommit: Boolean

  7. def checkIn(): Unit

    Definition Classes
    DatastoreSession → Temporal
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def commit(): Unit

  10. lazy val connection: Connection

  11. val created: Long

    Definition Classes
    Temporal
  12. val datastore: Datastore

  13. def dispose(): Unit

    Definition Classes
    DatastoreSession → Disposable
  14. final def disposed: Boolean

    Definition Classes
    Temporal
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def execute(sql: String): Boolean

  18. def executeInsert(sql: String, args: List[Any]): ResultSet

  19. def executeQuery(sql: String, args: List[Any]): ResultSet

  20. def executeUpdate(sql: String, args: List[Any]): Int

  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. final def lifetime: Double

    Definition Classes
    Temporal
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def releaseSavePoint(savePoint: Savepoint): Unit

  30. def rollback(savePoint: Savepoint = null): Unit

  31. def savePoint(name: String): Savepoint

  32. final def stale: Double

    Definition Classes
    Temporal
  33. val store: MapStorage[Any, Any]

    Allows storage of key/value pairs on this session that will be removed upon disposal

  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. val timeout: Double

    Definition Classes
    DatastoreSession → Temporal
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. def transactionMode: TransactionMode

  38. def transactionMode_=(mode: TransactionMode): Unit

  39. def update(delta: Double): Unit

    Definition Classes
    DatastoreSession → Temporal → Updatable
  40. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Temporal

Inherited from Disposable

Inherited from Updatable

Inherited from AnyRef

Inherited from Any

Ungrouped