MCPcopy Create free account
hub / github.com/SPLWare/esProc / connect

Method connect

src/main/java/com/esproc/jdbc/InternalDriver.java:74–77  ·  view source on GitHub ↗

Attempts to make a database connection to the given URL. The driver should return "null" if it realizes it is the wrong kind of driver to connect to the given URL. This will be common, as when the JDBC driver manager is asked to connect to a given URL it passes the URL to each loaded driver in turn.

(String url, Properties info)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 15

logMethod · 0.95
acceptsURLMethod · 0.95
getMethod · 0.95
getDemoUrlMethod · 0.95
getPropertiesMethod · 0.95
isValidStringMethod · 0.95
warnMethod · 0.95
hasMoreTokensMethod · 0.95
nextTokenMethod · 0.95
parseMethod · 0.95
initConfigMethod · 0.95
newConnectionMethod · 0.95

Tested by

no test coverage detected