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 Driver
JdbcDriversProxy. findDefaultDriver(DatabaseType dbType)
Driver
JdbcDriversProxy. findDriver(String connectionString)
Driver
JdbcDriversProxy. getDriver(String connectionString)
Driver
JdbcDriversProxy. 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 Driver
JdbcDrivers. findDriver(String connectionString)
Looks for a situable driver (one that accepts the given url, seeDriver.acceptsURL(String)
).Driver
JdbcDrivers. getDriver(String connectionString)
Looks for a situable driver (one that accepts the given url, seeDriver.acceptsURL(String)
).Driver
JdbcDrivers. getDriver(String connectionString, String className)
Driver
TeamCityJdbcDrivers. getDriver(String connectionString)
Looks for a situable driver (one that accepts the given url, seeDriver.acceptsURL(String)
).Driver
TeamCityJdbcDrivers. 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)
-