aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/pgtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/odbc/pgtypes.h')
-rw-r--r--src/interfaces/odbc/pgtypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/odbc/pgtypes.h b/src/interfaces/odbc/pgtypes.h
index e83ec040abd..b1da5aa2538 100644
--- a/src/interfaces/odbc/pgtypes.h
+++ b/src/interfaces/odbc/pgtypes.h
@@ -61,10 +61,12 @@
#define PG_TYPE_TIMESTAMP 1296
extern Int4 pgtypes_defined[];
+extern Int2 sqlTypes[];
/* Defines for pgtype_precision */
#define PG_STATIC -1
+Int4 sqltype_to_pgtype(Int2 fSqlType);
Int2 pgtype_to_sqltype(StatementClass *stmt, Int4 type);
Int2 pgtype_to_ctype(StatementClass *stmt, Int4 type);