SourcePro DB
:
DB Interface Module User’s Guide
:
PART I Introduction
:
Class Overview
:
Kinds of Classes
: Data Manipulation Classes
Data Manipulation Classes
Also essential to the DB Interface Module are the data manipulation classes, which encapsulate common database operations.
RWDBSelector
,
RWDBUpdater
,
RWDBInserter
, and
RWDBDeleter
correspond to the basic database operations
select, update, insert,
and
delete
respectively.
RWDBSelectorBase
and
RWDBCompoundSelector
are related to these.
RWDBResult
,
RWDBReader
, and
RWDBCursor
are used to process results.
This site works best with JavaScript enabled