Uses of Class
org.frankframework.dbms.JdbcException
Packages that use JdbcException
Package
Description
-
Uses of JdbcException in org.frankframework.configuration
Methods in org.frankframework.configuration that throw JdbcExceptionModifier and TypeMethodDescriptionstatic boolean
ConfigurationUtils.activateConfig
(org.springframework.context.ApplicationContext applicationContext, String name, String version, String dataSourceName) Set the all ACTIVECONFIG to false and specified version to truestatic boolean
ConfigurationUtils.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 TypeMethodDescriptionvoid
AbstractJdbcMessageBrowser.copyFacadeSettings
(JdbcFacade facade) protected void
JdbcTransactionalStorage.createStorage
(Connection conn, Statement stmt, IDbmsSupport dbmsSupport) Acutaly creates storage.protected Message
AbstractJdbcQuerySender.executePackageQuery
(QueryExecutionContext queryExecutionContext) protected RawMessageWrapper
<M> JdbcListener.extractRawMessage
(ResultSet rs) This method returns aMessageWrapper
containing contents of the message stored in the database.protected RawMessageWrapper
<Serializable> MessageStoreListener.extractRawMessage
(ResultSet rs) AbstractJdbcSender.getConnection()
JdbcFacade.getConnection()
Obtains a connection to the datasource.protected Connection
AbstractJdbcQuerySender.getConnectionForSendMessage()
JdbcFacade.getConnectionWithTimeout
(int timeout) protected DataSource
AbstractJdbcMessageBrowser.getDatasource()
protected DataSource
JdbcFacade.getDatasource()
AbstractJdbcQuerySender.getQueryExecutionContext
(Connection connection, Message message) protected Message
protected Message
AbstractJdbcQuerySender.getResult
(ResultSet resultset, Object blobSessionVar, Object clobSessionVar) protected Message
AbstractJdbcQuerySender.getResult
(ResultSet resultset, Object blobSessionVar, Object clobSessionVar, jakarta.servlet.http.HttpServletResponse response, String contentType, String contentDisposition) protected final PreparedStatement
AbstractJdbcQuerySender.getStatement
(Connection con, String query, AbstractJdbcQuerySender.QueryType queryType) protected Message
AbstractJdbcQuerySender.getUpdateStatementResult
(PreparedStatement statement, String resultQuery, PreparedStatement resStmt, int numRowsAffected) void
JdbcTransactionalStorage.initialize
(IDbmsSupport dbmsSupport) Checks if table exists, and creates when necessary.protected PreparedStatement
AbstractJdbcQuerySender.prepareQuery
(Connection con, String query, 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 String
JdbcTransactionalStorage.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 JdbcExceptionModifier and TypeMethodDescriptionabstract void
AbstractDatabaseMigrator.update()
Run the migration script against the database.abstract void
Run the migration script and write the output to theWriter
.abstract void
Run the provided migration script (against the local database) and write the output to theWriter
.void
void
-
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 void
JdbcUtil.applyParameters
(IDbmsSupport dbmsSupport, PreparedStatement statement, ParameterList parameters, Message message, PipeLineSession session) static void
JdbcUtil.applyParameters
(IDbmsSupport dbmsSupport, PreparedStatement statement, ParameterValueList parameters, PipeLineSession session) static String
JdbcUtil.getBlobAsString
(IDbmsSupport dbmsSupport, ResultSet rs, int column, String charset, boolean blobIsCompressed, boolean blobSmartGet, boolean encodeBlobBase64) static String
JdbcUtil.getBlobAsString
(IDbmsSupport dbmsSupport, ResultSet rs, String column, String charset, boolean blobIsCompressed, boolean blobSmartGet, boolean encodeBlobBase64) static InputStream
JdbcUtil.getBlobInputStream
(IDbmsSupport dbmsSupport, ResultSet rs, int column, boolean blobIsCompressed) static InputStream
JdbcUtil.getBlobInputStream
(IDbmsSupport dbmsSupport, ResultSet rs, String column, boolean blobIsCompressed) static Reader
JdbcUtil.getBlobReader
(IDbmsSupport dbmsSupport, ResultSet rs, int column, String charset, boolean blobIsCompressed) static String
JdbcUtil.getClobAsString
(IDbmsSupport dbmsSupport, ResultSet rs, int columnIndex, boolean xmlEncode) static boolean
JdbcUtil.isQueryResultEmpty
(Connection connection, String query) void
static void
JdbcUtil.streamBlob
(IDbmsSupport dbmsSupport, ResultSet rs, int columnIndex, String charset, boolean blobIsCompressed, Base64Pipe.Direction blobBase64Direction, Object target, boolean close)