public class JDBCURL extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JDBCURL.ConnectionType |
Modifier and Type | Field and Description |
---|---|
static Map<String,String> |
EXECUTION_PROPERTIES |
static String |
JDBC_PROTOCOL |
static Map<String,String> |
KNOWN_PROPERTIES |
Constructor and Description |
---|
JDBCURL(String jdbcURL) |
JDBCURL(String vdbName,
String connectionURL,
Properties props) |
Modifier and Type | Method and Description |
---|---|
static JDBCURL.ConnectionType |
acceptsUrl(String url) |
static void |
addNormalizedProperty(String key,
Object value,
Properties target) |
String |
getAnsiQuotedIdentifiers() |
String |
getConnectionURL() |
String |
getDisableLocalTransactions() |
String |
getFetchSize() |
String |
getJDBCURL() |
String |
getPartialResultsMode() |
String |
getPassword() |
Properties |
getProperties() |
String |
getProperty(String key) |
String |
getResultSetCacheMode() |
String |
getTransactionAutowrapMode() |
String |
getTransparentFailover() |
String |
getUserName() |
static String |
getValidKey(String key) |
String |
getVDBName() |
String |
getVDBVersion() |
static Properties |
normalizeProperties(Properties props) |
static void |
parseConnectionProperties(String connectionInfo,
Properties p) |
String |
toString() |
public static final String JDBC_PROTOCOL
public JDBCURL(String jdbcURL)
public JDBCURL(String vdbName, String connectionURL, Properties props)
public static JDBCURL.ConnectionType acceptsUrl(String url)
public String getVDBName()
public String getConnectionURL()
public Properties getProperties()
public static void parseConnectionProperties(String connectionInfo, Properties p)
public String getJDBCURL()
public String getUserName()
public String getPassword()
public String getVDBVersion()
public String getTransactionAutowrapMode()
public String getPartialResultsMode()
public String getResultSetCacheMode()
public String getAnsiQuotedIdentifiers()
public String getFetchSize()
public String getTransparentFailover()
public String getDisableLocalTransactions()
public static void addNormalizedProperty(String key, Object value, Properties target)
public static Properties normalizeProperties(Properties props)
Copyright © 2019. All rights reserved.