
public abstract class OAbstractSQLMethod extends Object implements OSQLMethod
| Constructor and Description |
|---|
OAbstractSQLMethod(String name) |
OAbstractSQLMethod(String name,
int nbparams) |
OAbstractSQLMethod(String name,
int minparams,
int maxparams) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(OSQLMethod o) |
boolean |
evaluateParameters() |
int |
getMaxParams() |
int |
getMinParams() |
String |
getName() |
protected Object |
getParameterValue(OIdentifiable iRecord,
String iValue) |
String |
getSyntax()
Returns a convinient SQL String representation of the method.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexecutepublic OAbstractSQLMethod(String name)
public OAbstractSQLMethod(String name, int nbparams)
public OAbstractSQLMethod(String name, int minparams, int maxparams)
public String getName()
getName in interface OSQLMethodpublic String getSyntax()
OSQLMethodExample :
field.myMethod( param1, param2, [optionalParam3])This text will be used in exception messages.
getSyntax in interface OSQLMethodpublic int getMinParams()
getMinParams in interface OSQLMethodpublic int getMaxParams()
getMaxParams in interface OSQLMethodprotected Object getParameterValue(OIdentifiable iRecord, String iValue)
public int compareTo(OSQLMethod o)
compareTo in interface Comparable<OSQLMethod>public boolean evaluateParameters()
evaluateParameters in interface OSQLMethodCopyright © 2009–2025 OrientDB. All rights reserved.