Uses of Class
net.sf.jsqlparser.statement.select.SampleClause.SampleMethod
-
Packages that use SampleClause.SampleMethod Package Description net.sf.jsqlparser.statement.select -
-
Uses of SampleClause.SampleMethod in net.sf.jsqlparser.statement.select
Methods in net.sf.jsqlparser.statement.select that return SampleClause.SampleMethod Modifier and Type Method Description static SampleClause.SampleMethodSampleClause.SampleMethod. from(String sampleMethod)SampleClause.SampleMethodSampleClause. getMethod()static SampleClause.SampleMethodSampleClause.SampleMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static SampleClause.SampleMethod[]SampleClause.SampleMethod. 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 SampleClause.SampleMethod Modifier and Type Method Description SampleClauseSampleClause. setMethod(SampleClause.SampleMethod method)
-