Uses of Class
Opf.Datasource.Db.Sql

Packages that use Sql
Opf.Datasource.Db 
Opf.Datasource.Db.MsSql 
Opf.Datasource.Db.Oracle 

Uses of Sql in Opf.Datasource.Db
 

Fields in Opf.Datasource.Db declared as Sql
SqlDbCommandBuilder.SqlDialect
          
 

Constructors in Opf.Datasource.Db with parameters of type Sql
DbCommandBuilder.DbCommandBuilder(Sql sql)
          
SingleTableStrategy.SingleTableStrategy(Sql sql)
          
 

Uses of Sql in Opf.Datasource.Db.MsSql
 

Classes in Opf.Datasource.Db.MsSql that implement Sql
class TSql
          
Specialization of Sql for Microsoft Sql Server
 

Uses of Sql in Opf.Datasource.Db.Oracle
 

Classes in Opf.Datasource.Db.Oracle that implement Sql
class PlSql
          
Specialization of Sql for Oracle