Class MariaDBDatabase

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

    public class MariaDBDatabase
    extends MySQLDatabase
    • Field Summary

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

        configuration, databaseType, jdbcConnectionFactory, jdbcMetaData, jdbcTemplate, rawMainJdbcConnection, statementInterceptor
    • Constructor Summary

      Constructors 
      Constructor Description
      MariaDBDatabase​(org.flywaydb.core.api.configuration.Configuration configuration, org.flywaydb.core.internal.jdbc.JdbcConnectionFactory jdbcConnectionFactory, org.flywaydb.core.internal.jdbc.StatementInterceptor statementInterceptor)  
    • Constructor Detail

      • MariaDBDatabase

        public MariaDBDatabase​(org.flywaydb.core.api.configuration.Configuration configuration,
                               org.flywaydb.core.internal.jdbc.JdbcConnectionFactory jdbcConnectionFactory,
                               org.flywaydb.core.internal.jdbc.StatementInterceptor statementInterceptor)
    • Method Detail

      • getConstraintName

        protected java.lang.String getConstraintName​(java.lang.String tableName)
        Overrides:
        getConstraintName in class MySQLDatabase