Package io.higson.runtime.dao
Class FunctionJdbcDao
java.lang.Object
io.higson.runtime.dao.BaseDao
io.higson.runtime.dao.FunctionJdbcDao
- All Implemented Interfaces:
FunctionDao
- Author:
- przemek hertel
-
Field Summary
Fields inherited from class io.higson.runtime.dao.BaseDao
connectionInterceptor, dataSource, DEFAULT_FETCH_SIZE, defaultJdbcTemplate -
Constructor Summary
ConstructorsConstructorDescriptionFunctionJdbcDao(DataSource dataSource, ConnectionInterceptor connectionInterceptor) -
Method Summary
Modifier and TypeMethodDescriptiongetArgumentsForFunction(String functionCode) getFunction(String code, String ver, int sid) Methods inherited from class io.higson.runtime.dao.BaseDao
getOne, getOne, jdbcTemplate, jdbcTemplate, setDefaultFetchSize
-
Constructor Details
-
FunctionJdbcDao
-
-
Method Details
-
getFunction
- Specified by:
getFunctionin interfaceFunctionDao
-
getMaxLastUpdate
- Specified by:
getMaxLastUpdatein interfaceFunctionDao
-
getAllLastUpdates
- Specified by:
getAllLastUpdatesin interfaceFunctionDao
-
getAllHeads
- Specified by:
getAllHeadsin interfaceFunctionDao
-
getArgumentsForFunction
- Specified by:
getArgumentsForFunctionin interfaceFunctionDao
-