public interface ISqlAndParamsTest
| Modifier and Type | Method and Description |
|---|---|
static void |
checkParamsCountAgainstSql(ISqlAndParams sqlAndParams) |
static void |
checkSqlAndParamsLegal(ISqlAndParams sqlAndParams) |
static <Req> void |
checkSqlAndParamsPfnListLegal(Req req,
List<IPartialFunction<Req,ISqlAndParams>> pfnList) |
static void |
checkSqlLegal(String sql) |
static <Req> void |
testPermutations(Req req,
List<IPartialFunction<Req,ISqlAndParams>> pfnList) |
static <Req> void |
testPermutations(Req req,
List<IPartialFunction<Req,ISqlAndParams>> pfnList,
boolean throwExceptionIfNotDefined) |
static void checkSqlLegal(String sql) throws net.sf.jsqlparser.JSQLParserException
net.sf.jsqlparser.JSQLParserExceptionstatic void checkParamsCountAgainstSql(ISqlAndParams sqlAndParams)
static void checkSqlAndParamsLegal(ISqlAndParams sqlAndParams) throws net.sf.jsqlparser.JSQLParserException
net.sf.jsqlparser.JSQLParserExceptionstatic <Req> void checkSqlAndParamsPfnListLegal(Req req,
List<IPartialFunction<Req,ISqlAndParams>> pfnList)
throws net.sf.jsqlparser.JSQLParserException
net.sf.jsqlparser.JSQLParserExceptionstatic <Req> void testPermutations(Req req,
List<IPartialFunction<Req,ISqlAndParams>> pfnList)
static <Req> void testPermutations(Req req,
List<IPartialFunction<Req,ISqlAndParams>> pfnList,
boolean throwExceptionIfNotDefined)
Copyright © 2023. All rights reserved.