veil_variable_t Struct Reference

#include <veil_datatypes.h>


Detailed Description

Describes a veil shared or session variable.

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 378 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).

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

Generated on Mon Sep 12 15:27:00 2011 for Veil by  doxygen 1.5.6