RaghavendraK 70574
<[EMAIL PROTECTED]> wrote:
Will this function receive the database column values or indexes?

Why don't you read the fine manual?

http://sqlite.org/capi3ref.html#sqlite3_create_function

The function receives an array of sqlite3_value* pointers, one for each argument. There is a set of APIs for extracting information from these structures - see sqlite3_value_* . The function reports its return value by calling one of sqlite3_result_* APIs.

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to