lightdb.sql
package lightdb.sql
Members list
Packages
package lightdb.sql.connect
Type members
Classlikes
trait SQLArg
object SQLArg
trait SQLConversion[Doc <: Document[Doc]] extends DocumentModel[Doc]
Mix-in to DocModel to provide overriding optimizing conversion support.
Mix-in to DocModel to provide overriding optimizing conversion support.
Attributes
- Supertypes
-
trait DocumentModel[Doc]class Objecttrait Matchableclass Any
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object SQLDatabase
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SQLDatabase.type
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object SQLPart
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object SQLQueryBuilder
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SQLQueryBuilder.type
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class SQLState[Doc <: Document[Doc], Model <: DocumentModel[Doc]](connectionManager: ConnectionManager, store: SQLStore[Doc, Model], caching: Boolean)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
abstract class SQLStore[Doc <: Document[Doc], Model <: DocumentModel[Doc]](name: String, path: Option[Path], model: Model, lightDB: LightDB, storeManager: StoreManager) extends Collection[Doc, Model]
Attributes
- Supertypes
-
class Collection[Doc, Model]class Store[Doc, Model]trait Disposabletrait Initializableclass Objecttrait Matchableclass AnyShow all
trait SQLStoreTransaction[Doc <: Document[Doc], Model <: DocumentModel[Doc]] extends CollectionTransaction[Doc, Model]
Attributes
- Supertypes
-
trait CollectionTransaction[Doc, Model]trait Transaction[Doc, Model]class Objecttrait Matchableclass Any
In this article