org.wildfly.extras.creaper.commands.datasources
Class AddSybaseDataSource

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.datasources.AddDataSource
      extended by 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.


Nested Class Summary
static class AddSybaseDataSource.Builder
           
 
Field Summary
 
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
 
Method Summary
protected  void modifyIfNeeded(ServerVersion serverVersion)
           
 
Methods inherited from class org.wildfly.extras.creaper.commands.datasources.AddDataSource
apply, apply, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

modifyIfNeeded

protected void modifyIfNeeded(ServerVersion serverVersion)
Overrides:
modifyIfNeeded in class AddDataSource


Copyright © 2016. All rights reserved.