public abstract class AbstractRuntimeSequence
extends oracle.odi.domain.support.AbstractRepositoryEntity
OdiScenarioSequence and OdiSessionBlueprintSequence.| Constructor and Description |
|---|
AbstractRuntimeSequence() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColumnName()
Returns the name of the column used by this
AbstractRuntimeSequence to store sequence value. |
java.lang.Integer |
getIncrementValue()
Returns the increment value of this
AbstractRuntimeSequence. |
java.lang.String |
getLogicalSchemaName()
Returns the name of logical schema for this
AbstractRuntimeSequence. |
java.lang.Integer |
getMaxValue()
Returns the max value for this
AbstractRuntimeSequence. |
java.lang.String |
getName()
Returns the name of this
AbstractRuntimeSequence. |
java.lang.String |
getNativeSequenceName()
Returns the native name of this
AbstractRuntimeSequence. |
java.lang.String |
getRowFilter()
Returns SQL WHERE clause used to filter single row from sequence table.
|
java.lang.String |
getTableName()
Returns the table name for this
AbstractRuntimeSequence. |
SequenceType |
getType()
Returns the type of this
AbstractRuntimeSequence. |
equals, getBigNumericId, getGlobalId, getNumericId, getParent, hashCode, toStringgetInternalIdpublic java.lang.String getName()
AbstractRuntimeSequence.public SequenceType getType()
AbstractRuntimeSequence.public java.lang.String getLogicalSchemaName()
AbstractRuntimeSequence.
Isn't relevant for ODI standard sequences.public java.lang.String getNativeSequenceName()
AbstractRuntimeSequence.
Only relevant for native sequences.public java.lang.Integer getIncrementValue()
AbstractRuntimeSequence.
Isn't relevant for native sequences.public java.lang.Integer getMaxValue()
AbstractRuntimeSequence.public java.lang.String getTableName()
AbstractRuntimeSequence.
Only relevant for user defined sequences.public java.lang.String getColumnName()
AbstractRuntimeSequence to store sequence value.
Only relevant for user defined sequences.public java.lang.String getRowFilter()