Uses of Class
org.jooq.util.jaxb.Jdbc

Packages that use Jdbc
org.jooq.util.jaxb   
 

Uses of Jdbc in org.jooq.util.jaxb
 

Fields in org.jooq.util.jaxb declared as Jdbc
protected  Jdbc Configuration.jdbc
           
 

Methods in org.jooq.util.jaxb that return Jdbc
 Jdbc Configuration.getJdbc()
          Gets the value of the jdbc property.
 Jdbc Jdbc.withDriver(String value)
           
 Jdbc Jdbc.withPassword(String value)
           
 Jdbc Jdbc.withProperties(Collection<Property> values)
           
 Jdbc Jdbc.withProperties(Property... values)
           
 Jdbc Jdbc.withSchema(String value)
           
 Jdbc Jdbc.withUrl(String value)
           
 Jdbc Jdbc.withUser(String value)
           
 

Methods in org.jooq.util.jaxb with parameters of type Jdbc
 void Configuration.setJdbc(Jdbc value)
          Sets the value of the jdbc property.
 Configuration Configuration.withJdbc(Jdbc value)
           
 



Copyright © 2012. All Rights Reserved.