public final class ParameterParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
patternHash |
static Pattern |
patternQuestion |
static Pattern |
patternTowDots |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
extract(String sentence)
This is a null-safe method that extract the parameters from a sentence.
|
public static final Pattern patternHash
public static final Pattern patternTowDots
public static final Pattern patternQuestion
public static String[] extract(String sentence)
sentence - The SQL sentence (is null-safe).Copyright © 2015 jkniv. All rights reserved.