MCPcopy Create free account
hub / github.com/SPLWare/esProc / replaceTable

Method replaceTable

src/main/java/com/scudata/dm/query/Tokenizer.java:544–599  ·  view source on GitHub ↗

替换字符串中的表名tableName成exp,忽略大小写,忽略单引号括起来的内容,s可能被双引号括起来 例如 tableNam.field1替换成t2.fk.field1,tableName后跟着.操作符 @param str String 源串 @param tableName String 需要替换的字串 @param exp String 替换成的串 @return String 返回替换后的串

(String str, String tableName, String exp)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 9

getMethod · 0.95
getMessageMethod · 0.95
isIdentifierStartMethod · 0.95
scanIdMethod · 0.95
scanQuotationMethod · 0.95
substringMethod · 0.80
appendMethod · 0.65
toStringMethod · 0.65
lengthMethod · 0.45

Tested by

no test coverage detected