Uses of Class
com.exasol.adapter.sql.SqlLiteralString
-
Packages that use SqlLiteralString Package Description com.exasol.adapter.sql -
-
Uses of SqlLiteralString in com.exasol.adapter.sql
Methods in com.exasol.adapter.sql that return SqlLiteralString Modifier and Type Method Description SqlLiteralStringSqlFunctionAggregateGroupConcat. getSeparator()Get a separator.SqlLiteralStringSqlFunctionAggregateListagg. getSeparator()Get a separator.SqlLiteralStringSqlFunctionAggregateListagg.Behavior. getTruncationFiller()Get a truncation filler.Methods in com.exasol.adapter.sql with parameters of type SqlLiteralString Modifier and Type Method Description SqlFunctionAggregateGroupConcat.BuilderSqlFunctionAggregateGroupConcat.Builder. separator(SqlLiteralString separator)Add a separator.SqlFunctionAggregateListagg.BuilderSqlFunctionAggregateListagg.Builder. separator(SqlLiteralString separator)Add a separator.voidSqlFunctionAggregateListagg.Behavior. setTruncationFiller(SqlLiteralString truncationFiller)Deprecated, for removal: This API element is subject to removal in a future version.The behavior of the LISTAGG function is immutable and can not be changed after the creation of the object.RSqlNodeVisitor. visit(SqlLiteralString sqlLiteralString)Visit.Constructors in com.exasol.adapter.sql with parameters of type SqlLiteralString Constructor Description Behavior(SqlFunctionAggregateListagg.BehaviorType behaviorType, SqlFunctionAggregateListagg.Behavior.TruncationType truncationType, SqlLiteralString truncationFiller)Create a new fully initialized instance ofSqlFunctionAggregateListagg.Behavior.
-