クラス CountFunctionAdapter
java.lang.Object
org.iplass.mtp.impl.rdb.adapter.function.AggregateFunctionAdapter<Count>
org.iplass.mtp.impl.rdb.common.function.CountFunctionAdapter
- すべての実装されたインタフェース:
FunctionAdapter<Count>
-
ネストされたクラスの概要
インタフェースから継承されたネストされたクラス/インタフェース org.iplass.mtp.impl.rdb.adapter.function.FunctionAdapter
FunctionAdapter.ArgumentTypeResolver, FunctionAdapter.FunctionContext -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidtoSQL(StringBuilder context, List<CharSequence> args, RdbAdapter rdb) argsがnull or args.length==0: count(*) args.length==1: count(args[0]) args.lenght==2: count(args[0] args[1])voidtoSQL(FunctionAdapter.FunctionContext context, Count function, RdbAdapter rdb) クラスから継承されたメソッド org.iplass.mtp.impl.rdb.adapter.function.AggregateFunctionAdapter
getFunctionName, getSqlFunctionName, getType, setSqlFunctionName
-
コンストラクタの詳細
-
CountFunctionAdapter
public CountFunctionAdapter()
-
-
メソッドの詳細
-
toSQL
- 定義:
toSQLインタフェース内FunctionAdapter<Count>- オーバーライド:
toSQLクラス内AggregateFunctionAdapter<Count>
-
toSQL
argsがnull or args.length==0: count(*) args.length==1: count(args[0]) args.lenght==2: count(args[0] args[1])- 定義:
toSQLインタフェース内FunctionAdapter<Count>- オーバーライド:
toSQLクラス内AggregateFunctionAdapter<Count>
-