diff --git a/jOOQ-website/src/main/resources/manual-3.1.xml b/jOOQ-website/src/main/resources/manual-3.1.xml index 7cdcad82be..416511fa23 100644 --- a/jOOQ-website/src/main/resources/manual-3.1.xml +++ b/jOOQ-website/src/main/resources/manual-3.1.xml @@ -1367,6 +1367,7 @@ DSLContext create = DSL.using(connection, dialect);]]>
  • : The dialect of your database. This may be any of the currently supported database types (see for more details)
  • : An optional runtime configuration (see for more details)
  • : An optional reference to a provider class that can provide execute listeners to jOOQ (see for more details)
  • +
  • : An optional reference to a provider class that can provide record mappers to jOOQ (see for more details)
  • Any of these: