Class

com.github.anicolaspp.ojai

InMemoryConnection

Related Doc: package ojai

Permalink

class InMemoryConnection extends Connection

Linear Supertypes
Connection, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InMemoryConnection
  2. Connection
  3. Closeable
  4. AutoCloseable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InMemoryConnection(driver: Driver)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def close(): Unit

    Permalink
    Definition Classes
    InMemoryConnection → Connection → Closeable → AutoCloseable
  7. def createStore(storeName: String): DocumentStore

    Permalink
    Definition Classes
    InMemoryConnection → Connection
  8. def createStore(arg0: String, arg1: Document): DocumentStore

    Permalink
    Definition Classes
    Connection
    Annotations
    @throws( ... )
  9. def deleteStore(storeName: String): Boolean

    Permalink
    Definition Classes
    InMemoryConnection → Connection
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getDriver(): Driver

    Permalink
    Definition Classes
    InMemoryConnection → Connection
  15. def getStore(storeName: String): DocumentStore

    Permalink
    Definition Classes
    InMemoryConnection → Connection
  16. def getStore(arg0: String, arg1: Document): DocumentStore

    Permalink
    Definition Classes
    Connection
    Annotations
    @throws( ... )
  17. def getValueBuilder(): ValueBuilder

    Permalink
    Definition Classes
    InMemoryConnection → Connection
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def newCondition(): QueryCondition

    Permalink
    Definition Classes
    InMemoryConnection → Connection
  22. def newDocument(bean: Any): Document

    Permalink
    Definition Classes
    InMemoryConnection → Connection
  23. def newDocument(map: Map[String, AnyRef]): Document

    Permalink
    Definition Classes
    InMemoryConnection → Connection
  24. def newDocument(jsonString: String): Document

    Permalink
    Definition Classes
    InMemoryConnection → Connection
  25. def newDocument(): Document

    Permalink
    Definition Classes
    InMemoryConnection → Connection
  26. def newDocumentBuilder(): DocumentBuilder

    Permalink
    Definition Classes
    InMemoryConnection → Connection
  27. def newMutation(): DocumentMutation

    Permalink
    Definition Classes
    InMemoryConnection → Connection
  28. def newQuery(queryJson: String): Query

    Permalink
    Definition Classes
    InMemoryConnection → Connection
  29. def newQuery(): Query

    Permalink
    Definition Classes
    InMemoryConnection → Connection
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. def storeExists(storeName: String): Boolean

    Permalink
    Definition Classes
    InMemoryConnection → Connection
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Connection

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped