SoftwareSphere Home

MFCPlus Class Library

Package MFXDB

Classes for using relational databases.

CDBBoolField Class to contain a field of boolean type.
CDBByteField Class to contain a field of byte type.
CDBConnection Represents a connection to a database.
CDBDataColumn Class to hold the information about a database column.
CDBDataRow Holds the data of a table row.
CDBDataTable Extension of CDataTable which can load its content from a database query.
CDBDateField Class to contain a field of date type.
CDBDoc Class that represents a document which can be loaded and saved from a relational database.
CDBDocException Class of exception for the database document operations.
CDBDocItem Class to represent an item in a database document.
CDBDocItemList Class to maintain a list of items in a database document.
CDBDocParser Class to parse the description of a database document.
CDBDocRecord Class that represents the base part of a database document.
CDBDocument Class that represents a CDocument derived document that can be stored in a relational database.
CDBDoubleField Class to contain a field of double type.
CDBFieldFactory This is a factory class which can create the field objects basing on the type.
CDBFieldValidator Base class for record validators which check a single field value.
CDBFieldValidatorFactory Factory class to create field validator objects.
CDBFieldValidatorSet Represents a set of field validators which has to be executed on a record.
CDBFloatField Class to contain a field of float type.
CDBIntervalValidator Class for field validattion which depends on a interval of values.
CDBLimitValidator Class for numeric field validation which depends on a single limit value.
CDBLongField Class to contain a field of long type.
CDBMoneyField Class to contain a field of money type.
CDBNumericValidator Base class for field validators for numeric fields.
CDBRecord Represents a single record and provides all the information about it.
CDBRecordException Class for exceptions of the DBRecord library.
CDBRecordField Represents a single field in a record and provides both the type information and the value.
CDBResults Represents a table of results of a database query.
CDBSnapshot Represents a snapshot of a database query.
CDBStringCharValidator Class for text field validation which uses the text character types.
CDBStringLengthValidator Class for text field validation which uses the string length.
CDBStringValidator Class of field validators for text fields.
CDBTable Represents an editable recordset.
CDBTextField Class to contain a field of text type.
CDBTimeField Class to contain a field of time type.