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

Packages that use Schema
org.jooq.util   
org.jooq.util.jaxb   
 

Uses of Schema in org.jooq.util
 

Method parameters in org.jooq.util with type arguments of type Schema
 void Database.setConfiguredSchemata(List<Schema> schemata)
          The input and output schemata
 void AbstractDatabase.setConfiguredSchemata(List<Schema> schemata)
           
 

Uses of Schema in org.jooq.util.jaxb
 

Fields in org.jooq.util.jaxb with type parameters of type Schema
protected  List<Schema> Database.schemata
           
 

Methods in org.jooq.util.jaxb that return Schema
 Schema Schema.withInputSchema(String value)
           
 Schema Schema.withOutputSchema(String value)
           
 

Methods in org.jooq.util.jaxb that return types with arguments of type Schema
 List<Schema> Database.getSchemata()
           
 

Methods in org.jooq.util.jaxb with parameters of type Schema
 Database Database.withSchemata(Schema... values)
           
 

Method parameters in org.jooq.util.jaxb with type arguments of type Schema
 Database Database.withSchemata(Collection<Schema> values)
           
 



Copyright © 2012. All Rights Reserved.