wxSQLite3 4.9.12
|
Interface for user defined scalar functions. More...
#include <wxsqlite3.h>
Public Member Functions | |
wxSQLite3ScalarFunction () | |
Constructor. | |
virtual | ~wxSQLite3ScalarFunction () |
Virtual destructor. | |
virtual void | Execute (wxSQLite3FunctionContext &ctx)=0 |
Execute the scalar function. | |
Interface for user defined scalar functions.
|
inline |
Constructor.
|
inlinevirtual |
Virtual destructor.
|
pure virtual |
Execute the scalar function.
This method is invoked for each appearance of the scalar function in the SQL query.
ctx | function context which can be used to access arguments and result value |
Implemented in wxSQLite3RegExpOperator.