gda.meta_view

Module for [MetaView] class

class MetaView

Types 1

This structure specifies a #GdaMetaDbObject to represent a view's specific attributes, its contents must not be modified.

Fields
GdaMetaView _cInstance
Methods
void * _cPtr()
gda.meta_table.MetaTable table() @propertyGet `table` field. Returns: a view is also a table as it has columns
string viewDef() @propertyGet `viewDef` field. Returns: views' definition
void viewDef(string propval) @propertySet `viewDef` field. Params: propval = views' definition
bool isUpdatable() @propertyGet `isUpdatable` field. Returns: tells if the view's contents can be updated
void isUpdatable(bool propval) @propertySet `isUpdatable` field. Params: propval = tells if the view's contents can be updated
Constructors
this(void * ptr, Flag!"Take" take)