Uses of Class
cdc.rdb.RdbSchema
-
-
Uses of RdbSchema in cdc.rdb
Methods in cdc.rdb that return RdbSchema Modifier and Type Method Description RdbSchemaRdbCatalog. createSchema(String name)RdbSchemaRdbDatabase. getFirstSchemaNamed(String name)RdbSchemaRdbCatalog. getOptionalSchema(String name)RdbSchemaRdbCatalog. getOrCreateSchema(String name)RdbSchemaRdbFunction. getParent()RdbSchemaRdbProcedure. getParent()RdbSchemaRdbTable. getParent()RdbSchemaRdbUserDataType. getParent()RdbSchemaRdbForeignKey. getRefSchema()RdbSchemaRdbCatalog. getSchema(String name)RdbSchemaRdbTable. getSchema()Methods in cdc.rdb that return types with arguments of type RdbSchema Modifier and Type Method Description Iterable<RdbSchema>RdbCatalog. getSchemas()Constructors in cdc.rdb with parameters of type RdbSchema Constructor Description RdbFunction(String name, RdbSchema parent)RdbProcedure(String name, RdbSchema parent)RdbTable(String name, RdbSchema parent)RdbUserDataType(String name, RdbSchema parent)
-