Class DB2ZJdbcTemplate

java.lang.Object
org.flywaydb.core.internal.jdbc.JdbcTemplate
org.flywaydb.community.database.db2z.DB2ZJdbcTemplate

public class DB2ZJdbcTemplate extends org.flywaydb.core.internal.jdbc.JdbcTemplate
  • Field Summary

    Fields inherited from class org.flywaydb.core.internal.jdbc.JdbcTemplate

    connection, nullType
  • Constructor Summary

    Constructors
    Constructor
    Description
    DB2ZJdbcTemplate(Connection connection, org.flywaydb.core.internal.database.DatabaseType databaseType)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.flywaydb.core.internal.jdbc.Results
    Executes this callable sql statement using a PreparedStatement.

    Methods inherited from class org.flywaydb.core.internal.jdbc.JdbcTemplate

    execute, executeBatch, executeStatement, extractErrors, extractResults, extractWarnings, getConnection, prepareStatement, query, queryForBoolean, queryForInt, queryForList, queryForLong, queryForString, queryForStringList, update

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DB2ZJdbcTemplate

      public DB2ZJdbcTemplate(Connection connection, org.flywaydb.core.internal.database.DatabaseType databaseType)
  • Method Details

    • executeCallableStatement

      public org.flywaydb.core.internal.jdbc.Results executeCallableStatement(String sql, Object... params)
      Executes this callable sql statement using a PreparedStatement.
      Parameters:
      sql - The statement to execute.
      params - The statement parameters.
      Returns:
      the results of the execution.