Uses of Class
org.neo4j.cypherdsl.core.Literal
-
Packages that use Literal Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of Literal in org.neo4j.cypherdsl.core
Subclasses of Literal in org.neo4j.cypherdsl.core Modifier and Type Class Description classAsteriskThe*.classBooleanLiteralThe boolean literal.classListLiteralA list of literals.classNamespaceclassNullLiteralRepresents the literal value null.classNumberLiteralclassStringLiteralThe string representation of a string literal will be a quoted Cypher string in single tickmarks with escaped reserved characters.Methods in org.neo4j.cypherdsl.core that return Literal Modifier and Type Method Description static LiteralCypher. literalFalse()static Literal<?>Cypher. literalOf(java.lang.Object object)Creates a newNullLiteralfrom the givenobject.static LiteralCypher. literalTrue()
-