Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes. |
org.jooq.util.xml.jaxb |
Modifier and Type | Method and Description |
---|---|
InformationSchema |
DSLContext.informationSchema(Catalog... catalogs)
Export a set of catalogs to the
InformationSchema format. |
InformationSchema |
DSLContext.informationSchema(Catalog catalog)
Export a catalog to the
InformationSchema format. |
InformationSchema |
DSLContext.informationSchema(Schema... schemas)
Export a set of schemas to the
InformationSchema format. |
InformationSchema |
DSLContext.informationSchema(Schema schema)
Export a schema to the
InformationSchema format. |
InformationSchema |
DSLContext.informationSchema(Table<?>... table)
Export a set of tables to the
InformationSchema format. |
InformationSchema |
DSLContext.informationSchema(Table<?> table)
Export a table to the
InformationSchema format. |
Modifier and Type | Method and Description |
---|---|
Meta |
DSLContext.meta(InformationSchema schema)
Access the databse meta data from its serialised form.
|
Modifier and Type | Method and Description |
---|---|
InformationSchema |
DefaultDSLContext.informationSchema(Catalog... catalogs) |
InformationSchema |
DefaultDSLContext.informationSchema(Catalog catalog) |
InformationSchema |
DefaultDSLContext.informationSchema(Schema... schemas) |
InformationSchema |
DefaultDSLContext.informationSchema(Schema schema) |
InformationSchema |
DefaultDSLContext.informationSchema(Table<?>... tables) |
InformationSchema |
DefaultDSLContext.informationSchema(Table<?> table) |
Modifier and Type | Method and Description |
---|---|
Meta |
DefaultDSLContext.meta(InformationSchema schema) |
Modifier and Type | Method and Description |
---|---|
InformationSchema |
ObjectFactory.createInformationSchema()
Create an instance of
InformationSchema |
InformationSchema |
InformationSchema.withColumns(java.util.Collection<Column> values) |
InformationSchema |
InformationSchema.withColumns(Column... values) |
InformationSchema |
InformationSchema.withColumns(java.util.List<Column> columns) |
InformationSchema |
InformationSchema.withIndexColumnUsages(java.util.Collection<IndexColumnUsage> values) |
InformationSchema |
InformationSchema.withIndexColumnUsages(IndexColumnUsage... values) |
InformationSchema |
InformationSchema.withIndexColumnUsages(java.util.List<IndexColumnUsage> indexColumnUsages) |
InformationSchema |
InformationSchema.withIndexes(java.util.Collection<Index> values) |
InformationSchema |
InformationSchema.withIndexes(Index... values) |
InformationSchema |
InformationSchema.withIndexes(java.util.List<Index> indexes) |
InformationSchema |
InformationSchema.withKeyColumnUsages(java.util.Collection<KeyColumnUsage> values) |
InformationSchema |
InformationSchema.withKeyColumnUsages(KeyColumnUsage... values) |
InformationSchema |
InformationSchema.withKeyColumnUsages(java.util.List<KeyColumnUsage> keyColumnUsages) |
InformationSchema |
InformationSchema.withParameters(java.util.Collection<Parameter> values) |
InformationSchema |
InformationSchema.withParameters(java.util.List<Parameter> parameters) |
InformationSchema |
InformationSchema.withParameters(Parameter... values) |
InformationSchema |
InformationSchema.withReferentialConstraints(java.util.Collection<ReferentialConstraint> values) |
InformationSchema |
InformationSchema.withReferentialConstraints(java.util.List<ReferentialConstraint> referentialConstraints) |
InformationSchema |
InformationSchema.withReferentialConstraints(ReferentialConstraint... values) |
InformationSchema |
InformationSchema.withRoutines(java.util.Collection<Routine> values) |
InformationSchema |
InformationSchema.withRoutines(java.util.List<Routine> routines) |
InformationSchema |
InformationSchema.withRoutines(Routine... values) |
InformationSchema |
InformationSchema.withSchemata(java.util.Collection<Schema> values) |
InformationSchema |
InformationSchema.withSchemata(java.util.List<Schema> schemata) |
InformationSchema |
InformationSchema.withSchemata(Schema... values) |
InformationSchema |
InformationSchema.withSequences(java.util.Collection<Sequence> values) |
InformationSchema |
InformationSchema.withSequences(java.util.List<Sequence> sequences) |
InformationSchema |
InformationSchema.withSequences(Sequence... values) |
InformationSchema |
InformationSchema.withTableConstraints(java.util.Collection<TableConstraint> values) |
InformationSchema |
InformationSchema.withTableConstraints(java.util.List<TableConstraint> tableConstraints) |
InformationSchema |
InformationSchema.withTableConstraints(TableConstraint... values) |
InformationSchema |
InformationSchema.withTables(java.util.Collection<Table> values) |
InformationSchema |
InformationSchema.withTables(java.util.List<Table> tables) |
InformationSchema |
InformationSchema.withTables(Table... values) |
Copyright © 2018. All Rights Reserved.