| Package | Description | 
|---|---|
| org.jooq | The  org.jooqpackage contains jOOQ's public API. | 
| org.jooq.impl | The  org.jooq.implpackage contains jOOQ's implementation classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| Queries | DSLContext. ddl(Catalog catalog)Generate the complete creation script for the entire catalog. | 
| Queries | DSLContext. ddl(Catalog schema,
   DDLFlag... flags)Generate a partial creation script for the entire catalog. | 
| Queries | DSLContext. ddl(Schema schema)Generate the complete creation script for the entire schema. | 
| Queries | DSLContext. ddl(Schema schema,
   DDLFlag... flags)Generate a partial creation script for the entire schema. | 
| Queries | DSLContext. ddl(Table<?> table)Generate the complete creation script for a table. | 
| Queries | DSLContext. ddl(Table<?> table,
   DDLFlag... flags)Generate a partial creation script for a table. | 
| Queries | Parser. parse(String sql)Deprecated. 
 - [#2303] This is experimental functionality. | 
| Modifier and Type | Method and Description | 
|---|---|
| Batch | DSLContext. batch(Queries queries)Create a batch statement to execute a set of queries in batch mode
 (without bind values). | 
| Modifier and Type | Method and Description | 
|---|---|
| Queries | DefaultDSLContext. ddl(Catalog catalog) | 
| Queries | DefaultDSLContext. ddl(Catalog schema,
   DDLFlag... flags) | 
| Queries | DefaultDSLContext. ddl(Schema schema) | 
| Queries | DefaultDSLContext. ddl(Schema schema,
   DDLFlag... flags) | 
| Queries | DefaultDSLContext. ddl(Table<?> table) | 
| Queries | DefaultDSLContext. ddl(Table<?> table,
   DDLFlag... flags) | 
| static Queries | DSL. queries(Collection<? extends Query> queries)Wrap a collection of queries. | 
| static Queries | DSL. queries(Query... queries)Wrap a collection of queries. | 
| Modifier and Type | Method and Description | 
|---|---|
| Batch | DefaultDSLContext. batch(Queries queries) | 
Copyright © 2017. All Rights Reserved.