|
Veil
|
Describes a veil shared or session variable. More...
#include <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) | |
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 415 of file veil_datatypes.h.