Rudiments
|
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) |
mvcproperties * | getProperties () |
void | setSecurity (mvcsecurity *sec) |
mvcsecurity * | getSecurity () |
Public Member Functions inherited from object | |
virtual | ~object () |
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.
|
inline |
Creates an instance of the mvcdao class.
|
inlinevirtual |
Deletes this instance of the mvcdao class.