#include <vdbl_viewdbase.h>
Inheritance diagram for _VDBL_viewdbase:

Public Methods | |
| _VDBL_tableid | get_tableid (const std::string &_C_i) const |
| bool | has_view (const _VDBL_tableid &_C_i) const |
| bool | has_view (const std::string &_C_i) const |
| _VDBL_view * | get_view (const _VDBL_tableid &_C_i) const |
| _VDBL_view * | get_view (const std::string &_C_i) const |
| _VDBL_viewdbase () | |
| _VDBL_viewdbase (const _VDBL_database &_db, const _VDBL_userid &uid, const _VDBL_context &__c) | |
| template<template< class _C, class _A > class _SqCtr, class _Al> | _VDBL_viewdbase (const _VDBL_database &_db, const _VDBL_userid &uid, const _VDBL_context &__c, const _SqCtr< std::pair< _VDBL_tableid, _VDBL_rowid >, _Al > &__an) |
| virtual | ~_VDBL_viewdbase () |
Definition at line 50 of file vdbl_viewdbase.h.
|
|
standard constructor Definition at line 115 of file vdbl_viewdbase.h. |
|
||||||||||||||||
|
constructor which builds a view to the database from
Definition at line 122 of file vdbl_viewdbase.h. |
|
||||||||||||||||||||||||
|
constructor which builds a view to the database from
Definition at line 143 of file vdbl_viewdbase.h. |
|
|
standard destructor Definition at line 160 of file vdbl_viewdbase.h. |
|
|
return the table id (and view id) of table Definition at line 65 of file vdbl_viewdbase.h. |
|
|
this method returns a pointer to the view Reimplemented in viewdbase. Definition at line 109 of file vdbl_viewdbase.h. |
|
|
this method returns a pointer to the view associated to id Definition at line 97 of file vdbl_viewdbase.h. |
|
|
check whether the view Definition at line 91 of file vdbl_viewdbase.h. |
|
|
check whether a given view (associated to table id Definition at line 79 of file vdbl_viewdbase.h. |
1.2.18