| Modifier and Type | Method and Description |
|---|---|
CatalogDefinition |
AbstractDefinition.getCatalog() |
CatalogDefinition |
CatalogDefinition.getCatalog() |
CatalogDefinition |
Definition.getCatalog() |
CatalogDefinition |
SchemaDefinition.getCatalog() |
CatalogDefinition |
AbstractDatabase.getCatalog(String inputName) |
CatalogDefinition |
Database.getCatalog(String name)
Get a catalog defined in this database by name.
|
| Modifier and Type | Method and Description |
|---|---|
List<CatalogDefinition> |
AbstractDatabase.getCatalogs() |
List<CatalogDefinition> |
Database.getCatalogs()
The catalogs generated from this database.
|
protected abstract List<CatalogDefinition> |
AbstractDatabase.getCatalogs0()
Retrieve ALL catalogs from the database.
|
protected List<CatalogDefinition> |
AbstractMetaDatabase.getCatalogs0() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
AbstractDatabase.getInputSchemata(CatalogDefinition catalog) |
List<String> |
Database.getInputSchemata(CatalogDefinition catalog)
The input schemata are the schemata from a given catalog that jooq-meta is reading data from.
|
List<SchemaDefinition> |
AbstractDatabase.getSchemata(CatalogDefinition catalog) |
List<SchemaDefinition> |
Database.getSchemata(CatalogDefinition catalog)
The schemata generated from this database and a given catalog.
|
String |
CatalogVersionProvider.version(CatalogDefinition catalog)
Get a custom schema version.
|
| Constructor and Description |
|---|
SchemaDefinition(Database database,
String name,
String comment,
CatalogDefinition catalog) |
| Modifier and Type | Method and Description |
|---|---|
protected List<CatalogDefinition> |
CUBRIDDatabase.getCatalogs0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<CatalogDefinition> |
DerbyDatabase.getCatalogs0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<CatalogDefinition> |
FirebirdDatabase.getCatalogs0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<CatalogDefinition> |
H2Database.getCatalogs0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<CatalogDefinition> |
HSQLDBDatabase.getCatalogs0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<CatalogDefinition> |
MySQLDatabase.getCatalogs0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<CatalogDefinition> |
PostgresDatabase.getCatalogs0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<CatalogDefinition> |
SQLiteDatabase.getCatalogs0() |
| Modifier and Type | Method and Description |
|---|---|
protected List<CatalogDefinition> |
XMLDatabase.getCatalogs0() |
Copyright © 2021. All rights reserved.