|
36 | 36 |
|
37 | 37 | #include"fmgr.h" |
38 | 38 |
|
39 | | -/* |
40 | | - * External declarations |
41 | | - */ |
42 | | -externDatumdblink_connect(PG_FUNCTION_ARGS); |
43 | | -externDatumdblink_disconnect(PG_FUNCTION_ARGS); |
44 | | -externDatumdblink_open(PG_FUNCTION_ARGS); |
45 | | -externDatumdblink_close(PG_FUNCTION_ARGS); |
46 | | -externDatumdblink_fetch(PG_FUNCTION_ARGS); |
47 | | -externDatumdblink_record(PG_FUNCTION_ARGS); |
48 | | -externDatumdblink_send_query(PG_FUNCTION_ARGS); |
49 | | -externDatumdblink_get_result(PG_FUNCTION_ARGS); |
50 | | -externDatumdblink_get_connections(PG_FUNCTION_ARGS); |
51 | | -externDatumdblink_is_busy(PG_FUNCTION_ARGS); |
52 | | -externDatumdblink_cancel_query(PG_FUNCTION_ARGS); |
53 | | -externDatumdblink_error_message(PG_FUNCTION_ARGS); |
54 | | -externDatumdblink_exec(PG_FUNCTION_ARGS); |
55 | | -externDatumdblink_get_pkey(PG_FUNCTION_ARGS); |
56 | | -externDatumdblink_build_sql_insert(PG_FUNCTION_ARGS); |
57 | | -externDatumdblink_build_sql_delete(PG_FUNCTION_ARGS); |
58 | | -externDatumdblink_build_sql_update(PG_FUNCTION_ARGS); |
59 | | -externDatumdblink_current_query(PG_FUNCTION_ARGS); |
60 | | -externDatumdblink_get_notify(PG_FUNCTION_ARGS); |
61 | | -externDatumdblink_fdw_validator(PG_FUNCTION_ARGS); |
62 | | - |
63 | 39 | #endif/* DBLINK_H */ |