Uses of Interface
com.easyjf.dbo.sql.ISqlQuery

Packages that use ISqlQuery
com.easyjf.dbo   
com.easyjf.dbo.sql   
 

Uses of ISqlQuery in com.easyjf.dbo
 

Constructors in com.easyjf.dbo with parameters of type ISqlQuery
EasyJDBEngine(javax.sql.DataSource dataSource, ISqlQuery sqlQuery)
           
 

Uses of ISqlQuery in com.easyjf.dbo.sql
 

Classes in com.easyjf.dbo.sql that implement ISqlQuery
 class MSSqlServerQuery
          MS SqlServer的sql查询语句处理程序
 class MySqlQuery
          MySql数据为的Sql查询语句处理程序