Home
last modified time | relevance | path

Searched refs:sqlUrl (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/tests/support/
DSupport_SQL.java37 public static String sqlUrl = null; field in Support_SQL
67 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()
/libcore/luni/src/test/java/tests/java/sql/
DDatabaseMetaDataNotSupportedTest.java142 Connection userConn = Support_SQL.getConnection(Support_SQL.sqlUrl, in test_allTablesAreSelectable()
DDatabaseMetaDataTest.java1217 assertEquals("Wrong url", Support_SQL.sqlUrl, meta.getURL()); in test_getURL()