- java.lang.Object
-
- net.sf.jsqlparser.schema.Sequence.Parameter
-
-
Constructor Summary
Constructors Constructor Description Parameter(Sequence.ParameterType option)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringformatParameter()LonggetValue()voidsetValue(Long value)Sequence.ParameterwithValue(Long value)
-
-
-
Constructor Detail
-
Parameter
public Parameter(Sequence.ParameterType option)
-
-
Method Detail
-
getValue
public Long getValue()
-
setValue
public void setValue(Long value)
-
formatParameter
public String formatParameter()
-
withValue
public Sequence.Parameter withValue(Long value)
-
-