diff options
Diffstat (limited to 'storage/connect/odbconn.h')
-rw-r--r-- | storage/connect/odbconn.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/connect/odbconn.h b/storage/connect/odbconn.h index 24f5898743e..7f1567eaa70 100644 --- a/storage/connect/odbconn.h +++ b/storage/connect/odbconn.h @@ -143,6 +143,7 @@ class ODBConn : public BLOCK { bool ExecuteSQL(void);
bool BindParam(ODBCCOL *colp);
int GetCatInfo(CATPARM *cap);
+ bool GetDataSources(PQRYRES qrp);
public:
// Set special options
|