Uses of Class
jetbrains.buildServer.serverSide.db.jdbcLoader.NoSuitableJdbcDrivers
-
Packages that use NoSuitableJdbcDrivers Package Description jetbrains.buildServer.serverSide.db jetbrains.buildServer.serverSide.db.jdbcLoader -
-
Uses of NoSuitableJdbcDrivers in jetbrains.buildServer.serverSide.db
Methods in jetbrains.buildServer.serverSide.db that throw NoSuitableJdbcDrivers Modifier and Type Method Description DriverJdbcDriversProxy. findDefaultDriver(DatabaseType dbType)DriverJdbcDriversProxy. findDriver(String connectionString)DriverJdbcDriversProxy. getDriver(String connectionString)DriverJdbcDriversProxy. getDriver(String connectionString, String className) -
Uses of NoSuitableJdbcDrivers in jetbrains.buildServer.serverSide.db.jdbcLoader
Methods in jetbrains.buildServer.serverSide.db.jdbcLoader that throw NoSuitableJdbcDrivers Modifier and Type Method Description DriverJdbcDrivers. findDriver(String connectionString)Looks for a situable driver (one that accepts the given url, seeDriver.acceptsURL(String)).DriverJdbcDrivers. getDriver(String connectionString)Looks for a situable driver (one that accepts the given url, seeDriver.acceptsURL(String)).DriverJdbcDrivers. getDriver(String connectionString, String className)DriverTeamCityJdbcDrivers. getDriver(String connectionString)Looks for a situable driver (one that accepts the given url, seeDriver.acceptsURL(String)).DriverTeamCityJdbcDrivers. getDriver(String connectionString, String className)Looks for the specified JDBC driver, checks the given URL and returns this driver if all OK.Constructors in jetbrains.buildServer.serverSide.db.jdbcLoader that throw NoSuitableJdbcDrivers Constructor Description JdbcDataSource(JdbcDrivers drivers, String connectionUrl, Properties connectionInfo, String driverClassName, SQLDialect dialect)
-