Uses of Interface
org.jooq.SelectFieldOrAsterisk
-
Packages that use SelectFieldOrAsterisk Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API.org.jooq.impl Theorg.jooq.implpackage contains jOOQ's implementation classes. -
-
Uses of SelectFieldOrAsterisk in org.jooq
Subinterfaces of SelectFieldOrAsterisk in org.jooq Modifier and Type Interface Description interfaceAggregateFilterStep<T>The step in the specification of aggregate functions where the SQL:2003 standardFILTER clausecan be added.interfaceAggregateFunction<T>An aggregate function.interfaceArrayAggOrderByStep<T>The SQL standardARRAY_AGG()function.interfaceAsteriskAn unqualified asterisk.interfaceCaseConditionStep<T>The final step in creating a case statement of the typeinterfaceCaseWhenStep<V,T>The final step in creating a case statement of the typeinterfaceField<T>A column expression.interfaceGroupConcatOrderByStepMySQL'sGROUP_CONCATfunction.interfaceGroupConcatSeparatorStepMySQL'sGROUP_CONCATfunction.interfaceParam<T>A named parameter and/or bind value.interfaceQualifiedAsteriskA qualified asterisk.interfaceSelectField<T>AQueryPartto be used exclusively inSELECTclauses.interfaceTableField<R extends Record,T>A field contained in a table.interfaceUDTField<R extends UDTRecord<R>,T>A field contained in a UDT.interfaceVariable<T>A local variable reference.interfaceWindowBeforeOverStep<T>This type is used for the window function DSL API.interfaceWindowExcludeStep<T>This type is used for the window function DSL API.interfaceWindowFinalStep<T>This type is used for the window function DSL API.interfaceWindowOrderByStep<T>This type is used for the window function DSL API.interfaceWindowPartitionByStep<T>This type is used for the window function DSL API.interfaceWindowRowsStep<T>This type is used for the window function DSL API.Methods in org.jooq with parameters of type SelectFieldOrAsterisk Modifier and Type Method Description voidSelectQuery. addDistinctOn(SelectFieldOrAsterisk... fields)Add a PostgreSQL-specificDISTINCT ON (fields...)clause.voidSelectQuery. addSelect(SelectFieldOrAsterisk... fields)Add a list of select fields.SelectIntoStep<R>SelectDistinctOnStep. distinctOn(SelectFieldOrAsterisk... fields)Add the PostgreSQL-specificON(...)clause to aSELECT DISTINCT ON (...)statement.SelectIntoStep<R>SelectDistinctOnStep. on(SelectFieldOrAsterisk... fields)Add the PostgreSQL-specificON(...)clause to aSELECT DISTINCT ON (...)statement.DeleteResultStep<R>DeleteReturningStep. returning(SelectFieldOrAsterisk... fields)Configure theDELETEstatement to return a list of fields inR.InsertResultStep<R>InsertReturningStep. returning(SelectFieldOrAsterisk... fields)Configure theINSERTstatement to return a list of fields inR.UpdateResultStep<R>UpdateReturningStep. returning(SelectFieldOrAsterisk... fields)Configure theUPDATEstatement to return a list of fields inR.DeleteResultStep<Record>DeleteReturningStep. returningResult(SelectFieldOrAsterisk... fields)Configure theDELETEstatement to return a list of fields inR.InsertResultStep<Record>InsertReturningStep. returningResult(SelectFieldOrAsterisk... fields)Configure theINSERTstatement to return a list of fields inR.UpdateResultStep<Record>UpdateReturningStep. returningResult(SelectFieldOrAsterisk... fields)Configure theUPDATEstatement to return a list of fields inR.SelectSelectStep<Record>DSLContext. select(SelectFieldOrAsterisk... fields)Create a new DSL select statement.SelectSelectStep<Record>SelectSelectStep. select(SelectFieldOrAsterisk... fields)Add additional fields to theSELECTclause of this querySelectSelectStep<Record>WithStep. select(SelectFieldOrAsterisk... fields)Create a new DSL select statement.SelectSelectStep<Record>DSLContext. selectDistinct(SelectFieldOrAsterisk... fields)Create a new DSL select statement.SelectSelectStep<Record>WithStep. selectDistinct(SelectFieldOrAsterisk... fields)Create a new DSL select statement.voidDeleteQuery. setReturning(SelectFieldOrAsterisk... fields)Configure theDELETEstatement to return a list of fields inR.voidInsertQuery. setReturning(SelectFieldOrAsterisk... fields)Configure theINSERTorUPDATEstatement to return a list of fields inR.voidStoreQuery. setReturning(SelectFieldOrAsterisk... fields)Configure theINSERTorUPDATEstatement to return a list of fields inR.voidUpdateQuery. setReturning(SelectFieldOrAsterisk... fields)Configure theINSERTorUPDATEstatement to return a list of fields inR.Method parameters in org.jooq with type arguments of type SelectFieldOrAsterisk Modifier and Type Method Description voidSelectQuery. addDistinctOn(Collection<? extends SelectFieldOrAsterisk> fields)Add a PostgreSQL-specificDISTINCT ON (fields...)clause.voidSelectQuery. addSelect(Collection<? extends SelectFieldOrAsterisk> fields)Add a list of select fields.SelectIntoStep<R>SelectDistinctOnStep. distinctOn(Collection<? extends SelectFieldOrAsterisk> fields)Add the PostgreSQL-specificON(...)clause to aSELECT DISTINCT ON (...)statement.SelectIntoStep<R>SelectDistinctOnStep. on(Collection<? extends SelectFieldOrAsterisk> fields)Add the PostgreSQL-specificON(...)clause to aSELECT DISTINCT ON (...)statement.DeleteResultStep<R>DeleteReturningStep. returning(Collection<? extends SelectFieldOrAsterisk> fields)Configure theDELETEstatement to return a list of fields inR.InsertResultStep<R>InsertReturningStep. returning(Collection<? extends SelectFieldOrAsterisk> fields)Configure theINSERTstatement to return a list of fields inR.UpdateResultStep<R>UpdateReturningStep. returning(Collection<? extends SelectFieldOrAsterisk> fields)Configure theUPDATEstatement to return a list of fields inR.DeleteResultStep<Record>DeleteReturningStep. returningResult(Collection<? extends SelectFieldOrAsterisk> fields)Configure theDELETEstatement to return a list of fields inR.InsertResultStep<Record>InsertReturningStep. returningResult(Collection<? extends SelectFieldOrAsterisk> fields)Configure theINSERTstatement to return a list of fields inR.UpdateResultStep<Record>UpdateReturningStep. returningResult(Collection<? extends SelectFieldOrAsterisk> fields)Configure theUPDATEstatement to return a list of fields inR.SelectSelectStep<Record>DSLContext. select(Collection<? extends SelectFieldOrAsterisk> fields)Create a new DSL select statement.SelectSelectStep<Record>SelectSelectStep. select(Collection<? extends SelectFieldOrAsterisk> fields)Add additional fields to theSELECTclause of this querySelectSelectStep<Record>WithStep. select(Collection<? extends SelectFieldOrAsterisk> fields)Create a new DSL select statement.SelectSelectStep<Record>DSLContext. selectDistinct(Collection<? extends SelectFieldOrAsterisk> fields)Create a new DSL select statement.SelectSelectStep<Record>WithStep. selectDistinct(Collection<? extends SelectFieldOrAsterisk> fields)Create a new DSL select statement.voidDeleteQuery. setReturning(Collection<? extends SelectFieldOrAsterisk> fields)Configure theDELETEstatement to return a list of fields inR.voidInsertQuery. setReturning(Collection<? extends SelectFieldOrAsterisk> fields)Configure theINSERTorUPDATEstatement to return a list of fields inR.voidStoreQuery. setReturning(Collection<? extends SelectFieldOrAsterisk> fields)Configure theINSERTorUPDATEstatement to return a list of fields inR.voidUpdateQuery. setReturning(Collection<? extends SelectFieldOrAsterisk> fields)Configure theINSERTorUPDATEstatement to return a list of fields inR. -
Uses of SelectFieldOrAsterisk in org.jooq.impl
Classes in org.jooq.impl that implement SelectFieldOrAsterisk Modifier and Type Class Description classConvertDateTime<T>classCustomField<T>A base class for customFieldimplementations in client code.Methods in org.jooq.impl with parameters of type SelectFieldOrAsterisk Modifier and Type Method Description static AggregateFunction<Integer>DSL. count(SelectFieldOrAsterisk field)Get the count(field) function.static AggregateFunction<Integer>DSL. countDistinct(SelectFieldOrAsterisk field)Get the count(distinct field) function.SelectSelectStep<Record>DefaultDSLContext. select(SelectFieldOrAsterisk... fields)static SelectSelectStep<Record>DSL. select(SelectFieldOrAsterisk... fields)Create a new DSL subselect statement.SelectSelectStep<Record>DefaultDSLContext. selectDistinct(SelectFieldOrAsterisk... fields)static SelectSelectStep<Record>DSL. selectDistinct(SelectFieldOrAsterisk... fields)Create a new DSL subselect statement.Method parameters in org.jooq.impl with type arguments of type SelectFieldOrAsterisk Modifier and Type Method Description SelectSelectStep<Record>DefaultDSLContext. select(Collection<? extends SelectFieldOrAsterisk> fields)static SelectSelectStep<Record>DSL. select(Collection<? extends SelectFieldOrAsterisk> fields)Create a new DSL subselect statement.SelectSelectStep<Record>DefaultDSLContext. selectDistinct(Collection<? extends SelectFieldOrAsterisk> fields)static SelectSelectStep<Record>DSL. selectDistinct(Collection<? extends SelectFieldOrAsterisk> fields)Create a new DSL subselect statement.
-