|
PostgreSQL Source Code git master
|
#include <copyapi.h>
Data Fields | |
| void(* | CopyToOutFunc )(CopyToState cstate, Oid atttypid, FmgrInfo *finfo) |
| void(* | CopyToStart )(CopyToState cstate, TupleDesc tupDesc) |
| void(* | CopyToOneRow )(CopyToState cstate, TupleTableSlot *slot) |
| void(* | CopyToEnd )(CopyToState cstate) |
| void(* CopyToRoutine::CopyToEnd) (CopyToState cstate) |
Definition at line 54 of file copyapi.h.
Referenced by DoCopyTo().
| void(* CopyToRoutine::CopyToOneRow) (CopyToState cstate, TupleTableSlot *slot) |
Definition at line 49 of file copyapi.h.
Referenced by CopyOneRowTo().
| void(* CopyToRoutine::CopyToOutFunc) (CopyToState cstate, Oid atttypid, FmgrInfo *finfo) |
Definition at line 34 of file copyapi.h.
Referenced by DoCopyTo().
| void(* CopyToRoutine::CopyToStart) (CopyToState cstate, TupleDesc tupDesc) |
Definition at line 44 of file copyapi.h.
Referenced by DoCopyTo().