Uses of Annotation Interface
org.jooq.Stringly.UnquotedName
Packages that use Stringly.UnquotedName
-
Uses of Stringly.UnquotedName in org.jooq.impl
Method parameters in org.jooq.impl with annotations of type Stringly.UnquotedNameModifier and TypeMethodDescriptionstatic <T> @NotNull AggregateFunction<T> aggregate()can be used to access native or user-defined aggregate functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull AggregateFunction<T> aggregate()can be used to access native or user-defined aggregate functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull AggregateFunction<T> DSL.aggregateDistinct(String name, Class<T> type, Field<?>... arguments) aggregateDistinct()can be used to access native or user-defined aggregate functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull AggregateFunction<T> DSL.aggregateDistinct(String name, DataType<T> type, Field<?>... arguments) aggregateDistinct()can be used to access native or user-defined aggregate functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull Field<T> DSL.function(String name, Class<T> type, Collection<? extends Field<?>> arguments) function()can be used to access native or user-defined functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull Field<T> function()can be used to access native or user-defined functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull Field<T> DSL.function(String name, DataType<T> type, Collection<? extends Field<?>> arguments) function()can be used to access native or user-defined functions that are not yet or insufficiently supported by jOOQ.static <T> @NotNull Field<T> function()can be used to access native or user-defined functions that are not yet or insufficiently supported by jOOQ.static @NotNull NameDSL.systemName(String unqualifiedName) Create a new SQL identifier using an unqualified, quoted name.static @NotNull NameDSL.systemName(String... qualifiedName) Create a new SQL identifier using a qualified, quoted name.static @NotNull NameDSL.systemName(Collection<String> qualifiedName) Create a new SQL identifier using a qualified, system name.static @NotNull NameDSL.unquotedName(String unqualifiedName) Create a new SQL identifier using an unqualified, quoted name.static @NotNull NameDSL.unquotedName(String... qualifiedName) Create a new SQL identifier using a qualified, quoted name.static @NotNull NameDSL.unquotedName(Collection<String> qualifiedName) Create a new SQL identifier using a qualified, quoted name.