Uses of Class
org.frankframework.dbms.JdbcException
Packages that use JdbcException
Package
Description
-
Uses of JdbcException in org.frankframework.configuration.util
Methods in org.frankframework.configuration.util that throw JdbcExceptionModifier and TypeMethodDescriptionstatic booleanConfigurationUtils.activateConfig(org.springframework.context.ApplicationContext applicationContext, String name, String version, String dataSourceName) Set the all ACTIVECONFIG to false and specified version to truestatic booleanConfigurationUtils.autoReloadConfig(org.springframework.context.ApplicationContext applicationContext, String name, String version, boolean booleanValue, String dataSourceName) Toggle AUTORELOAD -
Uses of JdbcException in org.frankframework.dbms
Subclasses of JdbcException in org.frankframework.dbms -
Uses of JdbcException in org.frankframework.jdbc
Methods in org.frankframework.jdbc that throw JdbcExceptionModifier and TypeMethodDescriptionvoidAbstractJdbcMessageBrowser.copyFacadeSettings(JdbcFacade facade) protected MessageAbstractJdbcQuerySender.executePackageQuery(QueryExecutionContext queryExecutionContext) protected @NonNull RawMessageWrapper<M> JdbcListener.extractRawMessage(@NonNull ResultSet rs) This method returns aMessageWrappercontaining contents of the message stored in the database.protected @NonNull RawMessageWrapper<Serializable> MessageStoreListener.extractRawMessage(@NonNull ResultSet rs) AbstractJdbcSender.getConnection()protected ConnectionJdbcFacade.getConnection()Obtains a connection to the datasource.protected ConnectionAbstractJdbcQuerySender.getConnectionForSendMessage()JdbcFacade.getConnectionWithTimeout(int timeout) protected @NonNull DataSourceAbstractJdbcMessageBrowser.getDatasource()protected @NonNull DataSourceJdbcFacade.getDatasource()AbstractJdbcQuerySender.getQueryExecutionContext(Connection connection, Message message) protected Messageprotected final PreparedStatementAbstractJdbcQuerySender.getStatement(@NonNull Connection con, @NonNull String query, @Nullable AbstractJdbcQuerySender.QueryType queryType) protected MessageAbstractJdbcQuerySender.getUpdateStatementResult(PreparedStatement statement, String resultQuery, PreparedStatement resStmt, int numRowsAffected) protected PreparedStatementAbstractJdbcQuerySender.prepareQuery(@NonNull Connection con, @NonNull String query, @Nullable AbstractJdbcQuerySender.QueryType queryType) protected abstract RawMessageWrapper<M> AbstractJdbcMessageBrowser.retrieveObject(String storageKey, ResultSet rs, int columnIndex) protected RawMessageWrapper<M> JdbcTableMessageBrowser.retrieveObject(String storageKey, ResultSet rs, int columnIndex) protected RawMessageWrapper<S> JdbcTransactionalStorage.retrieveObject(String storageKey, ResultSet rs, int columnIndex) protected @NonNull StringJdbcTransactionalStorage.storeMessageInDatabase(Connection conn, String messageId, String correlationId, Timestamp receivedDateTime, String comments, String label, S message) -
Uses of JdbcException in org.frankframework.jdbc.migration
Methods in org.frankframework.jdbc.migration that throw JdbcException -
Uses of JdbcException in org.frankframework.ladybug.tibet2
Methods in org.frankframework.ladybug.tibet2 that throw JdbcException -
Uses of JdbcException in org.frankframework.util
Methods in org.frankframework.util that throw JdbcExceptionModifier and TypeMethodDescriptionLocker.acquire()Locker.acquire(MessageKeeper messageKeeper) Obtain the lock.static voidJdbcUtil.applyParameters(@NonNull IDbmsSupport dbmsSupport, @NonNull PreparedStatement statement, @NonNull ParameterValueList parameters) static voidJdbcUtil.applyParameters(@NonNull IDbmsSupport dbmsSupport, @NonNull PreparedStatement statement, @Nullable ParameterList parameters, Message message, PipeLineSession session) static @Nullable StringJdbcUtil.getBlobAsString(@NonNull IDbmsSupport dbmsSupport, @NonNull ResultSet rs, int column, String charset, boolean blobIsCompressed, boolean blobSmartGet, boolean encodeBlobBase64) static StringJdbcUtil.getBlobAsString(@NonNull IDbmsSupport dbmsSupport, @NonNull ResultSet rs, String column, String charset, boolean blobIsCompressed, boolean blobSmartGet, boolean encodeBlobBase64) static @Nullable InputStreamJdbcUtil.getBlobInputStream(@NonNull IDbmsSupport dbmsSupport, @NonNull ResultSet rs, int column, boolean blobIsCompressed) static @Nullable InputStreamJdbcUtil.getBlobInputStream(@NonNull IDbmsSupport dbmsSupport, @NonNull ResultSet rs, String column, boolean blobIsCompressed) static ReaderJdbcUtil.getBlobReader(@NonNull IDbmsSupport dbmsSupport, @NonNull ResultSet rs, int column, @Nullable String charset, boolean blobIsCompressed) static StringJdbcUtil.getClobAsString(@NonNull IDbmsSupport dbmsSupport, @NonNull ResultSet rs, int columnIndex, boolean xmlEncode) static booleanJdbcUtil.isQueryResultEmpty(@NonNull Connection connection, @NonNull String query) voidstatic voidJdbcUtil.streamBlob(@NonNull IDbmsSupport dbmsSupport, @NonNull ResultSet rs, int columnIndex, @Nullable String charset, boolean blobIsCompressed, Base64Pipe.Direction blobBase64Direction, MessageBuilder msgBuilder)