public interface ISequence extends IModelObjectWithLocation
It will be implemented by objects that model a relational column.
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getNativeName()
Gets the native name of the sequence object, for NATIVE sequences. 
 | 
IProject | 
getProject()
Obtains the owning project for this sequence, or null if it is a global object. 
 | 
java.lang.String | 
getReferenceSubstitutionValue(java.lang.String refType)
Returns the code generator substitution value for the sequence when 
 it is referenced in an expression. 
 | 
java.lang.String | 
getSequenceType()
Gets the type of the sequence, it will be NATIVE, STANDARD, or SPECIFIC. 
 | 
getObjectLocationgetNamegetBigNumericId, getGlobalId, getNumericIdjava.lang.String getSequenceType()
IProject getProject()
java.lang.String getNativeName()
java.lang.String getReferenceSubstitutionValue(java.lang.String refType)
refType - A character indicating the reference type, '#' for substitution and ':' for binding.