MCPcopy Create free account
hub / github.com/Nemo1870/sql-parse / getSql

Method getSql

src/main/java/com/sql/parse/statement/Statement.java:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 }
12
13 public String getSql() {
14 return getSql(true);
15 }
16
17 public abstract String getSql(boolean safe);
18

Callers 6

argInterceptorMethod · 0.95
columnInterceptorMethod · 0.95
testChangeColumnAliasMethod · 0.95
asInterceptorMethod · 0.95
expressionInterceptorMethod · 0.95
ownerIntercetorMethod · 0.95

Calls

no outgoing calls

Tested by 6

argInterceptorMethod · 0.76
columnInterceptorMethod · 0.76
testChangeColumnAliasMethod · 0.76
asInterceptorMethod · 0.76
expressionInterceptorMethod · 0.76
ownerIntercetorMethod · 0.76