- java.lang.Object
-
- net.sf.jsqlparser.schema.Sequence.Parameter
-
- Enclosing class:
- Sequence
public static class Sequence.Parameter extends java.lang.Object
Represents a parameter when declaring a sequence
-
-
Field Summary
Fields Modifier and Type Field Description private Sequence.ParameterType
option
private java.lang.Long
value
-
Constructor Summary
Constructors Constructor Description Parameter(Sequence.ParameterType option)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
formatParameter()
java.lang.Long
getValue()
private java.lang.String
prefix(java.lang.String prefix)
void
setValue(java.lang.Long value)
Sequence.Parameter
withValue(java.lang.Long value)
-
-
-
Field Detail
-
option
private final Sequence.ParameterType option
-
value
private java.lang.Long value
-
-
Constructor Detail
-
Parameter
public Parameter(Sequence.ParameterType option)
-
-
Method Detail
-
getValue
public java.lang.Long getValue()
-
setValue
public void setValue(java.lang.Long value)
-
formatParameter
public java.lang.String formatParameter()
-
prefix
private java.lang.String prefix(java.lang.String prefix)
-
withValue
public Sequence.Parameter withValue(java.lang.Long value)
-
-