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 300 of file veil_datatypes.h.


Data Fields

char * name
char * type
bool shared
char * name
char * type

Field Documentation

char* veil_variable_t::name

The name of the variable

Definition at line 301 of file veil_datatypes.h.

char* veil_variable_t::type

The type of the variable (eg "Bitmap")

Definition at line 302 of file veil_datatypes.h.

bool veil_variable_t::shared

Whether this is a shared variable (as opposed to a session variable)

Definition at line 303 of file veil_datatypes.h.

char* veil_variable_t::name

The name of the variable

Definition at line 253 of file veil_shmem.h.

char* veil_variable_t::type

The type of the variable (eg "Bitmap")

Definition at line 254 of file veil_shmem.h.


The documentation for this struct was generated from the following files:
Generated on Tue Mar 11 10:08:40 2008 for Veil by  doxygen 1.5.4