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.classTemporalLiteralA literal representing a temporal value to be formatted in a way that Neo4j's Cypher understands it. -
Uses of LiteralBase in org.neo4j.cypherdsl.core.internal
Subclasses of LiteralBase in org.neo4j.cypherdsl.core.internal Modifier and Type Class Description classNamespace
-