Uses of Class
cdc.rdb.RdbElement
-
-
Uses of RdbElement in cdc.rdb
Subclasses of RdbElement in cdc.rdb Modifier and Type Class Description classRdbAttributeAttribute description.classRdbCatalogCatalog description.classRdbDatabaseDatabase description.classRdbDataTypeData type description.classRdbForeignKeyForeign key description.classRdbForeignKeyColumnForeign key column description.classRdbFunctionFunction description.classRdbFunctionColumnFunction column description.classRdbIndexIndex description.classRdbIndexColumnIndex column description.classRdbPrimaryKeyPrimary key description.classRdbPrimaryKeyColumnPrimary key column description.classRdbProcedureProcedure description.classRdbProcedureColumnProcedure column description.classRdbSchemaSchema description.classRdbTableTable description.classRdbTableColumnTable column description.classRdbTableTypeTable description.classRdbUserDataTypeUser Data type description.Methods in cdc.rdb with type parameters of type RdbElement Modifier and Type Method Description <T extends RdbElement>
Iterable<T>RdbElement. getChildren(Class<T> cls)<T extends RdbElement>
List<T>RdbElement. getChildren(Class<T> klass, String name)<T extends RdbElement>
intRdbElement. getChildrenCount(Class<T> klass)<T extends RdbElement>
intRdbElement. getChildrenCount(Class<T> klass, String name)<T extends RdbElement>
TRdbElement. getFirstChild(Class<T> klass)<T extends RdbElement>
TRdbElement. getFirstChild(Class<T> klass, String name)protected <T extends RdbElement>
TRdbElement. getParent(Class<T> klass)<T extends RdbElement>
booleanRdbElement. hasChildren(Class<T> klass)<T extends RdbElement>
booleanRdbElement. hasChildren(Class<T> klass, String name)Methods in cdc.rdb that return RdbElement Modifier and Type Method Description RdbElementRdbDatabase. getElement(RdbElementPath path)RdbElementRdbElement. getFirstChild(RdbElementKind kind)RdbElementRdbElement. getFirstChild(RdbElementKind kind, String name)RdbElementRdbElement. getParent()Methods in cdc.rdb that return types with arguments of type RdbElement Modifier and Type Method Description Iterable<RdbElement>RdbElement. getChildren()Iterable<? extends RdbElement>RdbElement. getChildren(RdbElementKind kind)List<RdbElement>RdbElement. getChildren(RdbElementKind kind, String name)Constructors in cdc.rdb with parameters of type RdbElement Constructor Description Part(RdbElement element)RdbElement(String name, RdbElement parent, boolean allowDuplicateNames)RdbElementPath(RdbElement element)
-