diff options
| author | Michael Meskes <meskes@postgresql.org> | 2004-07-04 15:02:24 +0000 |
|---|---|---|
| committer | Michael Meskes <meskes@postgresql.org> | 2004-07-04 15:02:24 +0000 |
| commit | 8715789928dfea256334e849799bf57064a5b227 (patch) | |
| tree | 6ae76d52f93a8fc69552c93bfdb0501805979277 /src/interfaces/ecpg/ecpglib/extern.h | |
| parent | a72dd7a9e4ddf8a9bc3443b4d10d6fef767ad066 (diff) | |
Made sure SET DESCRIPTOR accepts all data types including constants.
Diffstat (limited to 'src/interfaces/ecpg/ecpglib/extern.h')
| -rw-r--r-- | src/interfaces/ecpg/ecpglib/extern.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/ecpglib/extern.h b/src/interfaces/ecpg/ecpglib/extern.h index c644ff292da..74a8b046c92 100644 --- a/src/interfaces/ecpg/ecpglib/extern.h +++ b/src/interfaces/ecpg/ecpglib/extern.h @@ -124,6 +124,8 @@ PGresult **ECPGdescriptor_lvalue (int line, const char *descriptor); bool ECPGstore_result (const PGresult * results, int act_field, const struct statement *stmt, struct variable *var); +bool ECPGstore_input(const int, const bool, const struct variable *, const char **, bool *); +void ECPGget_variable(va_list *, enum ECPGttype, struct variable *, bool); /* SQLSTATE values generated or processed by ecpglib (intentionally * not exported -- users should refer to the codes directly) */ |
