Class SingleStoreConnection

java.lang.Object
org.flywaydb.core.internal.database.base.Connection<SingleStoreDatabase>
org.flywaydb.database.singlestore.SingleStoreConnection
All Implemented Interfaces:
Closeable, AutoCloseable

public class SingleStoreConnection extends org.flywaydb.core.internal.database.base.Connection<SingleStoreDatabase>
  • Constructor Details

  • Method Details

    • doRestoreOriginalState

      protected void doRestoreOriginalState() throws SQLException
      Overrides:
      doRestoreOriginalState in class org.flywaydb.core.internal.database.base.Connection<SingleStoreDatabase>
      Throws:
      SQLException
    • getCurrentSchemaNameOrSearchPath

      protected String getCurrentSchemaNameOrSearchPath() throws SQLException
      Specified by:
      getCurrentSchemaNameOrSearchPath in class org.flywaydb.core.internal.database.base.Connection<SingleStoreDatabase>
      Throws:
      SQLException
    • doChangeCurrentSchemaOrSearchPathTo

      public void doChangeCurrentSchemaOrSearchPathTo(String schema) throws SQLException
      Overrides:
      doChangeCurrentSchemaOrSearchPathTo in class org.flywaydb.core.internal.database.base.Connection<SingleStoreDatabase>
      Throws:
      SQLException
    • doGetCurrentSchema

      protected org.flywaydb.core.internal.database.base.Schema doGetCurrentSchema() throws SQLException
      Overrides:
      doGetCurrentSchema in class org.flywaydb.core.internal.database.base.Connection<SingleStoreDatabase>
      Throws:
      SQLException
    • getSchema

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