Uses of Class
com.oracle.bmc.datasafe.model.UDFFormatEntry.Builder
-
Packages that use UDFFormatEntry.Builder Package Description com.oracle.bmc.datasafe.model -
-
Uses of UDFFormatEntry.Builder in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return UDFFormatEntry.Builder Modifier and Type Method Description static UDFFormatEntry.Builder
UDFFormatEntry. builder()
Create a new builder.UDFFormatEntry.Builder
UDFFormatEntry.Builder. copy(UDFFormatEntry model)
UDFFormatEntry.Builder
UDFFormatEntry.Builder. description(String description)
UDFFormatEntry.Builder
UDFFormatEntry. toBuilder()
UDFFormatEntry.Builder
UDFFormatEntry.Builder. userDefinedFunction(String userDefinedFunction)
The user-defined function in SCHEMA_NAME.PACKAGE_NAME.FUNCTION_NAME format.
-