Uses of Class
org.jooq.meta.CatalogDefinition
-
-
Uses of CatalogDefinition in org.jooq.meta
Methods in org.jooq.meta that return CatalogDefinition Modifier and Type Method Description CatalogDefinitionAbstractDatabase. getCatalog(String inputName)CatalogDefinitionAbstractDefinition. getCatalog()CatalogDefinitionCatalogDefinition. getCatalog()CatalogDefinitionDatabase. getCatalog(String name)Get a catalog defined in this database by name.CatalogDefinitionDefinition. getCatalog()CatalogDefinitionSchemaDefinition. getCatalog()Methods in org.jooq.meta that return types with arguments of type CatalogDefinition Modifier and Type Method 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()Methods in org.jooq.meta with parameters of type CatalogDefinition Modifier and Type Method 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.StringCatalogVersionProvider. version(CatalogDefinition catalog)Get a custom schema version.Constructors in org.jooq.meta with parameters of type CatalogDefinition Constructor Description SchemaDefinition(Database database, String name, String comment, CatalogDefinition catalog) -
Uses of CatalogDefinition in org.jooq.meta.cubrid
Methods in org.jooq.meta.cubrid that return types with arguments of type CatalogDefinition Modifier and Type Method Description protected List<CatalogDefinition>CUBRIDDatabase. getCatalogs0() -
Uses of CatalogDefinition in org.jooq.meta.derby
Methods in org.jooq.meta.derby that return types with arguments of type CatalogDefinition Modifier and Type Method Description protected List<CatalogDefinition>DerbyDatabase. getCatalogs0() -
Uses of CatalogDefinition in org.jooq.meta.firebird
Methods in org.jooq.meta.firebird that return types with arguments of type CatalogDefinition Modifier and Type Method Description protected List<CatalogDefinition>FirebirdDatabase. getCatalogs0() -
Uses of CatalogDefinition in org.jooq.meta.h2
Methods in org.jooq.meta.h2 that return types with arguments of type CatalogDefinition Modifier and Type Method Description protected List<CatalogDefinition>H2Database. getCatalogs0() -
Uses of CatalogDefinition in org.jooq.meta.hsqldb
Methods in org.jooq.meta.hsqldb that return types with arguments of type CatalogDefinition Modifier and Type Method Description protected List<CatalogDefinition>HSQLDBDatabase. getCatalogs0() -
Uses of CatalogDefinition in org.jooq.meta.mysql
Methods in org.jooq.meta.mysql that return types with arguments of type CatalogDefinition Modifier and Type Method Description protected List<CatalogDefinition>MySQLDatabase. getCatalogs0() -
Uses of CatalogDefinition in org.jooq.meta.postgres
Methods in org.jooq.meta.postgres that return types with arguments of type CatalogDefinition Modifier and Type Method Description protected List<CatalogDefinition>PostgresDatabase. getCatalogs0() -
Uses of CatalogDefinition in org.jooq.meta.sqlite
Methods in org.jooq.meta.sqlite that return types with arguments of type CatalogDefinition Modifier and Type Method Description protected List<CatalogDefinition>SQLiteDatabase. getCatalogs0() -
Uses of CatalogDefinition in org.jooq.meta.xml
Methods in org.jooq.meta.xml that return types with arguments of type CatalogDefinition Modifier and Type Method Description protected List<CatalogDefinition>XMLDatabase. getCatalogs0()
-