@LoadLevel(name="mysql") public class MySQLEscapeHandler extends Object implements EscapeHandler
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
keywordSet |
DEFAULT_ESCAPE_SYMBOL, DOT| Constructor and Description |
|---|
MySQLEscapeHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkIfKeyWords(String fieldOrTableName) |
boolean |
checkIfNeedEscape(String columnName,
TableMeta tableMeta) |
EscapeSymbol |
getEscapeSymbol() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddColNameEscape, addColNameEscape, containsEscape, delColNameEscapepublic boolean checkIfKeyWords(String fieldOrTableName)
checkIfKeyWords in interface EscapeHandlerpublic boolean checkIfNeedEscape(String columnName, TableMeta tableMeta)
checkIfNeedEscape in interface EscapeHandlerpublic EscapeSymbol getEscapeSymbol()
getEscapeSymbol in interface EscapeHandlerCopyright © 2024 Apache. All rights reserved.