Uses of Interface
org.jooq.impl.QOM.UnmodifiableList
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of QOM.UnmodifiableList in org.jooq
Modifier and TypeMethodDescription@NotNull QOM.UnmodifiableList<? extends Field<?>>
XMLAttributes.$attributes()
Experimental query object model accessor method, see alsoQOM
.@NotNull QOM.UnmodifiableList<? extends Name>
DerivedColumnList.$columnNames()
Experimental query object model accessor method, see alsoQOM
.@NotNull QOM.UnmodifiableList<? extends Field<?>>
Asterisk.$except()
Experimental query object model accessor method, see alsoQOM
.@NotNull QOM.UnmodifiableList<? extends Field<?>>
QualifiedAsterisk.$except()
Experimental query object model accessor method, see alsoQOM
.@NotNull QOM.UnmodifiableList<? extends Field<?>>
Row.$fields()
Experimental query object model accessor method, see alsoQOM
.@NotNull QOM.UnmodifiableList<? extends Table<?>>
Select.$from()
Experimental query object model accessor method, see alsoQOM
.@NotNull QOM.UnmodifiableList<? extends GroupField>
Select.$groupBy()
Experimental query object model accessor method, see alsoQOM
.@NotNull QOM.UnmodifiableList<? extends SortField<?>>
Select.$orderBy()
Experimental query object model accessor method, see alsoQOM
.@NotNull QOM.UnmodifiableList<? extends SortField<?>>
WindowSpecification.$orderBy()
Experimental query object model accessor method, see alsoQOM
.@NotNull QOM.UnmodifiableList<? extends Field<?>>
WindowSpecification.$partitionBy()
Experimental query object model accessor method, see alsoQOM
.@NotNull QOM.UnmodifiableList<? extends Query>
Queries.$queries()
Experimental query object model accessor method, see alsoQOM
.@NotNull QOM.UnmodifiableList<? extends SelectFieldOrAsterisk>
Select.$select()
Experimental query object model accessor method, see alsoQOM
.@NotNull QOM.UnmodifiableList<? extends Statement>
Block.$statements()
Experimental query object model accessor method, see alsoQOM
.@NotNull QOM.UnmodifiableList<? extends WindowDefinition>
Select.$window()
Experimental query object model accessor method, see alsoQOM
. -
Uses of QOM.UnmodifiableList in org.jooq.impl
Modifier and TypeMethodDescription@NotNull QOM.UnmodifiableList<? extends Field<?>>
QOM.Call.$args()
@NotNull QOM.UnmodifiableList<? extends Field<?>>
QOM.Function.$args()
@NotNull QOM.UnmodifiableList<? extends Field<?>>
QOM.XMLConcat.$args()
@NotNull QOM.UnmodifiableList<? extends CommonTableExpression<?>>
QOM.With.$commonTableExpressions()
@NotNull QOM.UnmodifiableList<? extends Constraint>
QOM.CreateDomain.$constraints()
@NotNull QOM.UnmodifiableList<? extends Field<?>>
QOM.XMLElement.$content()
@NotNull QOM.UnmodifiableList<? extends Field<?>>
QOM.Array.$elements()
@NotNull QOM.UnmodifiableList<? extends JSONEntry<?>>
QOM.JSONObject.$entries()
@NotNull QOM.UnmodifiableList<? extends Field<?>>
QOM.CreateView.$fields()
@NotNull QOM.UnmodifiableList<? extends Field<?>>
QOM.ForeignKey.$fields()
@NotNull QOM.UnmodifiableList<? extends Field<?>>
QOM.JSONArray.$fields()
@NotNull QOM.UnmodifiableList<? extends Field<?>>
QOM.PrimaryKey.$fields()
@NotNull QOM.UnmodifiableList<? extends Field<?>>
QOM.UniqueKey.$fields()
@NotNull QOM.UnmodifiableList<? extends Field<?>>
QOM.XMLForest.$fields()
@NotNull QOM.UnmodifiableList<? extends Field<?>>
QOM.CreateIndex.$include()
default @NotNull QOM.UnmodifiableList<? extends Field<T>>
QOM.InList.$list()
default @NotNull QOM.UnmodifiableList<? extends Field<T>>
QOM.NotInList.$list()
@NotNull QOM.UnmodifiableList<? extends Name>
QOM.DropType.$names()
@NotNull QOM.UnmodifiableList<? extends Field<?>>
QOM.CreateTrigger.$of()
@NotNull QOM.UnmodifiableList<? extends OrderField<?>>
QOM.CreateIndex.$on()
@NotNull QOM.UnmodifiableList<? extends Parameter<?>>
QOM.CreateFunction.$parameters()
@NotNull QOM.UnmodifiableList<? extends Parameter<?>>
QOM.CreateProcedure.$parameters()
@NotNull QOM.UnmodifiableList<? extends Privilege>
QOM.Grant.$privileges()
@NotNull QOM.UnmodifiableList<? extends Privilege>
QOM.Revoke.$privileges()
@NotNull QOM.UnmodifiableList<? extends Field<?>>
QOM.CreateFunction.$returnsTable()
@NotNull QOM.UnmodifiableList<? extends TableElement>
QOM.CreateTable.$tableElements()
@NotNull QOM.UnmodifiableList<? extends Table<?>>
QOM.RowsFrom.$tables()
@NotNull QOM.UnmodifiableList<? extends Field<String>>
QOM.CreateType.$values()
static final <Q extends QueryPart>
QOM.UnmodifiableList<Q>QOM.unmodifiable
(Collection<Q> collection) Turn aCollection
into an unmodifiableQOM.UnmodifiableList
.static final <Q extends QueryPart>
QOM.UnmodifiableList<Q>QOM.unmodifiable
(List<Q> list) Turn aList
into an unmodifiableQOM.UnmodifiableList
.static final <Q extends QueryPart>
QOM.UnmodifiableList<Q>QOM.unmodifiable
(Q[] array) Turn an array into an unmodifiableQOM.UnmodifiableList
.