summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/bind.h
diff options
context:
space:
mode:
authorByron Nikolaidis <byronn@insightdist.com>1998-12-29 01:49:58 +0000
committerByron Nikolaidis <byronn@insightdist.com>1998-12-29 01:49:58 +0000
commit6d7735e7f0112ba0bdffd57f8197fccb0a0da84a (patch)
tree4e6219b23ce89a313e6869220437a83bfb8d5ab6 /src/interfaces/odbc/bind.h
parentd73cf044f65844951ed7d9b20c1269e6827c79ce (diff)
downloadpostgresql-6d7735e7f0112ba0bdffd57f8197fccb0a0da84a.tar.gz
Update for version 6-40-0002 and re-merge Thomas' changes.
Diffstat (limited to 'src/interfaces/odbc/bind.h')
-rw-r--r--src/interfaces/odbc/bind.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/odbc/bind.h b/src/interfaces/odbc/bind.h
index 7d19064e76..39e594f346 100644
--- a/src/interfaces/odbc/bind.h
+++ b/src/interfaces/odbc/bind.h
@@ -17,6 +17,7 @@
*/
struct BindInfoClass_ {
Int4 buflen; /* size of buffer */
+ Int4 data_left; /* amount of data left to read (SQLGetData) */
char *buffer; /* pointer to the buffer */
Int4 *used; /* used space in the buffer (for strings not counting the '\0') */
Int2 returntype; /* kind of conversion to be applied when returning (SQL_C_DEFAULT, SQL_C_CHAR...) */