public class FunctionHandlerAdapterImpl extends Object implements FunctionHandlerAdapter
| 限定符和类型 | 字段和说明 |
|---|---|
protected Map<cool.lazy.cat.orm.core.jdbc.adapter.FunctionHandlerAdapterImpl.FunctionKey,FunctionHandler> |
cache |
protected List<FunctionHandler> |
functionHandlerList |
| 构造器和说明 |
|---|
FunctionHandlerAdapterImpl(List<FunctionHandler> functionHandlerList) |
protected final List<FunctionHandler> functionHandlerList
protected final Map<cool.lazy.cat.orm.core.jdbc.adapter.FunctionHandlerAdapterImpl.FunctionKey,FunctionHandler> cache
public FunctionHandlerAdapterImpl(List<FunctionHandler> functionHandlerList)
public FunctionHandler adapt(org.springframework.boot.jdbc.DatabaseDriver databaseDriver, String functionName)
FunctionHandlerAdapteradapt 在接口中 FunctionHandlerAdapterdatabaseDriver - 数据库类型functionName - 函数名Copyright © 2022. All rights reserved.