Class KillSessionFunction
java.lang.Object
com.orientechnologies.orient.core.sql.functions.OSQLFunctionAbstract
com.orientechnologies.agent.functions.OSQLEnterpriseFunction
com.orientechnologies.agent.functions.KillSessionFunction
- All Implemented Interfaces:
OSQLFunction
Created by Enrico Risa on 23/07/2018.
-
Field Summary
Fields inherited from class com.orientechnologies.orient.core.sql.functions.OSQLFunctionAbstract
maxParams, minParams, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexec(Object iThis, OIdentifiable iCurrentRecord, Object iCurrentResult, Object[] iParams, OCommandContext iContext) Returns a convenient SQL String representation of the function.Methods inherited from class com.orientechnologies.agent.functions.OSQLEnterpriseFunction
execute, sameDatabaseMethods inherited from class com.orientechnologies.orient.core.sql.functions.OSQLFunctionAbstract
aggregateResults, config, filterResult, getDatabase, getDistributedStorageId, getMaxParams, getMinParams, getName, getResult, getSingleItem, getSingleProperty, mergeDistributedResult, returnDistributedResult, setResult, shouldMergeDistributedResult, toString
-
Constructor Details
-
KillSessionFunction
-
-
Method Details
-
exec
public Object exec(Object iThis, OIdentifiable iCurrentRecord, Object iCurrentResult, Object[] iParams, OCommandContext iContext) - Specified by:
execin classOSQLEnterpriseFunction
-
getSyntax
Description copied from interface:OSQLFunctionReturns a convenient SQL String representation of the function.Example :
myFunction( param1, param2, [optionalParam3])
This text will be used in exception messages.
- Returns:
- String , never null.
-
genericPermission
- Specified by:
genericPermissionin classOSQLEnterpriseFunction
-
specificPermission
- Specified by:
specificPermissionin classOSQLEnterpriseFunction
-