docudb  1.0
Loading...
Searching...
No Matches
sqlite_extensions.h
Go to the documentation of this file.
1#pragma once
2
3#include <sqlite3.h>
4
5#ifndef SQLITE_EXT_H
6#define SQLITE_EXT_H
7
8 void sqlite_regexp_func(sqlite3_context* context, int argc, sqlite3_value** argv);
9
10#endif //SQLITE_EXT_H
void sqlite_regexp_func(sqlite3_context *context, int argc, sqlite3_value **argv)
Implements the REGEXP operator for SQLite. Called by SQLite when expr REGEXP pattern is evaluated.