クラス ListaggFunctionAdapter
java.lang.Object
org.iplass.mtp.impl.rdb.adapter.function.AggregateFunctionAdapter<Listagg>
org.iplass.mtp.impl.rdb.common.function.ListaggFunctionAdapter
- すべての実装されたインタフェース:
FunctionAdapter<Listagg>
- 直系の既知のサブクラス:
MySqlListaggFunctionAdapter,PostgreSQLListaggFunctionAdapter,SqlServerListaggFunctionAdapter
SQL2016ベースのAdapter
LISTAGG([DISTINCT] , ) WITHIN GROUP(ORDER BY )
-
ネストされたクラスの概要
インタフェースから継承されたネストされたクラス/インタフェース org.iplass.mtp.impl.rdb.adapter.function.FunctionAdapter
FunctionAdapter.ArgumentTypeResolver, FunctionAdapter.FunctionContext -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明protected voidvoidtoSQL(StringBuilder context, List<CharSequence> args, RdbAdapter rdb) listagg(args[0] args[1], 'args[2]') within group(order by args[3])voidtoSQL(FunctionAdapter.FunctionContext context, Listagg function, RdbAdapter rdb) protected voidtoWithinGroupSQL(FunctionAdapter.FunctionContext context, WithinGroup wg) クラスから継承されたメソッド org.iplass.mtp.impl.rdb.adapter.function.AggregateFunctionAdapter
getFunctionName, getSqlFunctionName, getType, setSqlFunctionName
-
コンストラクタの詳細
-
ListaggFunctionAdapter
public ListaggFunctionAdapter()
-
-
メソッドの詳細
-
toSQL
- 定義:
toSQLインタフェース内FunctionAdapter<Listagg>- オーバーライド:
toSQLクラス内AggregateFunctionAdapter<Listagg>
-
toWithinGroupSQL
-
toOrderBySpecSQL
-
toSQL
listagg(args[0] args[1], 'args[2]') within group(order by args[3])- 定義:
toSQLインタフェース内FunctionAdapter<Listagg>- オーバーライド:
toSQLクラス内AggregateFunctionAdapter<Listagg>
-