Searched refs:sdbcURL (Results 1 – 1 of 1) sorted by relevance
61 String sdbcURL = null; field in _XDriverManager69 sdbcURL = (String)tEnv.getObjRelation("SDBC.URL"); in before()70 if (sdbcURL == null) { in before()96 log.println("getConnection(" + sdbcURL + ")"); in _getConnection()97 XConnection connection = oObj.getConnection(sdbcURL); in _getConnection()
Completed in 14 milliseconds