public class SequenceInfo extends Object
Constructor and Description |
---|
SequenceInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getCacheSize() |
String |
getCatalog() |
long |
getCurrentValue() |
long |
getMinValue() |
String |
getName() |
String |
getSchema() |
long |
getStartValue() |
int |
getStep() |
void |
setCacheSize(int cacheSize) |
void |
setCatalog(String catalog) |
void |
setCurrentValue(long currentValue) |
void |
setMinValue(long minValue) |
void |
setName(String name) |
void |
setSchema(String schema) |
void |
setStartValue(long startValue) |
void |
setStep(int step) |
public String getCatalog()
public void setCatalog(String catalog)
public String getSchema()
public void setSchema(String schema)
public String getName()
public void setName(String name)
public long getStartValue()
public void setStartValue(long startValue)
public int getStep()
public void setStep(int step)
public long getMinValue()
public void setMinValue(long minValue)
public long getCurrentValue()
public void setCurrentValue(long currentValue)
public int getCacheSize()
public void setCacheSize(int cacheSize)
Copyright © 2020. All rights reserved.