diff options
Diffstat (limited to 'src/interfaces/odbc/options.c')
-rw-r--r-- | src/interfaces/odbc/options.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/interfaces/odbc/options.c b/src/interfaces/odbc/options.c index a263c98c2dd..6621acadf54 100644 --- a/src/interfaces/odbc/options.c +++ b/src/interfaces/odbc/options.c @@ -36,6 +36,12 @@ extern GLOBAL_VALUES globals; +RETCODE set_statement_option(ConnectionClass *conn, + StatementClass *stmt, + UWORD fOption, + UDWORD vParam); + + RETCODE set_statement_option(ConnectionClass *conn, StatementClass *stmt, |