Packages

c

lightdb.sql

SQLStore

abstract class SQLStore[Doc <: Document[Doc], Model <: DocumentModel[Doc]] extends Collection[Doc, Model]

Linear Supertypes
Collection[Doc, Model], Store[Doc, Model], Disposable, Initializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SQLStore
  2. Collection
  3. Store
  4. Disposable
  5. Initializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SQLStore(name: String, path: Option[Path], model: Model, lightDB: LightDB, storeManager: StoreManager)

Type Members

  1. abstract type TX <: SQLStoreTransaction[Doc, Model]
    Definition Classes
    SQLStore → Collection → Store

Abstract Value Members

  1. abstract def connectionManager: ConnectionManager
    Attributes
    protected
  2. abstract def createTransaction(parent: Option[Transaction[Doc, Model]]): Task[TX]
    Attributes
    protected
    Definition Classes
    Store
  3. abstract def storeMode: StoreMode[Doc, Model]
    Definition Classes
    Store
  4. abstract def tables(connection: Connection): Set[String]
    Attributes
    protected

Concrete 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 addColumn(field: Field[Doc, _], tx: TX): Unit
    Attributes
    protected
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def booleanAsNumber: Boolean
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. def createIndexSQL(index: Indexed[Doc, _]): String
    Attributes
    protected
  9. def createInsertSQL(): String
    Attributes
    protected
  10. def createSchema(tx: TX): Unit
    Attributes
    protected
  11. def createTable(tx: TX): Unit
    Attributes
    protected
  12. def createUniqueIndexSQL(index: UniqueIndex[Doc, _]): String
    Attributes
    protected
  13. def createUpsertSQL(): String
    Attributes
    protected
  14. def def2Type(name: String, d: DefType): String
    Attributes
    protected
  15. lazy val dispose: Task[Unit]
    Definition Classes
    Disposable
  16. def doDispose(): Task[Unit]
    Attributes
    protected
    Definition Classes
    SQLStore → Store → Disposable
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def executeUpdate(sql: String, tx: TX): Unit
    Attributes
    protected
  20. def field2Value(field: Field[Doc, _]): String
    Attributes
    protected
  21. lazy val fields: List[Field[Doc, _]]
    Definition Classes
    Store
  22. lazy val fqn: String
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  24. lazy val hasSpatial: Task[Boolean]
    Definition Classes
    Store
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  26. lazy val idField: UniqueIndex[Doc, Id[Doc]]
    Definition Classes
    Store
  27. lazy val init: Task[Unit]
    Definition Classes
    Initializable
  28. def initConnection(connection: Connection): Unit
    Attributes
    protected
  29. def initTransaction(tx: TX): Task[Unit]
    Attributes
    protected
  30. def initialize(): Task[Unit]
    Attributes
    protected
    Definition Classes
    SQLStore → Store → Initializable
  31. def insertPrefix: String
    Attributes
    protected
  32. def isDisposes: Boolean
    Definition Classes
    Disposable
  33. def isInitialized: Boolean
    Definition Classes
    Initializable
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. val lightDB: LightDB
    Definition Classes
    Store
  36. lazy val lock: LockManager[Id[Doc], Doc]
    Definition Classes
    Store
  37. val model: Model
    Definition Classes
    Store
  38. val name: String
    Definition Classes
    Store
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  42. def optimize(): Task[Unit]
    Definition Classes
    Store
  43. val path: Option[Path]
    Definition Classes
    Store
  44. def reIndex(doc: Doc): Task[Boolean]
    Definition Classes
    Store
  45. def reIndex(): Task[Boolean]
    Definition Classes
    Store
  46. val storeManager: StoreManager
    Definition Classes
    Store
  47. def supportsSchemas: Boolean
  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. lazy val t: Transactionless[Doc, Model]
    Definition Classes
    Store
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. def upsertPrefix: String
    Attributes
    protected
  52. def verify(): Task[Boolean]
    Definition Classes
    Store
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. object transaction
    Definition Classes
    Store

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 Collection[Doc, Model]

Inherited from Store[Doc, Model]

Inherited from Disposable

Inherited from Initializable

Inherited from AnyRef

Inherited from Any

Ungrouped