wxSQLite3ScalarFunction Class Reference

Interface for user defined scalar functions. More...

#include <wxsqlite3.h>

List of all members.

Public Member Functions

virtual ~wxSQLite3ScalarFunction ()
 Virtual destructor.
virtual void Execute (wxSQLite3FunctionContext &ctx)=0
 Execute the scalar function.


Detailed Description

Interface for user defined scalar functions.

Constructor & Destructor Documentation

virtual wxSQLite3ScalarFunction::~wxSQLite3ScalarFunction (  )  [inline, virtual]

Virtual destructor.


Member Function Documentation

virtual void wxSQLite3ScalarFunction::Execute ( wxSQLite3FunctionContext ctx  )  [pure virtual]

Execute the scalar function.

This method is invoked for each appearance of the scalar function in the SQL query.

Parameters:
ctx function context which can be used to access arguments and result value


The documentation for this class was generated from the following file:

Generated on Thu Jan 15 19:47:00 2009 for wxSQLite3 by  doxygen 1.5.6