Uses of Class
cdc.rdb.RdbCatalog
-
-
Uses of RdbCatalog in cdc.rdb
Methods in cdc.rdb that return RdbCatalog Modifier and Type Method Description RdbCatalogRdbDatabase. createCatalog(String name)RdbCatalogRdbDatabase. getCatalog(String name)RdbCatalogRdbSchema. getCatalog()RdbCatalogRdbTable. getCatalog()RdbCatalogRdbDatabase. getOptionalCatalog(String name)RdbCatalogRdbDatabase. getOrCreateCatalog(String name)RdbCatalogRdbSchema. getParent()RdbCatalogRdbForeignKey. getRefCatalog()Methods in cdc.rdb that return types with arguments of type RdbCatalog Modifier and Type Method Description Iterable<RdbCatalog>RdbDatabase. getCatalogs()Constructors in cdc.rdb with parameters of type RdbCatalog Constructor Description RdbSchema(String name, RdbCatalog parent)
-