Uses of Class
com.exasol.dbbuilder.dialects.Column
-
Packages that use Column Package Description com.exasol.dbbuilder.dialects com.exasol.dbbuilder.dialects.exasol.udf -
-
Uses of Column in com.exasol.dbbuilder.dialects
Methods in com.exasol.dbbuilder.dialects that return types with arguments of type Column Modifier and Type Method Description List<Column>Table. getColumns()Get the columns of the table. -
Uses of Column in com.exasol.dbbuilder.dialects.exasol.udf
Methods in com.exasol.dbbuilder.dialects.exasol.udf that return types with arguments of type Column Modifier and Type Method Description List<Column>UdfReturnTypePredefinedEmits. getColumns()Get a list of columns that the UDF returns.List<Column>UdfScript. getParameters()Get the input parameters for this UDF.Methods in com.exasol.dbbuilder.dialects.exasol.udf with parameters of type Column Modifier and Type Method Description UdfScript.BuilderUdfScript.Builder. emits(Column... columns)Set return type fo this UDF to EMITS(param_name type, ...).
-