-
- Downloads
Add PQprepare/PQsendPrepared functions to libpq to support preparing
statements without necessarily specifying the datatypes of their parameters. Abhijit Menon-Sen with some help from Tom Lane.
Showing
- doc/src/sgml/libpq.sgml 119 additions, 16 deletionsdoc/src/sgml/libpq.sgml
- src/interfaces/libpq/exports.txt 3 additions, 0 deletionssrc/interfaces/libpq/exports.txt
- src/interfaces/libpq/fe-exec.c 115 additions, 5 deletionssrc/interfaces/libpq/fe-exec.c
- src/interfaces/libpq/fe-protocol3.c 11 additions, 2 deletionssrc/interfaces/libpq/fe-protocol3.c
- src/interfaces/libpq/libpq-fe.h 7 additions, 1 deletionsrc/interfaces/libpq/libpq-fe.h
- src/interfaces/libpq/libpq-int.h 10 additions, 3 deletionssrc/interfaces/libpq/libpq-int.h
Loading
Please register or sign in to comment