Package rife.database.queries
Class SequenceValue
java.lang.Object
rife.database.queries.SequenceValue
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SequenceValue.Operation
protected Datasource
protected boolean
static final SequenceValue.Operation
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
protected void
clone()
current()
rife.database.capabilities.Capabilities
getName()
getSql()
next()
operation
(SequenceValue.Operation operation) void
setExcludeUnsupportedCapabilities
(boolean flag) toString()
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface rife.database.queries.Query
getParameters, setExcludeUnsupportedCapabilities
-
Field Details
-
NEXT
-
CURRENT
-
datasource_
-
sql_
-
excludeUnsupportedCapabilities_
protected boolean excludeUnsupportedCapabilities_
-
-
Constructor Details
-
SequenceValue
-
-
Method Details
-
clear
public void clear() -
getName
-
getOperation
-
getCapabilities
public rife.database.capabilities.Capabilities getCapabilities()- Specified by:
getCapabilities
in interfaceQuery
-
getSql
- Specified by:
getSql
in interfaceQuery
- Throws:
DbQueryException
-
name
-
operation
-
next
-
current
-
clone
-
getDatasource
-
getParameters
- Specified by:
getParameters
in interfaceQuery
-
setExcludeUnsupportedCapabilities
public void setExcludeUnsupportedCapabilities(boolean flag) - Specified by:
setExcludeUnsupportedCapabilities
in interfaceQuery
-
clearGenerated
protected void clearGenerated() -
toString
-