Packages

final class Tables extends H2ConnectionProvider

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tables
  2. H2ConnectionProvider
  3. Cancelable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Tables(workspace: io.AbsolutePath, time: Time)

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. val buildServers: ChosenBuildServers
  6. val buildTool: ChosenBuildTool
  7. def cancel(): Unit
    Definition Classes
    H2ConnectionProviderCancelable
  8. def cleanAll(): Unit
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. def connect(): Connection
    Definition Classes
    H2ConnectionProvider
  11. def connection: Connection
    Attributes
    protected
    Definition Classes
    H2ConnectionProvider
  12. def databaseExists(): Boolean
    Definition Classes
    H2ConnectionProvider
  13. def databasePath: Option[io.AbsolutePath]
    Attributes
    protected
    Definition Classes
    H2ConnectionProvider
  14. val dependencySources: DependencySources
  15. val digests: Digests
  16. val dismissedNotifications: DismissedNotifications
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. val fingerprints: Fingerprints
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  22. def inMemoryConnection(): Connection
    Attributes
    protected
    Definition Classes
    H2ConnectionProvider
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val jarSymbols: JarTopLevels
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. def optDirectory: Option[io.AbsolutePath]
    Attributes
    protected
    Definition Classes
    H2ConnectionProvider
  29. def persistentConnection(isAutoServer: Boolean): Connection
    Attributes
    protected
    Definition Classes
    H2ConnectionProvider
  30. val ref: AtomicReference[ConnectionState]
    Attributes
    protected
    Definition Classes
    H2ConnectionProvider
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def tryNoAutoServer(): Connection
    Attributes
    protected
    Definition Classes
    TablesH2ConnectionProvider
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. val worksheetSources: WorksheetDependencySources

Deprecated Value Members

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

    (Since version 9)

Inherited from H2ConnectionProvider

Inherited from Cancelable

Inherited from AnyRef

Inherited from Any

Ungrouped