Commit a9d06e10 authored by Alexander Barkov's avatar Alexander Barkov

Adding a comment why TranslateSQLType is exported.

modified:
  storage/connect/value.h
parent 258c6d47
......@@ -45,6 +45,7 @@ PVAL AllocateValue(PGLOBAL, void *, short);
DllExport PSZ GetTypeName(int);
DllExport int GetTypeSize(int, int);
#ifdef ODBC_SUPPORT
/* This function is exported for use in EOM table type DLLs */
DllExport int TranslateSQLType(int stp, int prec, int& len);
#endif
DllExport char *GetFormatType(int);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment