org.kuali.common.jdbc.vendor.model
Class VendorSql

java.lang.Object
  extended by org.kuali.common.jdbc.vendor.model.VendorSql

public final class VendorSql
extends Object


Constructor Summary
VendorSql(AdminSql admin, DbaSql dba, Properties all)
           
 
Method Summary
 AdminSql getAdmin()
           
 Properties getAll()
           
 DbaSql getDba()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VendorSql

public VendorSql(AdminSql admin,
                 DbaSql dba,
                 Properties all)
Method Detail

getAdmin

public AdminSql getAdmin()

getDba

public DbaSql getDba()

getAll

public Properties getAll()


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