An Embeddable NoSQL Database Engine |
Tweet |
Follow @unqlite_db |
UnQLite C/C++ API Reference - extract Foreign Function Name.
Syntax
const char * unqlite_function_name(unqlite_context *pCtx);
Return the name of the foreign function being invoked.
Description
This
routine return the name
of the foreign function being invoked from the Jx9 call frame.
This routine accepts as its first argument a pointer to a unqlite_context which mean that it is designed to be invoked only from a foreign function.
This routine never fail and always return a pointer to a null terminated string.
Parameters
pCtx |
Foreign function Call Context. |
Return value
A pointer to a null terminated string holding the foreign function name.
See also
Copyright © Symisc Systems