Rudiments
Public Member Functions | List of all members
mvcdao Class Reference

Inherits mvctier.

Public Member Functions

 mvcdao ()
 
virtual ~mvcdao ()
 
- Public Member Functions inherited from mvctier
 mvctier ()
 
virtual ~mvctier ()
 
virtual const char * getType ()
 
void setProperties (mvcproperties *prop)
 
mvcpropertiesgetProperties ()
 
void setSecurity (mvcsecurity *sec)
 
mvcsecuritygetSecurity ()
 
- Public Member Functions inherited from object
virtual ~object ()
 

Detailed Description

The mvcdao class provides a base class for MVC (Model View Controller) DAOs (Data Access Objects).

This class is not intended to be used directly, rather you should create children of this class that implements specific DAO tier functionality for your application, and use them directly.

Constructor & Destructor Documentation

◆ mvcdao()

mvcdao::mvcdao ( )
inline

Creates an instance of the mvcdao class.

◆ ~mvcdao()

virtual mvcdao::~mvcdao ( )
inlinevirtual

Deletes this instance of the mvcdao class.