Enum FrozenPendingRow
On this page
- io.realm
- Enum Constant Summary
- Method Summary
- Inherited Methods
- Enum Constant Detail
INSTANCE
- Method Detail
- checkIfAttached
- createEmbeddedObject
- freeze
- getBinaryByteArray
- getBoolean
- getColumnCount
- getColumnKey
- getColumnNames
- getColumnType
- getDate
- getDecimal128
- getDouble
- getFloat
- getLink
- getLong
- getModelList
- getModelMap
- getModelSet
- getNativeRealmAny
- getObjectId
- getObjectKey
- getRealmAnyMap
- getRealmAnySet
- getString
- getTable
- getUUID
- getValueList
- getValueMap
- getValueSet
- hasColumn
- isLoaded
- isNull
- isNullLink
- isValid
- nullifyLink
- setBinaryByteArray
- setBoolean
- setDate
- setDecimal128
- setDouble
- setFloat
- setLink
- setLong
- setNull
- setObjectId
- setRealmAny
- setString
- setUUID
- valueOf
- values
Atlas Device SDKs are deprecated. Refer to the deprecation page for details.
io.realm
io.realm.FrozenPendingRow
A PendingRow that has been frozen. This behaves in many ways similar to a deleted Row, but will report isLoaded() as as false
.
Enum Constant Summary
Enum Constant and Description |
---|
Method Summary
Modifier and Type | Method and Description |
---|---|
public void | |
public long | |
public Row | |
public byte | |
public boolean | |
public long | |
public long | |
public String | |
public RealmFieldType | |
public Date | |
public Decimal128 | |
public double | |
public float | |
public long | |
public long | |
public OsList | |
public OsMap | |
public OsSet | |
public NativeRealmAny | |
public ObjectId | |
public long | getObjectKey () |
public OsMap | |
public OsSet | |
public String | |
public Table | getTable () |
public UUID | |
public OsList | |
public OsMap | |
public OsSet | |
public boolean | |
public boolean | isLoaded () |
public boolean | |
public boolean | |
public boolean | isValid () |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public static FrozenPendingRow | |
public static FrozenPendingRow | values () |
Inherited Methods
Methods inherited from class java.lang.Object :
getClass
,hashCode
,equals
,clone
,toString
,notify
,notifyAll
,wait
,wait
,wait
,finalize
Methods inherited from class java.lang.Enum :
name
,ordinal
,toString
,equals
,hashCode
,clone
,compareTo
,getDeclaringClass
,valueOf
,finalize
Enum Constant Detail
INSTANCE
public static final FrozenPendingRow
Method Detail
checkIfAttached
public void checkIfAttached () |
---|
createEmbeddedObject
freeze
getBinaryByteArray
getBoolean
getColumnCount
public long getColumnCount () |
---|
getColumnKey
getColumnNames
public String getColumnNames () |
---|
getColumnType
getDate
getDecimal128
getDouble
getFloat
getLink
getLong
getModelList
getModelMap
getModelSet
getNativeRealmAny
getObjectId
getObjectKey
public long getObjectKey () |
---|
getRealmAnyMap
getRealmAnySet
getString
getTable
public Table getTable () |
---|
getUUID
getValueList
getValueMap
getValueSet
hasColumn
isLoaded
public boolean isLoaded () |
---|
isNull
isNullLink
isValid
public boolean isValid () |
---|
nullifyLink
setBinaryByteArray
setBoolean
setDate
setDecimal128
setDouble
setFloat
setLink
setLong
setNull
setObjectId
setRealmAny
setString
setUUID
valueOf
values
public static FrozenPendingRow values () |
---|