MCPcopy Create free account
hub / github.com/cmu-db/benchbase / getSQL

Method getSQL

src/main/java/com/oltpbenchmark/api/SQLStmt.java:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77
78 public final String getSQL() {
79 return (this.sql);
80 }
81
82 protected final String getOriginalSQL() {
83 return (this.orig_sql);

Callers 8

testSubstitutionMethod · 0.95
testSetSQLMethod · 0.95
loadSQLDialectMethod · 0.45
runMethod · 0.45
runMethod · 0.45
getStatementMethod · 0.45

Calls

no outgoing calls

Tested by 2

testSubstitutionMethod · 0.76
testSetSQLMethod · 0.76