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