org.wildfly.extras.creaper.commands.datasources
Class AddMssqlDataSource
java.lang.Object
org.wildfly.extras.creaper.commands.datasources.AddDataSource
org.wildfly.extras.creaper.commands.datasources.AddMssqlDataSource
- All Implemented Interfaces:
- Command, OfflineCommand, OnlineCommand
public final class AddMssqlDataSource
- extends AddDataSource
Creates an MS SQL datasource.
Connection URL format: jdbc:sqlserver://localhost:1433;DatabaseName=database-name
Applies defaults from
Example Microsoft SQLServer 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 |
modifyIfNeeded
protected void modifyIfNeeded(ServerVersion serverVersion)
- Overrides:
modifyIfNeeded in class AddDataSource
Copyright © 2016. All rights reserved.