Searched refs:sqlUrl (Results 1 – 3 of 3) sorted by relevance
37 public static String sqlUrl = null; field in Support_SQL67 sqlUrl = "jdbc:sqlite:/" + dbFile.getPath(); in loadDriver()77 return DriverManager.getConnection(Support_SQL.sqlUrl, in getConnection()80 throw new SQLException("Failed to connect. url=" + Support_SQL.sqlUrl + ", sqlLogin=" in getConnection()106 sqlUrl = properties.getProperty("sqlUrlPrefix") + sqlHost + "/" in loadProperties()
142 Connection userConn = Support_SQL.getConnection(Support_SQL.sqlUrl, in test_allTablesAreSelectable()
1217 assertEquals("Wrong url", Support_SQL.sqlUrl, meta.getURL()); in test_getURL()