diff options
Diffstat (limited to 'src/interfaces/odbc/pgapifunc.h')
-rw-r--r-- | src/interfaces/odbc/pgapifunc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interfaces/odbc/pgapifunc.h b/src/interfaces/odbc/pgapifunc.h index f7a72a28e43..a906a311deb 100644 --- a/src/interfaces/odbc/pgapifunc.h +++ b/src/interfaces/odbc/pgapifunc.h @@ -280,5 +280,8 @@ RETCODE SQL_API PGAPI_SetStmtAttr(HSTMT StatementHandle, RETCODE SQL_API PGAPI_SetDescField(SQLHDESC DescriptorHandle, SQLSMALLINT RecNumber, SQLSMALLINT FieldIdentifier, PTR Value, SQLINTEGER BufferLength); +RETCODE SQL_API PGAPI_GetDescField(SQLHDESC DescriptorHandle, + SQLSMALLINT RecNumber, SQLSMALLINT FieldIdentifier, + PTR Value, SQLINTEGER BufferLength, SQLINTEGER *StringLength); #endif /* ODBCVER */ #endif /* define_PG_API_FUNC_H__ */ |