Home
last modified time | relevance | path

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

/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLConnection.java355 String driverClassPath = ""; in construct() local
361 driverClassPath = Tools.getOrDefault(info, "JavaDriverClassPath", driverClassPath); in construct()
362 if (driverClassPath.isEmpty()) { in construct()
363 driverClassPath = getJavaDriverClassPath(driverClass); in construct()
374 loadDriverFromProperties(driverClass, driverClassPath, systemProperties); in construct()
438 if (driverClassPath.isEmpty()) { in loadDriverFromProperties()
450 … getDriverLoadErrorMessage(SharedResources.getInstance(), driverClassName, driverClassPath), in loadDriverFromProperties()
454 … getDriverLoadErrorMessage(SharedResources.getInstance(), driverClassName, driverClassPath), in loadDriverFromProperties()
473 …riverLoadErrorMessage(SharedResources sharedResouces, String driverClass, String driverClassPath) { in getDriverLoadErrorMessage() argument
476 if (!driverClassPath.isEmpty()) { in getDriverLoadErrorMessage()
[all …]

Completed in 17 milliseconds