Class UdfReturnTypeReturns
- java.lang.Object
-
- com.exasol.dbbuilder.dialects.exasol.udf.UdfReturnTypeReturns
-
- All Implemented Interfaces:
UdfReturnType
public class UdfReturnTypeReturns extends Object implements UdfReturnType
This class represents theRETURNS typeUdfReturnType.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(UdfReturnTypeVisitor visitor)Accept aUdfReturnTypeVisitor.StringgetType()Get the return type of the UDF.
-
-
-
Method Detail
-
getType
public String getType()
Get the return type of the UDF.- Returns:
- return type of the UDF
-
accept
public void accept(UdfReturnTypeVisitor visitor)
Description copied from interface:UdfReturnTypeAccept aUdfReturnTypeVisitor.- Specified by:
acceptin interfaceUdfReturnType- Parameters:
visitor- visitor to accept
-
-