Packages

c

lightdb.sql

SQLStore

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

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

Instance Constructors

  1. new SQLStore()

Abstract Value Members

  1. abstract def connectionManager: ConnectionManager
    Attributes
    protected
  2. abstract def connectionShared: Boolean
    Attributes
    protected
  3. abstract def storeMode: StoreMode
    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, _])(implicit transaction: Transaction[Doc]): Unit
    Attributes
    protected
  5. def aggregate(query: AggregateQuery[Doc, Model])(implicit transaction: Transaction[Doc]): Iterator[MaterializedAggregate[Doc, Model]]
    Definition Classes
    SQLStore → Store
  6. def aggregateCount(query: AggregateQuery[Doc, Model])(implicit transaction: Transaction[Doc]): Int
    Definition Classes
    SQLStore → Store
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. var collection: Collection[Doc, Model]
    Attributes
    protected
    Definition Classes
    Store
  10. def concatPrefix: String
    Attributes
    protected
  11. def count(implicit transaction: Transaction[Doc]): Int
    Definition Classes
    SQLStore → Store
  12. def createInsertSQL(): String
    Attributes
    protected
  13. def createTable()(implicit transaction: Transaction[Doc]): Unit
    Attributes
    protected
  14. final def createTransaction(): Transaction[Doc]
    Definition Classes
    Store
  15. def createUpsertSQL(): String
    Attributes
    protected
  16. def delete[V](field: UniqueIndex[Doc, V], value: V)(implicit transaction: Transaction[Doc]): Boolean
    Definition Classes
    SQLStore → Store
  17. def dispose(): Unit
    Definition Classes
    SQLStore → Store
  18. def distanceFilter(f: Distance[Doc]): SQLPart
    Attributes
    protected
  19. def doSearch[V](query: Query[Doc, Model], conversion: Conversion[Doc, V])(implicit transaction: Transaction[Doc]): SearchResults[Doc, V]
    Definition Classes
    SQLStore → Store
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. def executeUpdate(sql: String)(implicit transaction: Transaction[Doc]): Unit
    Attributes
    protected
  23. def field2Value(field: Field[Doc, _]): String
    Attributes
    protected
  24. def fieldNamesForDistance(conversion: Distance[Doc]): List[String]
    Attributes
    protected
  25. lazy val fields: List[Field[Doc, _]]
    Attributes
    protected
    Definition Classes
    Store
  26. def fromString(string: String): Doc
    Attributes
    protected
    Definition Classes
    Store
  27. def get[V](field: UniqueIndex[Doc, V], value: V)(implicit transaction: Transaction[Doc]): Option[Doc]
    Definition Classes
    SQLStore → Store
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  30. def id(doc: Doc): Id[Doc]
    Attributes
    protected
    Definition Classes
    Store
  31. lazy val idField: UniqueIndex[Doc, Id[Doc]]
    Attributes
    protected
    Definition Classes
    Store
  32. def init(collection: Collection[Doc, Model]): Unit
    Definition Classes
    SQLStore → Store
  33. def initTransaction()(implicit transaction: Transaction[Doc]): Unit
    Attributes
    protected
  34. def insert(doc: Doc)(implicit transaction: Transaction[Doc]): Unit
    Definition Classes
    SQLStore → Store
  35. def insertPrefix: String
    Attributes
    protected
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def iterator(implicit transaction: Transaction[Doc]): Iterator[Doc]
    Definition Classes
    SQLStore → Store
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  41. def prepareTransaction(transaction: Transaction[Doc]): Unit
    Definition Classes
    SQLStore → Store
  42. def reIndex(): Boolean
    Definition Classes
    Store
  43. def releaseTransaction(transaction: Transaction[Doc]): Unit
    Definition Classes
    Store
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def toJson(value: Any, rw: RW[_]): Json
    Attributes
    protected
  46. def toString(doc: Doc): String
    Attributes
    protected
    Definition Classes
    Store
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. def truncate()(implicit transaction: Transaction[Doc]): Int
    Definition Classes
    SQLStore → Store
  49. def upsert(doc: Doc)(implicit transaction: Transaction[Doc]): Unit
    Definition Classes
    SQLStore → Store
  50. def upsertPrefix: String
    Attributes
    protected
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. 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 Store[Doc, Model]

Inherited from AnyRef

Inherited from Any

Ungrouped