Verwendungen von Klasse
org.jooq.meta.jaxb.Jdbc
Packages, die Jdbc verwenden
-
Verwendungen von Jdbc in org.jooq.meta.jaxb
Felder in org.jooq.meta.jaxb, die deklariert sind als JdbcMethoden in org.jooq.meta.jaxb, die Jdbc zurückgebenModifizierer und TypMethodeBeschreibungObjectFactory.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) Veraltet.Use database schema configuration elements instead.The JDBC connection URL.The JDBC connection user.Jdbc.withUsername(String value) Just a synonym for "user" to be compatible with other Maven plugins.Methoden in org.jooq.meta.jaxb mit Parametern vom Typ JdbcModifizierer und TypMethodeBeschreibungvoidThe 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.