public class YdbConfig extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static YdbConfig |
from(String jdbcURL,
Properties origin) |
String |
getConnectionString() |
int |
getPreparedStatementsCachecSize() |
Properties |
getSafeProps() |
String |
getSafeUrl() |
String |
getUrl() |
String |
getUsername() |
int |
hashCode() |
boolean |
isCacheConnectionsInDriver() |
boolean |
isFullScanDetectorEnabled() |
boolean |
isTxTracedEnabled() |
boolean |
isUseQueryService() |
static boolean |
isYdb(String url) |
DriverPropertyInfo[] |
toPropertyInfo() |
public Properties getSafeProps()
public String getConnectionString()
public boolean isCacheConnectionsInDriver()
public int getPreparedStatementsCachecSize()
public boolean isUseQueryService()
public boolean isFullScanDetectorEnabled()
public boolean isTxTracedEnabled()
public String getUrl()
public String getSafeUrl()
public String getUsername()
public DriverPropertyInfo[] toPropertyInfo() throws SQLException
SQLExceptionpublic static boolean isYdb(String url)
public static YdbConfig from(String jdbcURL, Properties origin) throws SQLException
SQLExceptionCopyright © 2024. All rights reserved.