Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help


search: keywords: ['java', 'ofunctionlibrary', 'dropfunction']

OFunctionLibrary - dropFunction()

Removes the given function from the database.

Removing Functions

OrientDB SQL supports the use of functions and user-defined functions from the console or application code. Using this method, you can remove the given function from the function library.

Syntax

void OFunctionLibrary().dropFunction(OFunction func)
void OFunctionLibrary().dropFunction(String name)
ArgumentTypeDescription
funcOFunctionDefines the function you want to remove
nameStringDefines the logical name of the function