C# (CSharp) Org.Neo4j.Kernel.Impl.Api 네임스페이스

중첩된 네임스페이스

Org.Neo4j.Kernel.Impl.Api.index

클래스들

이름 설명
KernelImpl This is the Neo4j Kernel, an implementation of the Kernel API which is an internal component used by Cypher and the Core API (the API under org.neo4j.graphdb).

Structure

The Kernel lets you start transactions. The transactions allow you to create "statements", which, in turn, operate against the database. Statements and transactions are separate concepts due to isolation requirements. A single cypher query will normally use one statement, and there can be multiple statements executed in one transaction. Please refer to the KernelTransaction javadoc for details.