Uses of Class
org.frankframework.dbms.DbmsException
Packages that use DbmsException
-
Uses of DbmsException in org.frankframework.dbms
Methods in org.frankframework.dbms that throw DbmsExceptionModifier and TypeMethodDescriptionintMySqlDbmsSupport.alterAutoIncrement(Connection connection, String tableName, int startWith) intPostgresqlDbmsSupport.alterAutoIncrement(Connection connection, String tableName, int startWith) voidIDbmsSupport.applyBlobParameter(PreparedStatement stmt, int column, Object blobInsertHandle) voidIDbmsSupport.applyClobParameter(PreparedStatement stmt, int column, Object clobHandle) GenericDbmsSupport.convertQuery(String query, String sqlDialectFrom) IDbmsSupport.convertQuery(String query, String sqlDialectFrom) protected ISqlTranslatorGenericDbmsSupport.createTranslator(String source, String target) protected booleanGenericDbmsSupport.doIsColumnPresent(Connection conn, String columnsTable, String schemaColumn, String tableNameColumn, String columnNameColumn, String schemaName, String tableName, String columnName) Alternative implementation of isColumnPresent(), that can be used by descender classes if the implementation via metadata does not work for that driver.protected booleanGenericDbmsSupport.doIsTablePresent(Connection conn, String tablesTable, String schemaColumn, String tableNameColumn, String schemaName, String tableName) Alternative implementation of isTablePresent(), that can be used by descender classes if the implementation via metadata does not work for that driver.GenericDbmsSupport.getBlobHandle(PreparedStatement stmt, int column) GenericDbmsSupport.getBlobHandle(ResultSet rs, int column) H2DbmsSupport.getBlobHandle(ResultSet rs, int column) IDbmsSupport.getBlobHandle(PreparedStatement stmt, int column) IDbmsSupport.getBlobHandle(ResultSet rs, int column) MariaDbDbmsSupport.getBlobHandle(ResultSet rs, int column) PostgresqlDbmsSupport.getBlobHandle(PreparedStatement stmt, int column) PostgresqlDbmsSupport.getBlobHandle(ResultSet rs, int column) IDbmsSupport.getBlobInputStream(ResultSet rs, int column) IDbmsSupport.getBlobInputStream(ResultSet rs, String column) GenericDbmsSupport.getBlobOutputStream(ResultSet rs, int column, Object blobUpdateHandle) IDbmsSupport.getBlobOutputStream(PreparedStatement stmt, int column, Object blobInsertHandle) IDbmsSupport.getBlobOutputStream(ResultSet rs, int column, Object blobHandle) GenericDbmsSupport.getClobHandle(PreparedStatement stmt, int column) GenericDbmsSupport.getClobHandle(ResultSet rs, int column) H2DbmsSupport.getClobHandle(ResultSet rs, int column) IDbmsSupport.getClobHandle(PreparedStatement stmt, int column) IDbmsSupport.getClobHandle(ResultSet rs, int column) MariaDbDbmsSupport.getClobHandle(ResultSet rs, int column) PostgresqlDbmsSupport.getClobHandle(PreparedStatement stmt, int column) PostgresqlDbmsSupport.getClobHandle(ResultSet rs, int column) IDbmsSupport.getClobReader(ResultSet rs, int column) IDbmsSupport.getClobReader(ResultSet rs, String column) IDbmsSupport.getClobWriter(PreparedStatement stmt, int column, Object clobHandle) IDbmsSupport.getClobWriter(ResultSet rs, int column, Object clobHandle) DbmsSupportFactory.getDbmsSupport(String product, String productVersion) Db2DbmsSupport.getSchema(Connection conn) GenericDbmsSupport.getSchema(Connection conn) H2DbmsSupport.getSchema(Connection conn) IDbmsSupport.getSchema(Connection conn) MsSqlServerDbmsSupport.getSchema(Connection conn) MySqlDbmsSupport.getSchema(Connection conn) OracleDbmsSupport.getSchema(Connection conn) PostgresqlDbmsSupport.getSchema(Connection conn) protected ISqlTranslatorGenericDbmsSupport.getSqlTranslator(String sqlDialectFrom) Db2DbmsSupport.getTableColumns(Connection conn, String schemaName, String tableName, String columnNamePattern) GenericDbmsSupport.getTableColumns(Connection conn, String tableName) GenericDbmsSupport.getTableColumns(Connection conn, String schemaName, String tableName) GenericDbmsSupport.getTableColumns(Connection conn, String schemaName, String tableName, String columnNamePattern) H2DbmsSupport.getTableColumns(Connection conn, String schemaName, String tableName, String columnNamePattern) IDbmsSupport.getTableColumns(Connection conn, String tableName) IDbmsSupport.getTableColumns(Connection conn, String schemaName, String tableName) IDbmsSupport.getTableColumns(Connection conn, String schemaName, String tableName, String columnNamePattern) OracleDbmsSupport.getTableColumns(Connection conn, String schemaName, String tableName, String columnNamePattern) PostgresqlDbmsSupport.getTableColumns(Connection conn, String schemaName, String tableName, String columnNamePattern) booleanDb2DbmsSupport.hasIndexOnColumn(Connection conn, String schemaName, String tableName, String columnName) booleanGenericDbmsSupport.hasIndexOnColumn(Connection conn, String schemaName, String tableName, String columnName) booleanH2DbmsSupport.hasIndexOnColumn(Connection conn, String schemaName, String tableName, String columnName) booleanIDbmsSupport.hasIndexOnColumn(Connection conn, String schemaOwner, String tableName, String columnName) booleanOracleDbmsSupport.hasIndexOnColumn(Connection conn, String schemaOwner, String tableName, String columnName) booleanPostgresqlDbmsSupport.hasIndexOnColumn(Connection conn, String schemaOwner, String tableName, String columnName) booleanDb2DbmsSupport.hasIndexOnColumns(Connection conn, String schemaOwner, String tableName, List<String> columns) booleanGenericDbmsSupport.hasIndexOnColumns(Connection conn, String schemaOwner, String tableName, List<String> columns) booleanIDbmsSupport.hasIndexOnColumns(Connection conn, String schemaOwner, String tableName, List<String> columns) booleanPostgresqlDbmsSupport.hasIndexOnColumns(Connection conn, String schemaOwner, String tableName, List<String> columns) booleanDb2DbmsSupport.isColumnPresent(Connection conn, String schemaName, String tableName, String columnName) booleanGenericDbmsSupport.isColumnPresent(Connection conn, String tableName, String columnName) booleanGenericDbmsSupport.isColumnPresent(Connection conn, String schemaName, String tableName, String columnName) booleanH2DbmsSupport.isColumnPresent(Connection conn, String schemaName, String tableName, String columnName) booleanIDbmsSupport.isColumnPresent(Connection conn, String tableName, String columnName) booleanIDbmsSupport.isColumnPresent(Connection conn, String schemaName, String tableName, String columnName) booleanOracleDbmsSupport.isColumnPresent(Connection conn, String schemaName, String tableName, String columnName) booleanPostgresqlDbmsSupport.isColumnPresent(Connection conn, String schemaName, String tableName, String columnName) booleanDb2DbmsSupport.isTablePresent(Connection conn, String schemaName, String tableName) booleanGenericDbmsSupport.isTablePresent(Connection conn, String tableName) booleanGenericDbmsSupport.isTablePresent(Connection conn, String schemaName, String tableName) booleanH2DbmsSupport.isTablePresent(Connection conn, String schemaName, String tableName) booleanIDbmsSupport.isTablePresent(Connection conn, String tableName) booleanIDbmsSupport.isTablePresent(Connection conn, String schemaName, String tableName) booleanOracleDbmsSupport.isTablePresent(Connection conn, String schemaName, String tableName) booleanPostgresqlDbmsSupport.isTablePresent(Connection conn, String schemaName, String tableName) GenericDbmsSupport.prepareQueryTextForNonLockingRead(String selectQuery) IDbmsSupport.prepareQueryTextForNonLockingRead(String selectQuery) Modify the provided selectQuery in such a way that the resulting query will not be blocked by locks, and will avoid placing locks itself as much as possible.MsSqlServerDbmsSupport.prepareQueryTextForNonLockingRead(String selectQuery) Db2DbmsSupport.prepareQueryTextForWorkQueuePeeking(int batchSize, String selectQuery, int wait) GenericDbmsSupport.prepareQueryTextForWorkQueuePeeking(int batchSize, String selectQuery) GenericDbmsSupport.prepareQueryTextForWorkQueuePeeking(int batchSize, String selectQuery, int wait) IDbmsSupport.prepareQueryTextForWorkQueuePeeking(int batchSize, String selectQuery) IDbmsSupport.prepareQueryTextForWorkQueuePeeking(int batchSize, String selectQuery, int wait) MariaDbDbmsSupport.prepareQueryTextForWorkQueuePeeking(int batchSize, String selectQuery, int wait) MsSqlServerDbmsSupport.prepareQueryTextForWorkQueuePeeking(int batchSize, String selectQuery, int wait) MySqlDbmsSupport.prepareQueryTextForWorkQueuePeeking(int batchSize, String selectQuery, int wait) PostgresqlDbmsSupport.prepareQueryTextForWorkQueuePeeking(int batchSize, String selectQuery, int wait) Db2DbmsSupport.prepareQueryTextForWorkQueueReading(int batchSize, String selectQuery, int wait) GenericDbmsSupport.prepareQueryTextForWorkQueueReading(int batchSize, String selectQuery) GenericDbmsSupport.prepareQueryTextForWorkQueueReading(int batchSize, String selectQuery, int wait) H2DbmsSupport.prepareQueryTextForWorkQueueReading(int batchSize, String selectQuery, int wait) IDbmsSupport.prepareQueryTextForWorkQueueReading(int batchSize, String selectQuery) IDbmsSupport.prepareQueryTextForWorkQueueReading(int batchSize, String selectQuery, int wait) MariaDbDbmsSupport.prepareQueryTextForWorkQueueReading(int batchSize, String selectQuery, int wait) MsSqlServerDbmsSupport.prepareQueryTextForWorkQueueReading(int batchSize, String selectQuery, int wait) MySqlDbmsSupport.prepareQueryTextForWorkQueueReading(int batchSize, String selectQuery, int wait) OracleDbmsSupport.prepareQueryTextForWorkQueueReading(int batchSize, String selectQuery, int wait) PostgresqlDbmsSupport.prepareQueryTextForWorkQueueReading(int batchSize, String selectQuery, int wait) voidGenericDbmsSupport.updateBlob(ResultSet rs, int column, Object blobUpdateHandle) voidGenericDbmsSupport.updateBlob(ResultSet rs, String column, Object blobUpdateHandle) voidIDbmsSupport.updateBlob(ResultSet rs, int column, Object blobHandle) voidIDbmsSupport.updateBlob(ResultSet rs, String column, Object blobHandle) voidPostgresqlDbmsSupport.updateBlob(ResultSet rs, int column, Object blobHandle) voidPostgresqlDbmsSupport.updateBlob(ResultSet rs, String column, Object blobHandle) voidGenericDbmsSupport.updateClob(ResultSet rs, int column, Object clobHandle) voidGenericDbmsSupport.updateClob(ResultSet rs, String column, Object clobHandle) voidIDbmsSupport.updateClob(ResultSet rs, int column, Object clobHandle) voidIDbmsSupport.updateClob(ResultSet rs, String column, Object clobHandle) voidPostgresqlDbmsSupport.updateClob(ResultSet rs, int column, Object clobHandle) voidPostgresqlDbmsSupport.updateClob(ResultSet rs, String column, Object clobHandle) Constructors in org.frankframework.dbms that throw DbmsException -
Uses of DbmsException in org.frankframework.jdbc
Methods in org.frankframework.jdbc that throw DbmsExceptionModifier and TypeMethodDescriptionprotected StringAbstractJdbcQuerySender.convertQuery(String query) protected StringJdbcListener.convertQuery(String query) -
Uses of DbmsException in org.frankframework.util
Methods in org.frankframework.util that throw DbmsExceptionModifier and TypeMethodDescriptionstatic OutputStreamJdbcUtil.getBlobOutputStream(IDbmsSupport dbmsSupport, Object blobUpdateHandle, ResultSet rs, int columnIndex, boolean compressBlob) static voidJdbcUtil.streamClob(IDbmsSupport dbmsSupport, ResultSet rs, int column, Object target, boolean close)