org.wildfly.extras.creaper.commands.datasources
Class AddSybaseDataSource
java.lang.Object
org.wildfly.extras.creaper.commands.datasources.AddDataSource
org.wildfly.extras.creaper.commands.datasources.AddSybaseDataSource
- All Implemented Interfaces:
- Command, OfflineCommand, OnlineCommand
public final class AddSybaseDataSource
- extends AddDataSource
Creates a Sybase datasource.
Connection URL format: jdbc:sybase:Tds:localhost:5000/database-name?JCONNECT_VERSION=6
Applies defaults from
Example Sybase 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.