Uses of Class
org.kuali.common.jdbc.sql.model.AdminSql

Packages that use AdminSql
org.kuali.common.jdbc.sql.model   
org.kuali.common.jdbc.vendor.model   
org.kuali.common.jdbc.vendor.service   
 

Uses of AdminSql in org.kuali.common.jdbc.sql.model
 

Methods in org.kuali.common.jdbc.sql.model that return AdminSql
 AdminSql SqlContext.getAdmin()
           
 

Constructors in org.kuali.common.jdbc.sql.model with parameters of type AdminSql
SqlContext(Credentials credentials, DbaSql dbaSql, AdminSql adminSql, String schema, String encoding, int threads)
           
 

Uses of AdminSql in org.kuali.common.jdbc.vendor.model
 

Methods in org.kuali.common.jdbc.vendor.model that return AdminSql
 AdminSql VendorSql.getAdmin()
           
 

Constructors in org.kuali.common.jdbc.vendor.model with parameters of type AdminSql
VendorSql(AdminSql admin, DbaSql dba, Properties all)
           
 

Uses of AdminSql in org.kuali.common.jdbc.vendor.service
 

Methods in org.kuali.common.jdbc.vendor.service that return AdminSql
protected  AdminSql DefaultDatabaseVendorService.getAdminSql(Properties sql)
           
 

Methods in org.kuali.common.jdbc.vendor.service with parameters of type AdminSql
protected  String DefaultDatabaseVendorService.getDbaAfter(String key, AdminSql adminSql, Properties sql)
           
protected  String OracleDatabaseVendorService.getDbaAfter(String key, AdminSql adminSql, Properties sql)
           
protected  String DefaultDatabaseVendorService.getDbaBefore(String key, AdminSql adminSql, Properties sql)
           
protected  DbaSql DefaultDatabaseVendorService.getDbaSql(AdminSql adminSql, Properties sql)
           
 



Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.