|
CCmndBase Class Overview class CCmndBase : virtual public CPureBase CCmndBase mainly wraps the functions of interface ICommandText. Additionally, it provides a method CCmndBase::GetSession to retrieve a session object. Usually, you shouldn't instantiate a CCmndBase object directly. CCmndBase is served as a base class for a number of sub-classes, CParamBase, CDataset, CBulkRecord<T> and CFRowset<T> |