Uses of Class
net.sf.jsqlparser.statement.select.PlainSelect.BigQuerySelectQualifier
-
Packages that use PlainSelect.BigQuerySelectQualifier Package Description net.sf.jsqlparser.statement.select -
-
Uses of PlainSelect.BigQuerySelectQualifier in net.sf.jsqlparser.statement.select
Fields in net.sf.jsqlparser.statement.select declared as PlainSelect.BigQuerySelectQualifier Modifier and Type Field Description private PlainSelect.BigQuerySelectQualifier
PlainSelect. bigQuerySelectQualifier
Methods in net.sf.jsqlparser.statement.select that return PlainSelect.BigQuerySelectQualifier Modifier and Type Method Description PlainSelect.BigQuerySelectQualifier
PlainSelect. getBigQuerySelectQualifier()
static PlainSelect.BigQuerySelectQualifier
PlainSelect.BigQuerySelectQualifier. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PlainSelect.BigQuerySelectQualifier[]
PlainSelect.BigQuerySelectQualifier. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jsqlparser.statement.select with parameters of type PlainSelect.BigQuerySelectQualifier Modifier and Type Method Description PlainSelect
PlainSelect. setBigQuerySelectQualifier(PlainSelect.BigQuerySelectQualifier bigQuerySelectQualifier)
-