public class SqlSettings extends Object
| Constructor and Description |
|---|
SqlSettings() |
public String getDriverName()
public String getDataSource()
public int getMaxIdleConns()
public int getMaxOpenConns()
public boolean isTrace()
public String getAtRestEncryptKey()
public int getQueryTimeout()
public int getConnMaxLifetimeMilliseconds()
public boolean isEnablePublicChannelsMaterialization()
public void setDriverName(String driverName)
public void setDataSource(String dataSource)
public void setDataSourceSearchReplicas(List<String> dataSourceSearchReplicas)
public void setMaxIdleConns(int maxIdleConns)
public void setMaxOpenConns(int maxOpenConns)
public void setTrace(boolean trace)
public void setAtRestEncryptKey(String atRestEncryptKey)
public void setQueryTimeout(int queryTimeout)
public void setConnMaxLifetimeMilliseconds(int connMaxLifetimeMilliseconds)
public void setEnablePublicChannelsMaterialization(boolean enablePublicChannelsMaterialization)
protected boolean canEqual(Object other)
Copyright © 2019. All rights reserved.