Class OCommandParameters

java.lang.Object
com.orientechnologies.orient.core.sql.OCommandParameters
All Implemented Interfaces:
Iterable<Map.Entry<Object,Object>>

public class OCommandParameters extends Object implements Iterable<Map.Entry<Object,Object>>
Container of arguments. Manages also the ordinal arguments.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)