インタフェース FunctionAdapter<T extends ASTNode>
- 既知の実装クラスのリスト:
AggregateFunctionAdapter,BaseFunctionAdapter,CountFunctionAdapter,CurrentDateFunctionAdapter,CurrentDateTimeFunctionAdapter,CurrentTimeFunctionAdapter,DynamicTypedFunctionAdapter,ExtractDateFunctionAdapter,ListaggFunctionAdapter,LocalTimeFunctionAdapter,MysqlDateAddFunctionAdapter,MysqlDateDiffFunctionAdapter,MySqlListaggFunctionAdapter,MysqlTruncateFunctionAdapter,OracleDateAddFunctionAdapter,OracleDateDiffFunctionAdapter,PostgreSQLDateAddFunctionAdapter,PostgreSQLDateDiffFunctionAdapter,PostgreSQLListaggFunctionAdapter,PostgreSQLRoundTruncFunctionAdapter,PostgreSQLSubstrFunctionAdapter,RoundTruncFunctionAdapter,SqlServerDateAddFunctionAdapter,SqlServerDateDiffFunctionAdapter,SqlServerExtractDateFunctionAdapter,SqlServerInstrFunctionAdapter,SqlServerListaggFunctionAdapter,SqlServerModFunctionAdapter,SqlServerRoundFunctionAdapter,SqlServerSubstrFunctionAdapter,SqlServerTruncateFunctionAdapter,StaticTypedFunctionAdapter
public interface FunctionAdapter<T extends ASTNode>
-
ネストされたクラスの概要
ネストされたクラス修飾子とタイプインタフェース説明static interfacestatic interface -
メソッドの概要
修飾子とタイプメソッド説明Class<?> getType(T function, FunctionAdapter.ArgumentTypeResolver typeResolver) voidtoSQL(StringBuilder context, List<CharSequence> args, RdbAdapter rdb) voidtoSQL(FunctionAdapter.FunctionContext context, T function, RdbAdapter rdb)
-
メソッドの詳細
-
getFunctionName
String getFunctionName() -
getType
-
toSQL
-
toSQL
-