Uses of Class
org.jooq.meta.jaxb.Jdbc
-
Packages that use Jdbc Package Description org.jooq.meta.jaxb -
-
Uses of Jdbc in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as Jdbc Modifier and Type Field Description protected JdbcConfiguration. jdbcMethods in org.jooq.meta.jaxb that return Jdbc Modifier and Type Method Description JdbcObjectFactory. createJdbc()Create an instance ofJdbcJdbcConfiguration. getJdbc()The JDBC configuration element contains information about how to set up the database connection used for source code generation.JdbcJdbc. withAutoCommit(Boolean value)JdbcJdbc. withDriver(String value)The JDBC driver class.JdbcJdbc. withPassword(String value)The JDBC connection password.JdbcJdbc. withProperties(Collection<Property> values)JdbcJdbc. withProperties(List<Property> properties)JdbcJdbc. withProperties(Property... values)JdbcJdbc. withSchema(String value)Deprecated.Use database schema configuration elements instead.JdbcJdbc. withUrl(String value)The JDBC connection URL.JdbcJdbc. withUser(String value)The JDBC connection user.JdbcJdbc. withUsername(String value)Just a synonym for "user" to be compatible with other Maven plugins.Methods in org.jooq.meta.jaxb with parameters of type Jdbc Modifier and Type Method Description voidConfiguration. setJdbc(Jdbc value)The JDBC configuration element contains information about how to set up the database connection used for source code generation.ConfigurationConfiguration. withJdbc(Jdbc value)The JDBC configuration element contains information about how to set up the database connection used for source code generation.
-