Class MariaDBDatabase
java.lang.Object
migratedb.v1.core.internal.database.base.BaseDatabase<MySQLConnection>
migratedb.v1.core.internal.database.mysql.MySQLDatabase
migratedb.v1.core.internal.database.mysql.mariadb.MariaDBDatabase
- All Implemented Interfaces:
Closeable,AutoCloseable,Database<MySQLConnection>
-
Field Summary
Fields inherited from class migratedb.v1.core.internal.database.base.BaseDatabase
configuration, databaseType, jdbcConnectionFactory, jdbcMetaData, jdbcTemplate, rawMainJdbcConnection -
Constructor Summary
ConstructorsConstructorDescriptionMariaDBDatabase(Configuration configuration, JdbcConnectionFactory jdbcConnectionFactory) -
Method Summary
Methods inherited from class migratedb.v1.core.internal.database.mysql.MySQLDatabase
catalogIsSchema, determineVersion, doGetConnection, doGetCurrentUser, ensureSupported, getBooleanFalse, getBooleanTrue, getCloseQuote, getOpenQuote, getRawCreateScript, isCreateTableAsSelectAllowed, supportsChangingCurrentSchema, supportsDdlTransactions, useSingleConnectionMethods inherited from class migratedb.v1.core.internal.database.base.BaseDatabase
cleanPostSchemas, cleanPreSchemas, close, computeVersionDisplayName, doCleanPostSchemas, doCleanPreSchemas, doGetCatalog, doQuote, ensureDatabaseIsRecentEnough, getAllSchemas, getBaselineStatement, getCatalog, getCreateScript, getCurrentUser, getDatabaseType, getDefaultDelimiter, getEscapedQuote, getInsertStatement, getInstalledBy, getJdbcMetaData, getMainConnection, getMigrationConnection, getSelectStatement, getVersion, quote, recommendMigrateDbUpgradeIfNecessary, recommendMigrateDbUpgradeIfNecessaryForMajorVersion, supportsEmptyMigrationDescription, supportsMultiStatementTransactions, unQuote
-
Constructor Details
-
MariaDBDatabase
-
-
Method Details
-
getConstraintName
- Overrides:
getConstraintNamein classMySQLDatabase
-