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 SelectFieldOrAsterisk>
Select.$distinctOn()
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 GroupField>
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.CreateType.$attributes()
@NotNull QOM.UnmodifiableList<? extends Field<?>>
QOM.Insert.$columns()
@NotNull QOM.UnmodifiableList<? extends CommonTableExpression<?>>
QOM.With.$commonTableExpressions()
default @NotNull QOM.UnmodifiableList<Q>
QOM.UnmodifiableList.$concat
(Collection<? extends Q> other) Concatenate a collection to this UnmodifiableList, returning a new UnmodifiableList from the combined data.@NotNull QOM.UnmodifiableList<? extends Constraint>
QOM.CreateDomain.$constraints()
@NotNull QOM.UnmodifiableList<? extends Field<?>>
QOM.XMLElement.$content()
@NotNull QOM.UnmodifiableList<? extends Field<T>>
QOM.Array.$elements()
default QOM.UnmodifiableList<? extends JSONEntry<?>>
QOM.JSONObject.$entries()
@NotNull QOM.UnmodifiableList<? extends Field<?>>
QOM.AlterView.$fields()
@NotNull QOM.UnmodifiableList<? extends Field<?>>
QOM.CreateView.$fields()
@NotNull QOM.UnmodifiableList<? extends Field<?>>
QOM.ForeignKey.$fields()
default QOM.UnmodifiableList<? extends Field<?>>
QOM.JSONArray.$fields()
@NotNull QOM.UnmodifiableList<? extends Field<?>>
QOM.PrimaryKey.$fields()
@NotNull QOM.UnmodifiableList<? extends Field<?>>
QOM.UniqueKey.$fields()
default QOM.UnmodifiableList<? extends Field<?>>
QOM.XMLForest.$fields()
@NotNull QOM.UnmodifiableList<? extends Table<?>>
QOM.Update.$from()
default @NotNull QOM.UnmodifiableList<? extends QOM.Tuple2<Condition,
Statement>> QOM.If.$if()
@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 Field<?>>
QOM.CreateTrigger.$of()
@NotNull QOM.UnmodifiableList<? extends OrderField<?>>
QOM.CreateIndex.$on()
@NotNull QOM.UnmodifiableList<? extends Field<?>>
QOM.Insert.$onConflict()
@NotNull QOM.UnmodifiableList<? extends SortField<?>>
QOM.Delete.$orderBy()
@NotNull QOM.UnmodifiableList<? extends SortField<?>>
QOM.Update.$orderBy()
@NotNull QOM.UnmodifiableList<? extends Parameter<?>>
QOM.CreateFunction.$parameters()
@NotNull QOM.UnmodifiableList<? extends Parameter<?>>
QOM.CreateProcedure.$parameters()
@NotNull QOM.UnmodifiableList<Field<?>>
QOM.FullJoin.$partitionBy1()
@NotNull QOM.UnmodifiableList<Field<?>>
QOM.NaturalFullJoin.$partitionBy1()
@NotNull QOM.UnmodifiableList<Field<?>>
QOM.NaturalRightJoin.$partitionBy1()
@NotNull QOM.UnmodifiableList<Field<?>>
QOM.RightJoin.$partitionBy1()
@NotNull QOM.UnmodifiableList<Field<?>>
QOM.FullJoin.$partitionBy2()
@NotNull QOM.UnmodifiableList<Field<?>>
QOM.LeftJoin.$partitionBy2()
@NotNull QOM.UnmodifiableList<Field<?>>
QOM.NaturalFullJoin.$partitionBy2()
@NotNull QOM.UnmodifiableList<Field<?>>
QOM.NaturalLeftJoin.$partitionBy2()
@NotNull QOM.UnmodifiableList<? extends Privilege>
QOM.Grant.$privileges()
@NotNull QOM.UnmodifiableList<? extends Privilege>
QOM.Revoke.$privileges()
default @NotNull QOM.UnmodifiableList<Q>
QOM.UnmodifiableList.$remove
(int position) Return a new UnmodifiableList without the element at the argument position.default @NotNull QOM.UnmodifiableList<Q>
QOM.UnmodifiableList.$removeFirst()
Return a new UnmodifiableList without the$first()
element.default @NotNull QOM.UnmodifiableList<Q>
QOM.UnmodifiableList.$removeLast()
Return a newQOM.UnmodifiableList
without the$last()
element.@NotNull QOM.UnmodifiableList<? extends SelectFieldOrAsterisk>
QOM.DeleteReturning.$returning()
@NotNull QOM.UnmodifiableList<? extends SelectFieldOrAsterisk>
QOM.InsertReturning.$returning()
@NotNull QOM.UnmodifiableList<? extends SelectFieldOrAsterisk>
QOM.UpdateReturning.$returning()
@NotNull QOM.UnmodifiableList<? extends Field<?>>
QOM.CreateFunction.$returnsTable()
default @NotNull QOM.UnmodifiableList<Q>
Return a newQOM.UnmodifiableList
with a new, replaced value at the argument position.default @NotNull QOM.UnmodifiableList<Q>
QOM.UnmodifiableList.$setAll
(int position, Collection<? extends Q> newValues) Return a newQOM.UnmodifiableList
with a new, replaced set of values at the argument position.@NotNull QOM.UnmodifiableList<? extends Table<?>>
QOM.Truncate.$table()
@NotNull QOM.UnmodifiableList<? extends TableElement>
QOM.CreateTable.$tableElements()
@NotNull QOM.UnmodifiableList<? extends Table<?>>
QOM.RowsFrom.$tables()
@NotNull QOM.UnmodifiableList<QOM.Tuple2<K,
V>> QOM.UnmodifiableMap.$tuples()
Get theMap.entrySet()
of this map as a list of tuples.@NotNull QOM.UnmodifiableList<? extends Type<?>>
QOM.DropType.$types()
@NotNull QOM.UnmodifiableList<? extends Table<?>>
QOM.Delete.$using()
@NotNull QOM.UnmodifiableList<Field<?>>
QOM.QualifiedJoin.$using()
@NotNull QOM.UnmodifiableList<? extends Field<String>>
QOM.CreateType.$values()
@NotNull QOM.UnmodifiableList<? extends Row>
QOM.Insert.$values()
default @NotNull QOM.UnmodifiableList<? extends QOM.Tuple2<Condition,
Field<T>>> QOM.CaseSearched.$when()
default @NotNull QOM.UnmodifiableList<? extends QOM.Tuple2<Field<V>,
Field<T>>> QOM.CaseSimple.$when()
default @NotNull QOM.UnmodifiableList<? extends QOM.Tuple2<Field<V>,
Field<T>>> QOM.Decode.$when()
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
.Modifier and TypeMethodDescription@NotNull QOM.With
QOM.With.$commonTableExpressions
(QOM.UnmodifiableList<? extends CommonTableExpression<?>> commonTableExpressions) default @NotNull QOM.JSONObject<T>
QOM.JSONObject.$entries
(QOM.UnmodifiableList<? extends JSONEntry<?>> newEntries) default @NotNull QOM.JSONArray<T>
QOM.JSONArray.$fields
(QOM.UnmodifiableList<? extends Field<?>> newFields) default @NotNull QOM.XMLForest
QOM.XMLForest.$fields
(QOM.UnmodifiableList<? extends Field<?>> newFields) default @NotNull QOM.If
QOM.If.$if
(QOM.UnmodifiableList<? extends QOM.Tuple2<Condition, Statement>> if_) default @NotNull QOM.CaseSearched<T>
QOM.CaseSearched.$when
(QOM.UnmodifiableList<? extends QOM.Tuple2<Condition, Field<T>>> when) default @NotNull QOM.CaseSimple<V,
T> QOM.CaseSimple.$when
(QOM.UnmodifiableList<? extends QOM.Tuple2<Field<V>, Field<T>>> when) default @NotNull QOM.Decode<V,
T> QOM.Decode.$when
(QOM.UnmodifiableList<? extends QOM.Tuple2<Field<V>, Field<T>>> when)