Uses of Class
de.xima.fc.persistence.driver.FcDriverException
Packages that use FcDriverException
-
Uses of FcDriverException in de.xima.fc.persistence.driver
Methods in de.xima.fc.persistence.driver that throw FcDriverExceptionModifier and TypeMethodDescriptionvoidIDriverService.exportDriverData(String runtimeId, OutputStream os, PersistenceUser user) Exports the driver data associated with the specified runtime ID to the provided output stream.IDriverService.getDriverByJdbcUrl(String jdbcUrl, PersistenceUser user) Retrieves the JDBC driver instance that accepts the given JDBC URL.IDriverService.getDriverInfo(String runtimeId, PersistenceUser user) Retrieves the driver information for the specified runtime ID.@NotNull FileIDriverService.getDriverStorageDirectory(PersistenceUser user) Gets the directory where driver JAR files are stored.@NotNull List<IDriverInfo> IDriverService.getRegisteredDrivers(PersistenceUser user) Retrieves a list of all registered driver information.@NotNull IDriverInfoIDriverService.registerDriver(InputStream driverStream, String fileName, PersistenceUser user) Registers a new JDBC driver from the provided input stream.voidIDriverService.unregisterDriver(String runtimeId, PersistenceUser user) Unregisters the JDBC driver associated with the specified runtime ID.voidIDriverService.unregisterDriverByFingerprint(String fingerprint, PersistenceUser system) Unregisters the JDBC driver associated with the specified SHA-256 fingerprint.