Class SpannerConnection

java.lang.Object
org.flywaydb.core.internal.database.base.Connection<SpannerDatabase>
org.flywaydb.database.spanner.SpannerConnection
All Implemented Interfaces:
Closeable, AutoCloseable

public class SpannerConnection extends org.flywaydb.core.internal.database.base.Connection<SpannerDatabase>
  • Field Summary

    Fields inherited from class org.flywaydb.core.internal.database.base.Connection

    database, jdbcTemplate, originalSchemaNameOrSearchPath
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
    org.flywaydb.core.internal.database.base.Schema
     

    Methods inherited from class org.flywaydb.core.internal.database.base.Connection

    changeCurrentSchemaTo, close, doChangeCurrentSchemaOrSearchPathTo, doGetCurrentSchema, doRestoreOriginalState, getCurrentSchema, getJdbcConnection, getJdbcTemplate, lock, restoreOriginalState

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getCurrentSchemaNameOrSearchPath

      protected String getCurrentSchemaNameOrSearchPath()
      Specified by:
      getCurrentSchemaNameOrSearchPath in class org.flywaydb.core.internal.database.base.Connection<SpannerDatabase>
    • getSchema

      public org.flywaydb.core.internal.database.base.Schema getSchema(String name)
      Specified by:
      getSchema in class org.flywaydb.core.internal.database.base.Connection<SpannerDatabase>