| Interface | Description |
|---|---|
| ParamParser |
Strategy to parser the parameters from query extracting yours names or replacing
the names for question mark
'?', used at JDBC prepared statements. |
| Class | Description |
|---|---|
| AbstractParamParser | |
| ParamParserColonMark | |
| ParamParserDollarMark | |
| ParamParserFactory | |
| ParamParserHashMark | |
| ParamParserNoMark |
No make the parser from sql parameter, used at tag without support like
(
IncludeTag, ProcedureTag, etc) |
| ParamParserQuestionMark |
| Enum | Description |
|---|---|
| ParamMarkType |
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.