Uses of Class
cdc.rdb.ProcedureResultType
-
-
Uses of ProcedureResultType in cdc.rdb
Methods in cdc.rdb that return ProcedureResultType Modifier and Type Method Description static ProcedureResultTypeProcedureResultType. decode(short code)ProcedureResultTypeRdbProcedure. getResultType()static ProcedureResultTypeProcedureResultType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcedureResultType[]ProcedureResultType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdc.rdb with parameters of type ProcedureResultType Modifier and Type Method Description voidRdbProcedure. setResultType(ProcedureResultType resultType)
-