PostgreSQL Source Code: CopyFromRoutine Struct Reference (original) (raw)
#include <[copyapi.h](copyapi%5F8h%5Fsource.html)>
Data Fields | |
---|---|
void(* | CopyFromInFunc )(CopyFromState cstate, Oid atttypid, FmgrInfo *finfo, Oid *typioparam) |
void(* | CopyFromStart )(CopyFromState cstate, TupleDesc tupDesc) |
bool(* | CopyFromOneRow )(CopyFromState cstate, ExprContext *econtext, Datum *values, bool *nulls) |
void(* | CopyFromEnd )(CopyFromState cstate) |
Definition at line 61 of file copyapi.h.
◆ CopyFromEnd
◆ CopyFromInFunc
◆ CopyFromOneRow
◆ CopyFromStart
The documentation for this struct was generated from the following file:
- src/include/commands/copyapi.h