veil_variable_t Struct Reference

#include <veil_datatypes.h>

Collaboration diagram for veil_variable_t:

Collaboration graph

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 369 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 Fri Mar 12 08:38:48 2010 for Veil by  doxygen 1.5.6