MCPcopy Create free account
hub / github.com/crate/crate / getQuery

Method getQuery

server/src/main/java/io/crate/session/Session.java:941–943  ·  view source on GitHub ↗
(String portalName)

Source from the content-addressed store, hash-verified

939 }
940
941 public String getQuery(String portalName) {
942 return getSafePortal(portalName).preparedStmt().rawStatement();
943 }
944
945 public DataType<?> getParamType(String statementName, int idx) {
946 PreparedStmt stmt = getSafeStmt(statementName);

Calls 3

getSafePortalMethod · 0.95
rawStatementMethod · 0.80
preparedStmtMethod · 0.45