Uses of Enum Class
org.neo4j.cypherdsl.core.StatementCatalog.Clause
Packages that use StatementCatalog.Clause
-
Uses of StatementCatalog.Clause in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return StatementCatalog.ClauseModifier and TypeMethodDescriptionStatementCatalog.PropertyFilter.clause()Returns the value of theclauserecord component.static StatementCatalog.ClauseReturns the enum constant of this class with the specified name.static StatementCatalog.Clause[]StatementCatalog.Clause.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.neo4j.cypherdsl.core with parameters of type StatementCatalog.ClauseModifierConstructorDescriptionPropertyFilter(StatementCatalog.Clause clause, Expression left, Operator operator, Expression right, Set<String> parameterNames, Map<String, Object> parameters) The constructor enforces the use of unmodifiable sets.