diff options
| author | Thies C. Arntzen <thies@php.net> | 2001-07-14 12:45:42 +0000 |
|---|---|---|
| committer | Thies C. Arntzen <thies@php.net> | 2001-07-14 12:45:42 +0000 |
| commit | 3db0b1813a6de71f376eb3c423890ea20262e137 (patch) | |
| tree | 3b55035455e5384da22b15991cd6c343eb10f3be | |
| parent | b594f4a34db712a141968be345d869d34d878925 (diff) | |
| download | php-git-3db0b1813a6de71f376eb3c423890ea20262e137.tar.gz | |
clearify ocisetprefetch
| -rw-r--r-- | ext/oci8/oci8.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 1a81a2ecbb..5ee81ad19c 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -4077,8 +4077,8 @@ PHP_FUNCTION(ociparse) /* }}} */ -/* {{{ proto int ocisetprefetch(int conn, string query) - Set a prefetch query??? */ +/* {{{ proto int ocisetprefetch(int stmt, int prefetch_rows) + sets the number of rows to be prefetched on execute to prefetch_rows for stmt */ PHP_FUNCTION(ocisetprefetch) { |
