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
sqlite_regexp_func
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.
Definition
sqlite_extensions.cpp:14
src
sqlite_extensions.h
Generated by
1.12.0