Packages

c

scala.meta.internal.metals

SqlSharedIndices

class SqlSharedIndices extends H2ConnectionProvider

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

Instance Constructors

  1. new SqlSharedIndices()

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 cancel(): Unit
    Definition Classes
    H2ConnectionProviderCancelable
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def connect(): Connection
    Definition Classes
    H2ConnectionProvider
  8. def connection: Connection
    Attributes
    protected
    Definition Classes
    H2ConnectionProvider
  9. def databaseExists(): Boolean
    Definition Classes
    H2ConnectionProvider
  10. def databasePath: Option[io.AbsolutePath]
    Attributes
    protected
    Definition Classes
    H2ConnectionProvider
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. def inMemoryConnection(): Connection
    Attributes
    protected
    Definition Classes
    H2ConnectionProvider
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val jvmTypeHierarchy: JarTypeHierarchy
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. def optDirectory: Option[io.AbsolutePath]
    Attributes
    protected
    Definition Classes
    H2ConnectionProvider
  22. def persistentConnection(isAutoServer: Boolean): Connection
    Attributes
    protected
    Definition Classes
    H2ConnectionProvider
  23. val ref: AtomicReference[ConnectionState]
    Attributes
    protected
    Definition Classes
    H2ConnectionProvider
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def tryNoAutoServer(): Connection
    Attributes
    protected
    Definition Classes
    H2ConnectionProvider
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. 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

    (Since version 9)

Inherited from H2ConnectionProvider

Inherited from Cancelable

Inherited from AnyRef

Inherited from Any

Ungrouped