Uses of Class
org.jooq.meta.jaxb.Jdbc
Packages that use Jdbc
-
Uses of Jdbc in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as JdbcMethods in org.jooq.meta.jaxb that return JdbcModifier and TypeMethodDescriptionObjectFactory.createJdbc()Create an instance ofJdbcConfiguration.getJdbc()The JDBC configuration element contains information about how to set up the database connection used for source code generation.Jdbc.withAutoCommit(Boolean value) The value of the JDBC autocommit flag.Jdbc.withDriver(String value) The JDBC driver class.Jdbc.withInitScript(String value) A script to run after creating the JDBC connection, and before running the code generator.Jdbc.withInitSeparator(String value) The separator used to separate statements in the initScript, defaulting to ";".Jdbc.withPassword(String value) The JDBC connection password.Jdbc.withProperties(Collection<Property> values) Jdbc.withProperties(List<Property> properties) Jdbc.withProperties(Property... values) Jdbc.withSchema(String value) Deprecated.Use database schema configuration elements instead.Jdbc.withSecurityProvider(String value) The JDBC connection URL.Jdbc.withUrlProperty(String value) The system property name that describes the JDBC connection URL.The JDBC connection user.Jdbc.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 JdbcModifier and TypeMethodDescriptionvoidThe JDBC configuration element contains information about how to set up the database connection used for source code generation.The JDBC configuration element contains information about how to set up the database connection used for source code generation.