Uid for this instance.
@see com.arjuna.ats.arjuna.common.Uid
Sorts based on a property (defines return order). Examples:
byte
s from/to other primitive types. The default byte order of byte buffer is always BIG_ENDIAN.
@return The byte order used by this buffer when convertingbyte
s from/to other primitive types.
char
s from/to byte
s. If this buffer is not based on a byte buffer, then always return the platform's native byte order.
@return The byte order used by this buffer when convertingchar
s from/to byte
s.
double
s from/to byte
s. If this buffer is not based on a byte buffer, then always return the platform's native byte order.
@return The byte order used by this buffer when convertingdouble
s from/to byte
s.
float
s from/to byte
s. If this buffer is not based on a byte buffer, then always return the platform's native byte order.
@return The byte order used by this buffer when convertingfloat
s from/to byte
s.
int
s from/to byte
s. If this buffer is not based on a byte buffer, then always return the platform's native byte order.
@return The byte order used by this buffer when convertingint
s from/to byte
s.
The byte order of a long buffer created by allocation or by wrapping an existing long array is the {@link ByteOrder#nativeOrder native order} of the underlyinghardware. The byte order of a long buffer created as a view of a byte buffer is that of the byte buffer at the moment that the view is created.
short
s from/to byte
s. If this buffer is not based on a byte buffer, then always return the platform's native byte order.
@return The byte order used by this buffer when convertingshort
s from/to byte
s.
cells
including all descendants ordered using the current layering data stored by the model.
This method doesn't affect {@link #executeParentsAnnotate(HgBlameInspector)} and{@link #executeDiff(HgBlameInspector)}
@param order desired iteration order
@return this
for convenience
this
for convenience
Open cursors which sorts table by index.
If indexName is NULL then primary key will be used.
Cursors can be opened only within active transaction. When transaction ends all cursors will be closed.
@param indexName name of index which defines ordering.If null then primary keywill be used. @return cursor sorted by index. @throws SqlJetException
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|