case class TCKGraph[C <: CypherSession](testGraphFactory: CypherTestGraphFactory[C], graph: PropertyGraph)(implicit OKAPI: C) extends Graph with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TCKGraph
- Serializable
- Serializable
- Product
- Equals
- Graph
- ResultCreation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TCKGraph(testGraphFactory: CypherTestGraphFactory[C], graph: PropertyGraph)(implicit OKAPI: C)
Type Members
-
type
Result = Either[ExecutionFailed, CypherValueRecords]
- Definition Classes
- Graph
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
close(): Unit
- Definition Classes
- Graph
-
def
cypher(query: String, params: Map[String, CypherValue], meta: QueryType): Result
- Definition Classes
- Graph
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
execute(query: String, params: Map[String, CypherValue], queryType: QueryType): (Graph, Result)
- Definition Classes
- TCKGraph → Graph
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val graph: PropertyGraph
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
implicit
def
resultFromError(error: ExecutionFailed): tools.tck.api.Graph.Result
- Definition Classes
- ResultCreation
-
implicit
def
resultFromStringRecords(records: StringRecords): tools.tck.api.Graph.Result
- Definition Classes
- ResultCreation
-
implicit
def
resultFromValueRecords(records: CypherValueRecords): tools.tck.api.Graph.Result
- Definition Classes
- ResultCreation
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val testGraphFactory: CypherTestGraphFactory[C]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )