diff options
| author | Marc Boeren <mboeren@php.net> | 2003-09-05 08:39:26 +0000 |
|---|---|---|
| committer | Marc Boeren <mboeren@php.net> | 2003-09-05 08:39:26 +0000 |
| commit | e3929cc33a3bac5e68e3e3f537cbeab8728078c4 (patch) | |
| tree | ff576a178c30b7380cc03872277e87caab4a3255 /ext/dbx/dbx.h | |
| parent | 79e5df27af3d210550c475d20151fb72154f71db (diff) | |
| download | php-git-e3929cc33a3bac5e68e3e3f537cbeab8728078c4.tar.gz | |
Added DBX_RESULT_UNBUFFERED flag for dbx_query.
Added dbx_fetch_row() function.
Added/updated tests for both.
@Added DBX_RESULT_UNBUFFERED flag for dbx_query. (Marc)
@Added dbx_fetch_row() function. (Marc)
Diffstat (limited to 'ext/dbx/dbx.h')
| -rw-r--r-- | ext/dbx/dbx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dbx/dbx.h b/ext/dbx/dbx.h index eb784e8e91..d627921a8b 100644 --- a/ext/dbx/dbx.h +++ b/ext/dbx/dbx.h @@ -40,6 +40,7 @@ #define DBX_COLNAMES_UNCHANGED (1<<3) #define DBX_COLNAMES_UPPERCASE (1<<4) #define DBX_COLNAMES_LOWERCASE (1<<5) +#define DBX_RESULT_UNBUFFERED (1<<6) #define DBX_CMP_NATIVE (1<<0) #define DBX_CMP_TEXT (1<<1) |
