summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/statement.h
diff options
context:
space:
mode:
authorHiroshi Inoue <inoue@tpf.co.jp>2001-08-18 04:30:47 +0000
committerHiroshi Inoue <inoue@tpf.co.jp>2001-08-18 04:30:47 +0000
commit0c439e5ef6efbb13313718493d00be7a3f66acd3 (patch)
tree4b32836d3cf29f7884cc207a4a1baad46c10a527 /src/interfaces/odbc/statement.h
parent58d4f951ea193db219e9da66e07c73b8aa3f06db (diff)
1) Change all internal SQL function calls from
SQLxxxx() to PGAPI_xxxx(). 2) Handle an escaped date/time format as a parameter. 3) Improve the tuple allocation a little. 4) The preparation of ODBC 3.0 a little. 5) Updatable cursors(may be deprecated before long).
Diffstat (limited to 'src/interfaces/odbc/statement.h')
-rw-r--r--src/interfaces/odbc/statement.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interfaces/odbc/statement.h b/src/interfaces/odbc/statement.h
index f27c4cc138d..6250a934a5a 100644
--- a/src/interfaces/odbc/statement.h
+++ b/src/interfaces/odbc/statement.h
@@ -49,6 +49,8 @@ typedef enum
STMT_EXECUTING /* statement execution is still going on */
} STMT_Status;
+#define STMT_ROW_VERSION_CHANGED (-4)
+#define STMT_POS_BEFORE_RECORDSET (-3)
#define STMT_TRUNCATED (-2)
#define STMT_INFO_ONLY (-1) /* not an error message,
* just a notification
@@ -83,6 +85,7 @@ typedef enum
#define STMT_OPERATION_INVALID 25
#define STMT_PROGRAM_TYPE_OUT_OF_RANGE 26
#define STMT_BAD_ERROR 27
+#define STMT_INVALID_OPTION_IDENTIFIER 28
/* statement types */
enum