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

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.datasources.AddDataSource
      extended by org.wildfly.extras.creaper.commands.datasources.AddPostgresPlusDataSource
All Implemented Interfaces:
Command, OfflineCommand, OnlineCommand

public final class AddPostgresPlusDataSource
extends AddDataSource

Creates a Postgres Plus datasource.

Connection URL format: jdbc:edb://localhost:5432/postgres

Applies defaults from Example PostgreSQL Datasource.

See Also:
AddPostgreSqlDataSource

Nested Class Summary
static class AddPostgresPlusDataSource.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.