diff options
author | Bruce Momjian | 2004-03-05 00:47:01 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-03-05 00:47:01 +0000 |
commit | 65a0db19f48920d4be4607fca15634cf6b0a3d3b (patch) | |
tree | b8c81e24ff7968001325c9ded5e7d76d5a917c30 /contrib/xml2/xpath.c | |
parent | 202cbdca0322d2606d744f260824e82826fe6a71 (diff) |
Add new SPI functions for use by PL/Java:
+extern Oid SPI_getargtypeid(void *plan, int argIndex);
+extern int SPI_getargcount(void *plan);
+extern bool SPI_is_cursor_plan(void *plan);
Thomas Hallgren
Diffstat (limited to 'contrib/xml2/xpath.c')
0 files changed, 0 insertions, 0 deletions