public class SequenceUsage extends AbstractSchemaObjectUsage
| Modifier and Type | Class and Description |
|---|---|
static class |
SequenceUsage.Mode
Representation of how the sequence is used in the query
|
AbstractDBObject.ChildSupport, AbstractDBObject.ListenerSupportAS, COMMA, DEFAULT_SEPARATOR, EMPTY, EMPTY_ARRAY, INDENT, LEFT_PAREN, NEWLINE, RIGHT_PAREN, SPACE| Constructor and Description |
|---|
SequenceUsage() |
| Modifier and Type | Method and Description |
|---|---|
SequenceUsage.Mode |
getMode()
Get the mode representing which value is being selected from the sequence.
|
java.lang.String |
getSQLText()
Return the SQL for this fragment.
|
void |
setMode(SequenceUsage.Mode mode)
Set the mode representing which value is being selected from the sequence.
|
getObjectID, isQualified, setObjectID, setQualifiedareNamesEqual, copyToImpl, getDatabaseDescriptor, getExternalName, getInternalName, setProviderappendToBuffer, appendToBuffer, argsToString, getName, getStartOffset, getTextOrNull, getTextOrNull, getType, setStartOffset, surroundWithBrackets, surroundWithBrackets, toStringsetParentcheckInit, checkInit, getOwnedObjectsImpl, getProperties, getReferenceIDsImpl, needsInitialization, processPropertyChange, setIDaddObjectListener, addObjectListener, addObjectListener, changeParent, compareToImpl, copyObject, copyTo, copyTo, copyTo, copyTo, equals, equalsImpl, findOwnedObject, findOwnedObject, findOwnedObject, findOwnedObject, findParent, fireObjectUpdated, firePropertyChanged, getChildSupport, getChildSupport, getID, getOwnedObjects, getOwnedObjects, getParent, getProperty, getProperty, getReferenceIDs, hashCode, includeOwnedObject, includesType, includesType, removeObjectListener, removeObjectListener, removeObjectListener, removeOwnedObject, removeThisAsParent, replaceReferenceIDs, setName, setProperties, setPropertyclone, finalize, getClass, notify, notifyAll, wait, wait, waitsetProvidergetStartOffsetgetParent, setParentaddObjectListener, copyTo, copyTo, copyTo, equals, findOwnedObject, findOwnedObject, findOwnedObject, getID, getName, getOwnedObjects, getOwnedObjects, getProperties, getProperty, getProperty, getReferenceIDs, getType, hashCode, removeObjectListener, removeOwnedObject, replaceReferenceIDs, setID, setName, setProperties, setPropertypublic void setMode(SequenceUsage.Mode mode)
mode - which value is being selected from the sequencepublic SequenceUsage.Mode getMode()
public java.lang.String getSQLText()
SQLFragmentgetSQLText in interface SQLFragmentgetSQLText in class AbstractSchemaObjectUsage