public class NativeSequence extends QuerySequence
Purpose:
selectQuery, shouldAcquireValueAfterInsert, shouldSelectBeforeUpdate, shouldSkipUpdate, shouldUseTransaction, updateQuery, wasSelectQueryCreated, wasUpdateQueryCreated| Constructor and Description |
|---|
NativeSequence() |
NativeSequence(java.lang.String name) |
NativeSequence(java.lang.String name,
int size) |
NativeSequence(java.lang.String name,
int size,
int initialValue) |
| Modifier and Type | Method and Description |
|---|---|
protected ValueReadQuery |
buildSelectQuery()
INTERNAL:
|
protected ValueReadQuery |
buildSelectQuery(java.lang.String seqName,
java.lang.Integer size)
INTERNAL:
|
boolean |
equals(java.lang.Object obj) |
void |
onConnect()
INTERNAL:
|
void |
onDisconnect()
INTERNAL:
|
buildUpdateQuery, buildUpdateQuery, createArguments, getSelectQuery, getUpdateQuery, select, setSelectQuery, setShouldAcquireValueAfterInsert, setShouldSelectBeforeUpdate, setShouldSkipUpdate, setShouldUseTransaction, setUpdateQuery, shouldAcquireValueAfterInsert, shouldSelectBeforeUpdate, shouldSkipUpdate, shouldUseTransaction, update, updateAndSelectSequencecreateVector, getGeneratedValue, getGeneratedVector, shouldOverrideExistingValueclone, equalNameAndSize, getDatasourcePlatform, getGeneratedValue, getGeneratedVector, getInitialValue, getName, getPreallocationSize, isConnected, onConnect, onDisconnect, setDatasourcePlatform, setInitialValue, setName, setPreallocationSize, shouldOverrideExistingValue, shouldUsePreallocation, verifyPlatformpublic NativeSequence()
public NativeSequence(java.lang.String name)
public NativeSequence(java.lang.String name,
int size)
public NativeSequence(java.lang.String name,
int size,
int initialValue)
public boolean equals(java.lang.Object obj)
equals in class QuerySequenceprotected ValueReadQuery buildSelectQuery()
buildSelectQuery in class QuerySequenceprotected ValueReadQuery buildSelectQuery(java.lang.String seqName, java.lang.Integer size)
buildSelectQuery in class QuerySequencepublic void onConnect()
onConnect in class QuerySequencepublic void onDisconnect()
onDisconnect in class QuerySequence