MCPcopy Create free account
hub / github.com/apache/ant / getStatement

Method getStatement

src/main/org/apache/tools/ant/taskdefs/SQLExec.java:973–979  ·  view source on GitHub ↗

Creates and configures a Statement instance which is then cached for subsequent calls. Subclasses that want to provide different Statement instances, should override this method but keep in mind that this class expects to get the same connection instance on consecutive calls. @return Statem

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

executeMethod · 0.95
execSQLMethod · 0.95
printResultsMethod · 0.95

Calls 2

getConnectionMethod · 0.95
setEscapeProcessingMethod · 0.80

Tested by

no test coverage detected