An Embeddable NoSQL Database Engine |
Tweet |
Follow @unqlite_db |
UnQLite C/C++ API Reference - Delete a constant.
Syntax
int unqlite_delete_constant(unqlite_vm *pVm,const char *zName);
Delete a constant.
Description
This routine remove an installed constant from the constant table.
Parameters
pVm |
A pointer to a unQLite Virtual Machine. |
zName |
A pointer to a null terminated string holding the name of the constant to be deleted. |
Return value
UNQLITE_OK is returned on success. Any other return value indicates failure (no such constant).
See also
Installing Foreign Functions, Installing Foreign Constants.
Copyright © Symisc Systems