abstract class SQLStore[Doc <: Document[Doc], Model <: DocumentModel[Doc]] extends Collection[Doc, Model]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SQLStore
- Collection
- Store
- Disposable
- Initializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Type Members
- abstract type TX <: SQLStoreTransaction[Doc, Model]
- Definition Classes
- SQLStore → Collection → Store
Abstract Value Members
- abstract def connectionManager: ConnectionManager
- Attributes
- protected
- abstract def createTransaction(parent: Option[Transaction[Doc, Model]]): Task[TX]
- Attributes
- protected
- Definition Classes
- Store
- abstract def storeMode: StoreMode[Doc, Model]
- Definition Classes
- Store
- abstract def tables(connection: Connection): Set[String]
- Attributes
- protected
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addColumn(field: Field[Doc, _], tx: TX): Unit
- Attributes
- protected
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def createInsertSQL(): String
- Attributes
- protected
- def createTable(tx: TX): Unit
- Attributes
- protected
- def createUpsertSQL(): String
- Attributes
- protected
- lazy val dispose: Task[Unit]
- Definition Classes
- Disposable
- def doDispose(): Task[Unit]
- Attributes
- protected
- Definition Classes
- SQLStore → Store → Disposable
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def executeUpdate(sql: String, tx: TX): Unit
- Attributes
- protected
- def field2Value(field: Field[Doc, _]): String
- Attributes
- protected
- lazy val fields: List[Field[Doc, _]]
- Definition Classes
- Store
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- lazy val hasSpatial: Task[Boolean]
- Definition Classes
- Store
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- lazy val idField: UniqueIndex[Doc, Id[Doc]]
- Definition Classes
- Store
- lazy val init: Task[Unit]
- Definition Classes
- Initializable
- def initTransaction(tx: TX): Task[Unit]
- Attributes
- protected
- def initialize(): Task[Unit]
- Attributes
- protected
- Definition Classes
- SQLStore → Store → Initializable
- def insertPrefix: String
- Attributes
- protected
- def isDisposes: Boolean
- Definition Classes
- Disposable
- def isInitialized: Boolean
- Definition Classes
- Initializable
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lightDB: LightDB
- Definition Classes
- Store
- lazy val lock: LockManager[Id[Doc], Doc]
- Definition Classes
- Store
- val model: Model
- Definition Classes
- Store
- val name: String
- Definition Classes
- Store
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def optimize(): Task[Unit]
- Definition Classes
- Store
- val path: Option[Path]
- Definition Classes
- Store
- def reIndex(doc: Doc): Task[Boolean]
- Definition Classes
- Store
- def reIndex(): Task[Boolean]
- Definition Classes
- Store
- val storeManager: StoreManager
- Definition Classes
- Store
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- lazy val t: Transactionless[Doc, Model]
- Definition Classes
- Store
- def toString(): String
- Definition Classes
- AnyRef → Any
- def upsertPrefix: String
- Attributes
- protected
- def verify(): Task[Boolean]
- Definition Classes
- Store
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object transaction
- Definition Classes
- Store
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)