aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/statement.h
diff options
context:
space:
mode:
authorHiroshi Inoue <inoue@tpf.co.jp>2001-06-27 07:38:07 +0000
committerHiroshi Inoue <inoue@tpf.co.jp>2001-06-27 07:38:07 +0000
commitbbca11bf3bb33d5853ca83b1252d17c9df3ebe6f (patch)
tree115f63c7f6f46ee501b07acfdda49757ba395e66 /src/interfaces/odbc/statement.h
parentef20f0ce255a76973b48ab24e813beff7c5446a1 (diff)
downloadpostgresql-bbca11bf3bb33d5853ca83b1252d17c9df3ebe6f.tar.gz
postgresql-bbca11bf3bb33d5853ca83b1252d17c9df3ebe6f.zip
Handle Procedure calls.
Now the version is 7.01.0006.
Diffstat (limited to 'src/interfaces/odbc/statement.h')
-rw-r--r--src/interfaces/odbc/statement.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/odbc/statement.h b/src/interfaces/odbc/statement.h
index 3f2fef5db7d..f27c4cc138d 100644
--- a/src/interfaces/odbc/statement.h
+++ b/src/interfaces/odbc/statement.h
@@ -98,6 +98,7 @@ enum
STMT_TYPE_DROP,
STMT_TYPE_GRANT,
STMT_TYPE_REVOKE,
+ STMT_TYPE_PROCCALL
};
#define STMT_UPDATE(stmt) (stmt->statement_type > STMT_TYPE_SELECT)