PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
CopyToRoutine Struct Reference

#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)
 

Detailed Description

Definition at line 23 of file copyapi.h.

Field Documentation

◆ CopyToEnd

void(* CopyToRoutine::CopyToEnd) (CopyToState cstate)

Definition at line 54 of file copyapi.h.

Referenced by DoCopyTo().

◆ CopyToOneRow

void(* CopyToRoutine::CopyToOneRow) (CopyToState cstate, TupleTableSlot *slot)

Definition at line 49 of file copyapi.h.

Referenced by CopyOneRowTo().

◆ CopyToOutFunc

void(* CopyToRoutine::CopyToOutFunc) (CopyToState cstate, Oid atttypid, FmgrInfo *finfo)

Definition at line 34 of file copyapi.h.

Referenced by DoCopyTo().

◆ CopyToStart

void(* CopyToRoutine::CopyToStart) (CopyToState cstate, TupleDesc tupDesc)

Definition at line 44 of file copyapi.h.

Referenced by DoCopyTo().


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