Uses of Class
cdc.rdb.FunctionResultType
-
-
Uses of FunctionResultType in cdc.rdb
Methods in cdc.rdb that return FunctionResultType Modifier and Type Method Description static FunctionResultTypeFunctionResultType. decode(short code)FunctionResultTypeRdbFunction. getResultType()static FunctionResultTypeFunctionResultType. valueOf(String name)Returns the enum constant of this type with the specified name.static FunctionResultType[]FunctionResultType. 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 FunctionResultType Modifier and Type Method Description voidRdbFunction. setResultType(FunctionResultType resultType)
-