
public class ODefaultSQLMethodFactory extends Object implements OSQLMethodFactory
| Constructor and Description |
|---|
ODefaultSQLMethodFactory() |
| Modifier and Type | Method and Description |
|---|---|
OSQLMethod |
createMethod(String name)
Create method for the given name.
|
Set<String> |
getMethodNames() |
boolean |
hasMethod(String iName) |
void |
register(String iName,
Object iImplementation) |
public boolean hasMethod(String iName)
hasMethod in interface OSQLMethodFactorypublic Set<String> getMethodNames()
getMethodNames in interface OSQLMethodFactorypublic OSQLMethod createMethod(String name) throws OCommandExecutionException
OSQLMethodFactorycreateMethod in interface OSQLMethodFactoryOCommandExecutionException - : when method creation failCopyright © 2009–2025 OrientDB. All rights reserved.