Class OUpdatableResult
java.lang.Object
com.orientechnologies.orient.core.sql.executor.OResultInternal
com.orientechnologies.orient.core.sql.executor.OUpdatableResult
- All Implemented Interfaces:
OResult,Comparable<OResultInternal>
- Author:
- Luigi Dell'Aquila (l.dellaquila-(at)-orientdb.com)
-
Field Summary
FieldsFields inherited from class com.orientechnologies.orient.core.sql.executor.OResultInternal
content, element, metadata, temporaryContent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TgetProperty(String name) returns a property from the resultbooleanvoidremoveProperty(String name) voidsetProperty(String name, Object value) Methods inherited from class com.orientechnologies.orient.core.sql.executor.OResultInternal
addMetadata, bindToCache, clearMetadata, compareTo, equals, getBlob, getBlobProperty, getEdgeProperty, getElement, getElementProperty, getIdentity, getMetadata, getMetadataKeys, getPropertyNames, getRecord, getTemporaryProperties, getTemporaryProperty, getVertexProperty, hashCode, hasProperty, isBlob, isProjection, loadElement, removeMetadata, setElement, setMetadata, setTemporaryProperty, toString
-
Field Details
-
previousValue
-
-
Constructor Details
-
OUpdatableResult
-
-
Method Details
-
isElement
public boolean isElement()- Specified by:
isElementin interfaceOResult- Overrides:
isElementin classOResultInternal
-
getProperty
Description copied from interface:OResultreturns a property from the result- Specified by:
getPropertyin interfaceOResult- Overrides:
getPropertyin classOResultInternal- Type Parameters:
T-- Parameters:
name- the property name- Returns:
- the property value. If the property value is a persistent record, it only returns the
RID. See also
OResult.getElementProperty(String)OResult.getVertexProperty(String)OResult.getEdgeProperty(String)OResult.getBlobProperty(String)
-
toElement
- Specified by:
toElementin interfaceOResult- Overrides:
toElementin classOResultInternal
-
setProperty
- Overrides:
setPropertyin classOResultInternal
-
removeProperty
- Overrides:
removePropertyin classOResultInternal
-