| wxSQLite3
    3.3.0
    | 
Interface for user defined scalar functions. More...
#include <wxsqlite3.h>
| Public Member Functions | |
| wxSQLite3ScalarFunction () | |
| Constructor.  More... | |
| virtual | ~wxSQLite3ScalarFunction () | 
| Virtual destructor.  More... | |
| virtual void | Execute (wxSQLite3FunctionContext &ctx)=0 | 
| Execute the scalar function.  More... | |
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 | 
 1.8.10
 1.8.10