Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testSubstitution
Method · 0.95
testSetSQL
Method · 0.95
enabledAdvancedMonitoring
Method · 0.95
getPreparedStatementReturnKeys
Method · 0.45
loadSQLDialect
Method · 0.45
run
Method · 0.45
run
Method · 0.45
getStatement
Method · 0.45
Calls
no outgoing calls
Tested by
2
testSubstitution
Method · 0.76
testSetSQL
Method · 0.76