Cppgres
Build Postgres extensions in C++
Loading...
Searching...
No Matches
cppgres::function_call_info Struct Reference

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
 

The documentation for this struct was generated from the following file: