Uses of Class
org.neo4j.cypherdsl.core.renderer.Dialect
-
Packages that use Dialect Package Description org.neo4j.cypherdsl.core.renderer A renderer forstatementsin the simplest form possible. -
-
Uses of Dialect in org.neo4j.cypherdsl.core.renderer
Methods in org.neo4j.cypherdsl.core.renderer that return Dialect Modifier and Type Method Description DialectConfiguration. getDialect()static DialectDialect. valueOf(String name)Returns the enum constant of this type with the specified name.static Dialect[]Dialect. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.neo4j.cypherdsl.core.renderer with parameters of type Dialect Modifier and Type Method Description Configuration.BuilderConfiguration.Builder. withDialect(Dialect dialect)Use a configuration with a dialect fitting your target database if thedefault dialectleads to incompatible results with your version of Neo4j.
-