Class SpannerJdbcTemplate

java.lang.Object
org.flywaydb.core.internal.jdbc.JdbcTemplate
org.flywaydb.database.spanner.SpannerJdbcTemplate

public class SpannerJdbcTemplate 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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    prepareStatement(String sql, Object[] params)
     

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

    execute, executeStatement, extractErrors, getConnection, 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

    • SpannerJdbcTemplate

      public SpannerJdbcTemplate(Connection connection)
  • Method Details