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
Methods in net.sf.jsqlparser.statement.select that return PlainSelect.BigQuerySelectQualifier Modifier and Type Method Description PlainSelect.BigQuerySelectQualifierPlainSelect. getBigQuerySelectQualifier()static PlainSelect.BigQuerySelectQualifierPlainSelect.BigQuerySelectQualifier. valueOf(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 PlainSelectPlainSelect. setBigQuerySelectQualifier(PlainSelect.BigQuerySelectQualifier bigQuerySelectQualifier)
-