Class 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
      SpannerJdbcTemplate​(java.sql.Connection connection)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.sql.PreparedStatement prepareStatement​(java.lang.String sql, java.lang.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 Detail

      • SpannerJdbcTemplate

        public SpannerJdbcTemplate​(java.sql.Connection connection)
    • Method Detail

      • prepareStatement

        protected java.sql.PreparedStatement prepareStatement​(java.lang.String sql,
                                                              java.lang.Object[] params)
                                                       throws java.sql.SQLException
        Overrides:
        prepareStatement in class org.flywaydb.core.internal.jdbc.JdbcTemplate
        Throws:
        java.sql.SQLException