Package com.exasol.adapter.sql
Class SqlFunctionAggregateListagg.Behavior
- java.lang.Object
-
- com.exasol.adapter.sql.SqlFunctionAggregateListagg.Behavior
-
- Enclosing class:
- SqlFunctionAggregateListagg
public static class SqlFunctionAggregateListagg.Behavior extends Object
This class represent behavior ofSqlFunctionAggregateListagg.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSqlFunctionAggregateListagg.Behavior.TruncationTypeExpected truncation types.
-
Constructor Summary
Constructors Constructor Description Behavior(SqlFunctionAggregateListagg.BehaviorType behaviorType)Create a new instance ofSqlFunctionAggregateListagg.Behavior.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlFunctionAggregateListagg.BehaviorTypegetBehaviorType()Get a behavior type.SqlLiteralStringgetTruncationFiller()Get a truncation filler.StringgetTruncationType()Get a truncation type.booleanhasTruncationFiller()Check if a truncation filler exists.voidsetTruncationFiller(SqlLiteralString truncationFiller)Set a truncation filler.voidsetTruncationType(SqlFunctionAggregateListagg.Behavior.TruncationType truncationType)Set a truncation type.
-
-
-
Constructor Detail
-
Behavior
public Behavior(SqlFunctionAggregateListagg.BehaviorType behaviorType)
Create a new instance ofSqlFunctionAggregateListagg.Behavior.- Parameters:
behaviorType- behavior type
-
-
Method Detail
-
getTruncationType
public String getTruncationType()
Get a truncation type.- Returns:
- truncation type
-
setTruncationType
public void setTruncationType(SqlFunctionAggregateListagg.Behavior.TruncationType truncationType)
Set a truncation type.- Parameters:
truncationType- truncation type
-
getTruncationFiller
public SqlLiteralString getTruncationFiller()
Get a truncation filler.- Returns:
- truncation filler
-
setTruncationFiller
public void setTruncationFiller(SqlLiteralString truncationFiller)
Set a truncation filler.- Parameters:
truncationFiller- truncation filler
-
hasTruncationFiller
public boolean hasTruncationFiller()
Check if a truncation filler exists.- Returns:
- true if a truncation filler exists
-
getBehaviorType
public SqlFunctionAggregateListagg.BehaviorType getBehaviorType()
Get a behavior type.- Returns:
- behavior type
-
-