MCPcopy Index your code
hub / github.com/apache/tomcat / PStmtKey

Method PStmtKey

java/org/apache/tomcat/dbcp/dbcp2/PStmtKey.java:131–134  ·  view source on GitHub ↗

Constructs a key to uniquely identify a prepared statement. @param sql The SQL statement. @deprecated Use #PStmtKey(String, String, String).

(final String sql)

Source from the content-addressed store, hash-verified

129 * @deprecated Use {@link #PStmtKey(String, String, String)}.
130 */
131 @Deprecated
132 public PStmtKey(final String sql) {
133 this(sql, null, StatementType.PREPARED_STATEMENT);
134 }
135
136 /**
137 * Constructs a key to uniquely identify a prepared statement.

Callers

nothing calls this directly

Calls 5

matchMethod · 0.95
cloneMethod · 0.95
applyMethod · 0.65
valueOfMethod · 0.45
trimMethod · 0.45

Tested by

no test coverage detected