public class OScriptResultSets extends Object
Used in script results with conversion to OResult for single iteration Created by Enrico Risa on 27/01/17.
Constructor and Description |
---|
OScriptResultSets() |
Modifier and Type | Method and Description |
---|---|
static OScriptResultSet |
empty()
Empty result set
|
static OScriptResultSet |
singleton(Object entity,
OScriptTransformer transformer)
Result set with a single result;
|
public static OScriptResultSet empty()
public static OScriptResultSet singleton(Object entity, OScriptTransformer transformer)
Copyright © 2009–2020 OrientDB. All rights reserved.