summaryrefslogtreecommitdiff
path: root/ext/sqlite/php_sqlite.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-05-13 23:51:25 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-05-13 23:51:25 +0000
commitf1c20d3b55e88478ecaa530c33aa380ac36a282e (patch)
treeaa38207f92559ead8129e250387ddb9096474dac /ext/sqlite/php_sqlite.h
parent0360a2c0122cb0b5cd8012907077bc017a203317 (diff)
downloadphp-git-f1c20d3b55e88478ecaa530c33aa380ac36a282e.tar.gz
Added sqlite_fetch_string(), for speedy fetching of data from database
cursor containing only a single column.
Diffstat (limited to 'ext/sqlite/php_sqlite.h')
-rw-r--r--ext/sqlite/php_sqlite.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sqlite/php_sqlite.h b/ext/sqlite/php_sqlite.h
index c3538dd0f0..e6aae260c3 100644
--- a/ext/sqlite/php_sqlite.h
+++ b/ext/sqlite/php_sqlite.h
@@ -48,6 +48,7 @@ PHP_FUNCTION(sqlite_close);
PHP_FUNCTION(sqlite_query);
PHP_FUNCTION(sqlite_unbuffered_query);
PHP_FUNCTION(sqlite_fetch_array);
+PHP_FUNCTION(sqlite_fetch_string);
PHP_FUNCTION(sqlite_current);
PHP_FUNCTION(sqlite_column);