Uses of Interface
org.neo4j.cypherdsl.core.Statement.UseStatement
Packages that use Statement.UseStatement
-
Uses of Statement.UseStatement in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return Statement.UseStatementModifier and TypeMethodDescriptionstatic Statement.UseStatementDecorates the given statement by prepending a static USE clause.static Statement.UseStatementCypher.use(Expression target, Statement statement) Decorates the given statement by prepending a dynamic USE clause.static Statement.UseStatementDecorates the given statement by prepending a dynamic USE clause.static Statement.UseStatementCypher.use(StringLiteral target, Statement statement) Decorates the given statement by prepending a dynamic USE clause.