Namespace SuperOffice.Data.Dialect
Classes
DatabaseOperations
Utility class for performing database operations
DatabaseOperations.BulkImportInfo
DatabaseOperations.UserInfo
Helper class containing credentials
DatabaseOperationsFactory
Dialect
static System.Collections.Hashtable _toSqlHelper = null;
protected override Hashtable System.Collections.ToSqlHelper
{
get {return _toSqlHelper;}
set {_toSqlHelper = value;}
}
Dialect.NonParameterizedInt
FieldValueParser
Parse string values to the correct .NET type, for a given database field
MassOperations
MassOperations.RowInfo
MassResult
PostgreSqlDialect
This class contains the common SQL-syntax for PostgreSQL.
PostgreSqlMassOperations
PostgreSqlMassOperationsV2
PostgreSqlOperations
Database operations for PostgreSQL
RowStatus
SqlCommandXml
Serializer/deserializer for SqlCommand objects, to/from XML. This class is currently a prototype that will handle most SELECT queries; however, group by as well as mathematical and aggregate functions are not yet handled. Other query kinds, such as INSERT or UNION, are not yet handled at all, though it is fairly obivous how that should be implemented :-).
SqlServer8Operations
Database operations for for SQL servers 2000, 2005, 2008, 2011
SqlServerCollationMapping
SqlServerCommon
This class contains all common code for the MS SQL Server family. Specific "version-sql" will be treated in the versions different subclasses.
SqlServerMassOperations
SqlServerOperations
Database operations for for SQL servers up to and including version 7.