Packages

class H2Mem extends RdbmsLocation

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. H2Mem
  2. RdbmsLocation
  3. Location
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new H2Mem(schema: Schema, id: LocationId, dbName: String, dbSchemaOpt: Option[String], config: List[(String, String)], permit: LocationPermit)

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 annotTableName(name: String): String

    Table name annotated with db schema, if specified

    Table name annotated with db schema, if specified

    Definition Classes
    Location
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. val config: List[(String, String)]

    Configuration parameters - key/value pairs

    Configuration parameters - key/value pairs

    Definition Classes
    H2MemLocation
  8. val dbName: String

    Database name

    Database name

    Definition Classes
    H2MemRdbmsLocation
  9. val dbSchemaOpt: Option[String]

    Underlying database schema, if any

    Underlying database schema, if any

    Definition Classes
    H2MemLocation
  10. val dbms: String

    Underlying datastore name

    Underlying datastore name

    Definition Classes
    H2MemLocation
  11. def driver: SqlDriver

    Driver for SQL/JDBC interface

    Driver for SQL/JDBC interface

    Definition Classes
    H2MemRdbmsLocationLocation
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. val id: LocationId

    Location identifier

    Location identifier

    Definition Classes
    H2MemLocation
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val isTemporary: Boolean

    Is this a temporary location?

    Is this a temporary location?

    Definition Classes
    H2MemLocation
  19. def isWritable: Boolean

    Is this a writeable location?

    Is this a writeable location?

    Definition Classes
    Location
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. val param: String

    Datastore connection parameter

    Datastore connection parameter

    Definition Classes
    H2MemLocation
  24. val permit: LocationPermit

    Read-write permit

    Read-write permit

    Definition Classes
    H2MemLocation
  25. val schema: Schema

    Associated schema

    Associated schema

    Definition Classes
    H2MemLocation
  26. val sqlMapper: SqlMapper

    Internal representation -> SQL mapper

    Internal representation -> SQL mapper

    Definition Classes
    H2MemRdbmsLocation
  27. def supportedFunctionsOpt: Option[List[String]]

    Supported function list - optional

    Supported function list - optional

    Definition Classes
    RdbmsLocationLocation
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. val url: String

    JDBC base url

    JDBC base url

    Definition Classes
    H2MemRdbmsLocation
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. 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 RdbmsLocation

Inherited from Location

Inherited from AnyRef

Inherited from Any

Ungrouped