Uses of Class
com.exasol.sql.expression.function.AbstractFunction
-
Packages that use AbstractFunction Package Description com.exasol.sql.expression.function.exasol -
-
Uses of AbstractFunction in com.exasol.sql.expression.function.exasol
Subclasses of AbstractFunction in com.exasol.sql.expression.function.exasol Modifier and Type Class Description class
AnalyticFunction
This class represents an analytic function in the Exasol database that supports keywordsDISTINCT
andALL
and the over clause.class
CastExasolFunction
This class represents the Exasol CAST function.class
ExasolFunction
This class represents a function in the Exasol database.class
ExasolUdf
This class represents a User Defined Function in the Exasol database.
-