Here are the classes, structs, unions and interfaces with brief descriptions:
SDB::Data::SDBCommand | Represents an SQL statement or stored procedure to execute against a data source |
SDB::Data::SDBCommandBuilder | Automatically generates single-table commands used to reconcile changes made to a DataSet with the associated data source |
SDB::Data::SDBConnection | Represents an open connection to the database instance |
SDB::Data::SDBDataReader | Provides a class for reading data rows from the database |
SDB::Data::SDBException | The exception that is generated when a warning or error occured |
SDB::Data::SDBParameter | Represents the parameter for a SDBCommand |
SDB::Data::SDBParameterCollection | Represents a collection of parameters relevant to an SDBCommand |
SDB::Data::SDBTransaction | Represents transaction object to the database |