wxSQLite3 4.9.12
|
User defined function for REGEXP operator. More...
#include <wxsqlite3.h>
Public Member Functions | |
wxSQLite3RegExpOperator (int flags=wxRE_DEFAULT) | |
Constructor. | |
virtual | ~wxSQLite3RegExpOperator () |
Virtual destructor. | |
virtual void | Execute (wxSQLite3FunctionContext &ctx) |
Execute the scalar function. | |
Public Member Functions inherited from wxSQLite3ScalarFunction | |
wxSQLite3ScalarFunction () | |
Constructor. | |
virtual | ~wxSQLite3ScalarFunction () |
Virtual destructor. | |
User defined function for REGEXP operator.
wxSQLite3RegExpOperator::wxSQLite3RegExpOperator | ( | int | flags = wxRE_DEFAULT | ) |
Constructor.
|
virtual |
Virtual destructor.
|
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 |
Implements wxSQLite3ScalarFunction.