public abstract class DeployParser extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static char |
COLON
used to identify query named parameters.
|
protected boolean |
encrypted |
protected static char |
PERIOD
Used to determine when a column name terminates.
|
protected int |
pos |
protected StringBuilder |
sb |
protected static char |
SINGLE_QUOTE
used to identify sql literal.
|
protected String |
source |
protected int |
sourceLength |
protected static char |
UNDERSCORE
Used to determine when a column name terminates.
|
protected String |
word |
protected char |
wordTerminator |
| Constructor and Description |
|---|
DeployParser() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
convertWord() |
abstract String |
getDeployWord(String expression) |
abstract Set<String> |
getIncludes()
Return the join includes.
|
String |
parse(String source) |
void |
setEncrypted(boolean encrytped) |
protected static final char SINGLE_QUOTE
protected static final char COLON
protected static final char UNDERSCORE
protected static final char PERIOD
protected boolean encrypted
protected String source
protected StringBuilder sb
protected int sourceLength
protected int pos
protected String word
protected char wordTerminator
protected abstract String convertWord()
public void setEncrypted(boolean encrytped)
Copyright © 2014. All Rights Reserved.