public class ParamParserQuestionMark extends AbstractParamParser
log, REGEX_COLON_MARK, REGEX_DOLLAR_MARK, REGEX_HASH_MARK, REGEX_IN, REGEX_QUESTION_MARK, REGEX_SINGLE_QUOTE
Modifier and Type | Method and Description |
---|---|
String[] |
find(String query)
extract the parameters names from query.
|
static ParamParser |
getInstance() |
ParamMarkType |
getType() |
getParamsClauseIN, getPlaceholder, padspace, replaceForPlaceholder, replaceForPlaceholder, replaceForPlaceholderWithNumber
public static ParamParser getInstance()
public String[] find(String query)
ParamParser
query
- the SQL sentencepublic ParamMarkType getType()
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.