#include <veil_datatypes.h>

This matches the SQL veil_variable_t which is defined as:
create type veil_variable_t as (
name text,
type text,
shared bool,
);
Definition at line 300 of file veil_datatypes.h.
Data Fields | |
| char * | name |
| The name of the variable. | |
| char * | type |
| The type of the variable (eg "Bitmap"). | |
| bool | shared |
| Whether this is a shared variable (as opposed to a session variable). | |
| char * | name |
| The name of the variable. | |
| char * | type |
| The type of the variable (eg "Bitmap"). | |
1.5.4