クラス MySqlListaggFunctionAdapter
java.lang.Object
org.iplass.mtp.impl.rdb.adapter.function.AggregateFunctionAdapter<Listagg>
org.iplass.mtp.impl.rdb.common.function.ListaggFunctionAdapter
org.iplass.mtp.impl.rdb.mysql.function.MySqlListaggFunctionAdapter
- すべての実装されたインタフェース:
FunctionAdapter<Listagg>
GROUP_CONCAT([DISTINCT] ORDER BY SEPARATOR )
-
ネストされたクラスの概要
インタフェースから継承されたネストされたクラス/インタフェース org.iplass.mtp.impl.rdb.adapter.function.FunctionAdapter
FunctionAdapter.ArgumentTypeResolver, FunctionAdapter.FunctionContext -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明protected voidvoidtoSQL(StringBuilder context, List<CharSequence> args, RdbAdapter rdb) GROUP_CONCAT(args[0] args[1] ORDER BY args[3] SEPARATOR 'args[2]')voidtoSQL(FunctionAdapter.FunctionContext context, Listagg function, RdbAdapter rdb) クラスから継承されたメソッド org.iplass.mtp.impl.rdb.common.function.ListaggFunctionAdapter
toWithinGroupSQLクラスから継承されたメソッド org.iplass.mtp.impl.rdb.adapter.function.AggregateFunctionAdapter
getFunctionName, getSqlFunctionName, getType, setSqlFunctionName
-
コンストラクタの詳細
-
MySqlListaggFunctionAdapter
public MySqlListaggFunctionAdapter()
-
-
メソッドの詳細
-
toSQL
- 定義:
toSQLインタフェース内FunctionAdapter<Listagg>- オーバーライド:
toSQLクラス内ListaggFunctionAdapter
-
toOrderBySpecSQL
- オーバーライド:
toOrderBySpecSQLクラス内ListaggFunctionAdapter
-
toSQL
GROUP_CONCAT(args[0] args[1] ORDER BY args[3] SEPARATOR 'args[2]')- 定義:
toSQLインタフェース内FunctionAdapter<Listagg>- オーバーライド:
toSQLクラス内ListaggFunctionAdapter
-