Uses of Interface
org.neo4j.cypherdsl.core.Literal
Packages that use Literal
-
Uses of Literal in org.neo4j.cypherdsl.core
Classes in org.neo4j.cypherdsl.core that implement LiteralModifier and TypeClassDescriptionfinal classThe*.final classThe boolean literal.final classA list of literals.final classA map of literals.final classRepresents the literal value null.final classRepresentation of a numeric literal.final classThe string representation of a string literal will be a quoted Cypher string in single tickmarks with escaped reserved characters.final classA 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 LiteralModifier and TypeMethodDescriptionCypher.literalFalse()Returns the `FALSE` literal.Cypher.literalNull()Returns the `NULL` literal.static <T> Literal<T>Creates a newLiteral<?>from the givenobject.Cypher.literalTrue()Returns the `TRUE` literal.Methods in org.neo4j.cypherdsl.core that return types with arguments of type LiteralModifier and TypeMethodDescriptionListLiteral.getContent()Collection<Literal<?>>StatementCatalog.getLiterals()Returns a collection of all literals used in a statement.