Uses of Interface
org.neo4j.cypherdsl.core.Literal
-
Packages that use Literal 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 Literal in org.neo4j.cypherdsl.core
Classes in org.neo4j.cypherdsl.core that implement Literal 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.Methods in org.neo4j.cypherdsl.core that return Literal Modifier and Type Method Description static @NotNull Literal<Boolean>Cypher. literalFalse()static @NotNull Literal<Void>Cypher. literalNull()static <T> @NotNull Literal<T>Cypher. literalOf(Object object)Creates a newLiteral<?>from the givenobject.static @NotNull Literal<Boolean>Cypher. literalTrue() -
Uses of Literal in org.neo4j.cypherdsl.core.internal
Classes in org.neo4j.cypherdsl.core.internal that implement Literal Modifier and Type Class Description classLiteralBase<T>Represents a literal with an optional content.classNamespace
-