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