|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.farrago.catalog.FarragoSequenceOptions
public class FarragoSequenceOptions
A class for tracking sequence generator options.
Nested Class Summary | |
---|---|
private static class |
FarragoSequenceOptions.OptionType
|
Field Summary | |
---|---|
private RelDataType |
dataType
|
private boolean |
generatedAlways
|
private long |
lowerLimit
|
private String |
name
|
private Properties |
props
|
private long |
upperLimit
|
Constructor Summary | |
---|---|
FarragoSequenceOptions(String name)
|
Method Summary | |
---|---|
void |
alter(FemSequenceGenerator sequence,
RelDataType dataType)
Alter an existing sequence based upon options |
private void |
applyTo(FemSequenceGenerator sequence,
RelDataType dataType,
boolean create)
Apply options to a sequence |
Boolean |
getCycle()
|
boolean |
getGeneratedAlways()
|
Long |
getIncrement()
|
Long |
getMax()
|
private long |
getMaxResolved(long maxDefault)
|
Long |
getMin()
|
private long |
getMinResolved(long minDefault)
|
private Object |
getOption(FarragoSequenceOptions.OptionType opt)
|
Long |
getStart()
|
void |
init(FemSequenceGenerator sequence,
RelDataType dataType)
Initialize a newly created sequence |
private boolean |
isSet(FarragoSequenceOptions.OptionType opt)
|
void |
setCycle(Boolean value)
|
void |
setGeneratedAlways(boolean value)
|
void |
setIncrement(Long value)
|
void |
setMax(Long value)
|
void |
setMin(Long value)
|
private void |
setOption(FarragoSequenceOptions.OptionType opt,
Object value)
|
void |
setStart(Long value)
|
private void |
validateType(RelDataType dataType)
Validates and sets data type of sequence |
private void |
validateValue(long value)
Validates that value is within range of specified type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String name
private Properties props
private boolean generatedAlways
private long lowerLimit
private long upperLimit
private RelDataType dataType
Constructor Detail |
---|
public FarragoSequenceOptions(String name)
Method Detail |
---|
public void setGeneratedAlways(boolean value)
public boolean getGeneratedAlways()
public void setStart(Long value)
public Long getStart()
public void setIncrement(Long value)
public Long getIncrement()
public void setMin(Long value)
public Long getMin()
private long getMinResolved(long minDefault)
public void setMax(Long value)
public Long getMax()
private long getMaxResolved(long maxDefault)
public void setCycle(Boolean value)
public Boolean getCycle()
private void setOption(FarragoSequenceOptions.OptionType opt, Object value)
private Object getOption(FarragoSequenceOptions.OptionType opt)
private boolean isSet(FarragoSequenceOptions.OptionType opt)
public void init(FemSequenceGenerator sequence, RelDataType dataType)
public void alter(FemSequenceGenerator sequence, RelDataType dataType)
private void applyTo(FemSequenceGenerator sequence, RelDataType dataType, boolean create)
sequence
- the sequence to be modifieddataType
- the data type of the sequencecreate
- whether to begin with existing sequenceprivate void validateType(RelDataType dataType)
private void validateValue(long value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |