Veil2
Postgres extension for VPD implementations
tuple_2ints Struct Reference

#include <veil2.h>

Data Fields

int f1
 
int f2
 

Detailed Description

This is for queries that return tuples containing a pair of integers. It is passed as a fn_param value to veil2_query() and processed by a Fetch_fn().

Definition at line 29 of file veil2.h.

Field Documentation

◆ f1

int tuple_2ints::f1

Unnamed integer field

Definition at line 31 of file veil2.h.

◆ f2

int tuple_2ints::f2

Unnamed, integer field

Definition at line 33 of file veil2.h.


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