Uses of Class
org.neo4j.cypherdsl.core.Asterisk
-
Packages that use Asterisk Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of Asterisk in org.neo4j.cypherdsl.core
Fields in org.neo4j.cypherdsl.core declared as Asterisk Modifier and Type Field Description static AsteriskAsterisk. INSTANCEThe single instance of the*.Methods in org.neo4j.cypherdsl.core that return Asterisk Modifier and Type Method Description static @NotNull AsteriskCypher. asterisk()Methods in org.neo4j.cypherdsl.core with parameters of type Asterisk Modifier and Type Method Description StatementBuilder.OngoingStandaloneCallWithReturnFieldsStatementBuilder.ExposesYieldStar. yield(Asterisk asterisk)Mostly a helper method to indicate the overload asExposesCall.ExposesYielduses vargs for all overloads, and that would not work nicely without arguments on this one here.
-