Uses of Class
org.neo4j.cypherdsl.core.internal.LiteralBase
-
Packages that use LiteralBase Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher.org.neo4j.cypherdsl.core.internal This is basically the kitchen sink for all classes that must be public but are not actually part of the public API. -
-
Uses of LiteralBase in org.neo4j.cypherdsl.core
Subclasses of LiteralBase in org.neo4j.cypherdsl.core Modifier and Type Class Description classAsteriskThe*.classBooleanLiteralThe boolean literal.classListLiteralA list of literals.classNullLiteralRepresents the literal value null.classNumberLiteralclassStringLiteralThe string representation of a string literal will be a quoted Cypher string in single tickmarks with escaped reserved characters.classTemporalLiteralThrown when a QueryDSL operator cannot be used with the Cypher-DSL predicate converter. -
Uses of LiteralBase in org.neo4j.cypherdsl.core.internal
Subclasses of LiteralBase in org.neo4j.cypherdsl.core.internal Modifier and Type Class Description classNamespace
-