public class RDBRow extends Object
Note that the String "data" and the byte[] "bdata" may be null when
the SQL SELECT request was conditional on "modcount" being unchanged.
| Modifier and Type | Field and Description |
|---|---|
static long |
LONG_UNSET |
| Constructor and Description |
|---|
RDBRow(String id,
Long hasBinaryProperties,
Boolean deletedOnce,
Long modified,
Long modcount,
Long cmodcount,
Long schemaVersion,
Long sdType,
Long sdMaxRevTime,
String data,
byte[] bdata) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Boolean |
deletedOnce() |
@Nullable byte[] |
getBdata() |
long |
getCollisionsModcount() |
@Nullable String |
getData() |
@NotNull String |
getId() |
long |
getModcount() |
long |
getModified() |
long |
getSchemaVersion() |
long |
getSdMaxRevTime() |
long |
getSdType() |
@Nullable Long |
hasBinaryProperties() |
public static final long LONG_UNSET
@NotNull public @NotNull String getId()
@Nullable public @Nullable Long hasBinaryProperties()
@Nullable public @Nullable Boolean deletedOnce()
@Nullable public @Nullable String getData()
public long getModified()
LONG_UNSET when not set in the databasepublic long getModcount()
LONG_UNSET when not set in the databasepublic long getCollisionsModcount()
LONG_UNSET when not set in the databasepublic long getSchemaVersion()
LONG_UNSET when not set in the databasepublic long getSdType()
LONG_UNSET when not set in the databasepublic long getSdMaxRevTime()
LONG_UNSET when not set in the database@Nullable public @Nullable byte[] getBdata()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.