Uses of Class
cdc.rdb.RdbProcedure
-
-
Uses of RdbProcedure in cdc.rdb
Methods in cdc.rdb that return RdbProcedure Modifier and Type Method Description RdbProcedureRdbSchema. createProcedure(String name)RdbProcedureRdbSchema. getOptionalProcedure(String specificName)RdbProcedureRdbProcedureColumn. getParent()RdbProcedureRdbProcedureColumn. getProcedure()RdbProcedureRdbSchema. getProcedure(String specificName)Methods in cdc.rdb that return types with arguments of type RdbProcedure Modifier and Type Method Description Iterable<RdbProcedure>RdbSchema. getProcedures()Constructors in cdc.rdb with parameters of type RdbProcedure Constructor Description RdbProcedureColumn(String name, RdbProcedure parent)
-