Uses of Enum Class
cdc.rdb.ProcedureResultType
-
Uses of ProcedureResultType in cdc.rdb
Methods in cdc.rdb that return ProcedureResultTypeModifier and TypeMethodDescriptionstatic ProcedureResultTypeProcedureResultType.decode(short code) RdbProcedure.getResultType()static ProcedureResultTypeReturns the enum constant of this class with the specified name.static ProcedureResultType[]ProcedureResultType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cdc.rdb with parameters of type ProcedureResultTypeModifier and TypeMethodDescriptionRdbProcedure.Builder.resultType(ProcedureResultType resultType)