Class IgniteThinConnection

java.lang.Object
org.flywaydb.core.internal.database.base.Connection<IgniteThinDatabase>
org.flywaydb.community.database.ignite.thin.IgniteThinConnection
All Implemented Interfaces:
Closeable, AutoCloseable

public class IgniteThinConnection extends org.flywaydb.core.internal.database.base.Connection<IgniteThinDatabase>
Apache Ignite Thin connection.
  • Method Details

    • doChangeCurrentSchemaOrSearchPathTo

      public void doChangeCurrentSchemaOrSearchPathTo(String schema) throws SQLException
      Overrides:
      doChangeCurrentSchemaOrSearchPathTo in class org.flywaydb.core.internal.database.base.Connection<IgniteThinDatabase>
      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<IgniteThinDatabase>
    • getCurrentSchemaNameOrSearchPath

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