public class RDBRow
extends java.lang.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(java.lang.String id,
java.lang.Long hasBinaryProperties,
java.lang.Boolean deletedOnce,
java.lang.Long modified,
java.lang.Long modcount,
java.lang.Long cmodcount,
java.lang.Long schemaVersion,
java.lang.Long sdType,
java.lang.Long sdMaxRevTime,
java.lang.String data,
byte[] bdata) |
Modifier and Type | Method and Description |
---|---|
@Nullable java.lang.Boolean |
deletedOnce() |
@Nullable byte[] |
getBdata() |
long |
getCollisionsModcount() |
@Nullable java.lang.String |
getData() |
@NotNull java.lang.String |
getId() |
long |
getModcount() |
long |
getModified() |
long |
getSchemaVersion() |
long |
getSdMaxRevTime() |
long |
getSdType() |
@Nullable java.lang.Long |
hasBinaryProperties() |
public static final long LONG_UNSET
public RDBRow(java.lang.String id, java.lang.Long hasBinaryProperties, java.lang.Boolean deletedOnce, java.lang.Long modified, java.lang.Long modcount, java.lang.Long cmodcount, java.lang.Long schemaVersion, java.lang.Long sdType, java.lang.Long sdMaxRevTime, java.lang.String data, byte[] bdata)
@NotNull public @NotNull java.lang.String getId()
@Nullable public @Nullable java.lang.Long hasBinaryProperties()
@Nullable public @Nullable java.lang.Boolean deletedOnce()
@Nullable public @Nullable java.lang.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–2022 The Apache Software Foundation. All rights reserved.