-
- All Superinterfaces:
Comparable<Name>,QueryPart,Serializable
public interface Name extends QueryPart, Comparable<Name>
An identifier.A
Nameor identifier is aQueryPartthat renders a SQL identifier according to the settings specified inSettings.getRenderQuotedNames()andSettings.getRenderNameCase().Example:
// Assuming import static org.jooq.impl.DSL.*; using(configuration) .select( field(name("FIRST_NAME"), SQLDataType.VARCHAR), field(name("LAST_NAME"), SQLDataType.VARCHAR)) .from(table(name("ACTOR"))) .fetch();Instances can be created using
DSL.name(String)and overloads.- Author:
- Lukas Eder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static className.QuotedA flag indicating whether the name is quoted or not.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nameappend(String name)Appendsnameto this name.Nameappend(Name name)Appendsname(all of itsparts()) to this name.WindowDefinitionas()Create an emptyWindowDefinitionfrom this name.<R extends Record>
CommonTableExpression<R>as(Select<R> select)Specify a subselect to refer to by theNameto form a common table expression.WindowDefinitionas(WindowSpecification window)Create aWindowDefinitionfrom this name.intcompareTo(Name o)Compare twounquotedName()by their qualified string versions.booleanempty()Whether this is the empty name.booleanequals(Object other)Check whether thisQueryPartcan be considered equal to anotherQueryPart.booleanequalsIgnoreCase(Name other)Compare this name with another one ignoring case.DerivedColumnList1fields(String fieldName1)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnListfields(String... fieldNames)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList2fields(String fieldName1, String fieldName2)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList3fields(String fieldName1, String fieldName2, String fieldName3)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList4fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList5fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList6fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList7fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList8fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList9fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList10fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList11fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList12fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList13fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList14fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList15fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14, String fieldName15)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList16fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14, String fieldName15, String fieldName16)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList17fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14, String fieldName15, String fieldName16, String fieldName17)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList18fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14, String fieldName15, String fieldName16, String fieldName17, String fieldName18)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList19fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14, String fieldName15, String fieldName16, String fieldName17, String fieldName18, String fieldName19)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList20fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14, String fieldName15, String fieldName16, String fieldName17, String fieldName18, String fieldName19, String fieldName20)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList21fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14, String fieldName15, String fieldName16, String fieldName17, String fieldName18, String fieldName19, String fieldName20, String fieldName21)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList22fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14, String fieldName15, String fieldName16, String fieldName17, String fieldName18, String fieldName19, String fieldName20, String fieldName21, String fieldName22)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnListfields(BiFunction<? super Field<?>,? super Integer,? extends String> fieldNameFunction)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnListfields(Function<? super Field<?>,? extends String> fieldNameFunction)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList1fields(Name fieldName1)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnListfields(Name... fieldNames)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList2fields(Name fieldName1, Name fieldName2)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList3fields(Name fieldName1, Name fieldName2, Name fieldName3)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList4fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList5fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList6fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList7fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList8fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList9fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList10fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList11fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList12fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList13fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList14fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList15fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14, Name fieldName15)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList16fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14, Name fieldName15, Name fieldName16)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList17fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14, Name fieldName15, Name fieldName16, Name fieldName17)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList18fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14, Name fieldName15, Name fieldName16, Name fieldName17, Name fieldName18)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList19fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14, Name fieldName15, Name fieldName16, Name fieldName17, Name fieldName18, Name fieldName19)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList20fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14, Name fieldName15, Name fieldName16, Name fieldName17, Name fieldName18, Name fieldName19, Name fieldName20)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList21fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14, Name fieldName15, Name fieldName16, Name fieldName17, Name fieldName18, Name fieldName19, Name fieldName20, Name fieldName21)Add a list of fields to this name to make this name aDerivedColumnList.DerivedColumnList22fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14, Name fieldName15, Name fieldName16, Name fieldName17, Name fieldName18, Name fieldName19, Name fieldName20, Name fieldName21, Name fieldName22)Add a list of fields to this name to make this name aDerivedColumnList.Stringfirst()String[]getName()The qualified name of this SQL identifier.Stringlast()Name[]parts()Get the individual, unqualified name parts of this name.booleanqualified()Whether this is a qualified name.Namequalifier()This name's qualifier (if it isqualified()), ornull.Name.Quotedquoted()Whether this is a quoted name.NamequotedName()This name, quoted.NameunqualifiedName()This name, unqualified.NameunquotedName()This name, unquoted.
-
-
-
Method Detail
-
first
String first()
-
last
String last()
-
empty
boolean empty()
Whether this is the empty name.An unnamed object will have an
""empty string as its name. If a table has no explicit schema, it will be located in the default schema whose name is"".
-
qualified
boolean qualified()
Whether this is a qualified name.This is
trueas soon asgetName()has a length of more than1.
-
qualifier
Name qualifier()
This name's qualifier (if it isqualified()), ornull.
-
unqualifiedName
Name unqualifiedName()
This name, unqualified.
-
quoted
Name.Quoted quoted()
Whether this is a quoted name.
-
quotedName
Name quotedName()
This name, quoted.
-
unquotedName
Name unquotedName()
This name, unquoted.
-
parts
Name[] parts()
Get the individual, unqualified name parts of this name.
-
getName
String[] getName()
The qualified name of this SQL identifier.
-
as
@Support({AURORA_POSTGRES,COCKROACHDB,CUBRID,DB2,FIREBIRD_3_0,H2,HANA,INFORMIX,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) WindowDefinition as()
Create an emptyWindowDefinitionfrom this name.- See Also:
as(WindowSpecification)
-
as
@Support({AURORA_POSTGRES,COCKROACHDB,CUBRID,DB2,FIREBIRD_3_0,H2,HANA,INFORMIX,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) WindowDefinition as(WindowSpecification window)
Create aWindowDefinitionfrom this name.This creates a window definition that can be
- declared in the
WINDOWclause (seeSelectWindowStep.window(WindowDefinition...) - referenced from the
OVERclause (seeWindowOverStep.over(WindowDefinition)
- declared in the
-
as
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) <R extends Record> CommonTableExpression<R> as(Select<R> select)
Specify a subselect to refer to by theNameto form a common table expression.Column names are implicitly inherited from the
SELECTstatement.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList fields(String... fieldNames)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList fields(Name... fieldNames)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList fields(Function<? super Field<?>,? extends String> fieldNameFunction)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.This works in a similar way as
fields(String...), except that all column names are produced by a function that receives the CTE'sSelectcolumns and their column indexes as input.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList fields(BiFunction<? super Field<?>,? super Integer,? extends String> fieldNameFunction)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.This works in a similar way as
fields(String...), except that all column names are produced by a function that receives the CTE'sSelectcolumns as input.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList1 fields(String fieldName1)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList2 fields(String fieldName1, String fieldName2)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList3 fields(String fieldName1, String fieldName2, String fieldName3)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList4 fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList5 fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList6 fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList7 fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList8 fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList9 fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList10 fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList11 fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList12 fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList13 fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList14 fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList15 fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14, String fieldName15)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList16 fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14, String fieldName15, String fieldName16)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList17 fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14, String fieldName15, String fieldName16, String fieldName17)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList18 fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14, String fieldName15, String fieldName16, String fieldName17, String fieldName18)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList19 fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14, String fieldName15, String fieldName16, String fieldName17, String fieldName18, String fieldName19)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList20 fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14, String fieldName15, String fieldName16, String fieldName17, String fieldName18, String fieldName19, String fieldName20)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList21 fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14, String fieldName15, String fieldName16, String fieldName17, String fieldName18, String fieldName19, String fieldName20, String fieldName21)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList22 fields(String fieldName1, String fieldName2, String fieldName3, String fieldName4, String fieldName5, String fieldName6, String fieldName7, String fieldName8, String fieldName9, String fieldName10, String fieldName11, String fieldName12, String fieldName13, String fieldName14, String fieldName15, String fieldName16, String fieldName17, String fieldName18, String fieldName19, String fieldName20, String fieldName21, String fieldName22)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList1 fields(Name fieldName1)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList2 fields(Name fieldName1, Name fieldName2)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList3 fields(Name fieldName1, Name fieldName2, Name fieldName3)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList4 fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList5 fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList6 fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList7 fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList8 fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList9 fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList10 fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList11 fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList12 fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList13 fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList14 fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList15 fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14, Name fieldName15)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList16 fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14, Name fieldName15, Name fieldName16)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList17 fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14, Name fieldName15, Name fieldName16, Name fieldName17)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList18 fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14, Name fieldName15, Name fieldName16, Name fieldName17, Name fieldName18)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList19 fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14, Name fieldName15, Name fieldName16, Name fieldName17, Name fieldName18, Name fieldName19)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList20 fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14, Name fieldName15, Name fieldName16, Name fieldName17, Name fieldName18, Name fieldName19, Name fieldName20)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList21 fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14, Name fieldName15, Name fieldName16, Name fieldName17, Name fieldName18, Name fieldName19, Name fieldName20, Name fieldName21)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
fields
@Support({AURORA_POSTGRES,COCKROACHDB,DB2,FIREBIRD,H2,HSQLDB,MARIADB,MEMSQL,MYSQL_8_0,ORACLE,POSTGRES,SQLDATAWAREHOUSE,SQLITE,SQLSERVER,SYBASE,TERADATA,VERTICA}) DerivedColumnList22 fields(Name fieldName1, Name fieldName2, Name fieldName3, Name fieldName4, Name fieldName5, Name fieldName6, Name fieldName7, Name fieldName8, Name fieldName9, Name fieldName10, Name fieldName11, Name fieldName12, Name fieldName13, Name fieldName14, Name fieldName15, Name fieldName16, Name fieldName17, Name fieldName18, Name fieldName19, Name fieldName20, Name fieldName21, Name fieldName22)
Add a list of fields to this name to make this name aDerivedColumnList.The
DerivedColumnListcan then be used along with a subselect to form aCommonTableExpressionto be used withWITHclauses.
-
equals
boolean equals(Object other)
Description copied from interface:QueryPartCheck whether thisQueryPartcan be considered equal to anotherQueryPart.In general,
QueryPartequality is defined in terms ofQueryPart.toString()equality. In other words, two query parts are considered equal if their rendered SQL (with inlined bind variables) is equal. This means that the two query parts do not necessarily have to be of the same type.Some
QueryPartimplementations may choose to override this behaviour for improved performance, asQueryPart.toString()is an expensive operation, if called many times.
-
equalsIgnoreCase
boolean equalsIgnoreCase(Name other)
Compare this name with another one ignoring case.
-
compareTo
int compareTo(Name o)
Compare twounquotedName()by their qualified string versions.- Specified by:
compareToin interfaceComparable<Name>
-
-