org.wildfly.extras.creaper.commands.datasources
Class AddMariaDbDataSource
java.lang.Object
org.wildfly.extras.creaper.commands.datasources.AddDataSource
org.wildfly.extras.creaper.commands.datasources.AddMariaDbDataSource
- All Implemented Interfaces:
- Command, OfflineCommand, OnlineCommand
public final class AddMariaDbDataSource
- extends AddDataSource
Creates a Maria DB datasource.
Connection URL format is expected to be: jdbc:mariadb://localhost:3306/database-name
Applies defaults of datasource settings used for testing JBoss EAP 7.
Note: classes of connection checker or exception sorter are the same as for MySQL datasource.
| Fields inherited from class org.wildfly.extras.creaper.commands.datasources.AddDataSource |
allocationRetry, allocationRetryWaitMillis, allowMultipleUsers, backgroundValidation, backgroundValidationMillis, blockingTimeoutMillis, checkValidConnectionSql, connectable, connectionProperties, datasourceClass, driverClass, driverName, exceptionSorterClass, exceptionSorterProperties, flushStrategy, idleTimeoutMinutes, jta, managedConnectionPool, maxPoolSize, minPoolSize, newConnectionSql, password, prefill, preparedStatementCacheSize, queryTimeout, reauthPluginClass, reauthPluginProperties, securityDomain, setTxQueryTimeout, sharePreparedStatements, spy, staleConnectionCheckerClass, staleConnectionCheckerProperties, statisticsEnabled, trackStatements, transactionIsolation, urlDelimiter, urlSelectorStrategyClass, useCcm, useFastFailAllocation, useJavaContext, username, useStrictMinPoolSize, useTryLock, validateOnMatch, validConnectionCheckerClass, validConnectionCheckerProperties |
| Fields inherited from interface org.wildfly.extras.creaper.core.online.OnlineCommand |
NOOP |
| Fields inherited from interface org.wildfly.extras.creaper.core.offline.OfflineCommand |
NOOP |
modifyIfNeeded
protected void modifyIfNeeded(ServerVersion serverVersion)
- Overrides:
modifyIfNeeded in class AddDataSource
Copyright © 2020. All rights reserved.