|
Cppgres
Build Postgres extensions in C++
|
Public Member Functions | |
| function_call_info (::FunctionCallInfo info) | |
| operator FunctionCallInfo () const | |
| short | nargs () const |
| number of arguments actually passed | |
| auto | args () const |
| passed arguments | |
| auto | arg_types () const |
| argument types | |
| auto | arg_values () const |
| typed passed argument | |
| oid | called_function_oid () const |
| called function OID | |
| type | return_type () const |
| return type | |
| oid | collation () const |