Class FirebirdConnection

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

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

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

        database, jdbcTemplate, originalSchemaNameOrSearchPath
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getCurrentSchemaNameOrSearchPath()  
      org.flywaydb.core.internal.database.base.Schema getSchema​(java.lang.String name)  
      • 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
    • Method Detail

      • getCurrentSchemaNameOrSearchPath

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

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