Package net.snowflake.client.jdbc
Class SnowflakeConnectString
- java.lang.Object
-
- net.snowflake.client.jdbc.SnowflakeConnectString
-
- All Implemented Interfaces:
Serializable
public class SnowflakeConnectString extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccount()
String
getHost()
Map<String,Object>
getParameters()
int
getPort()
String
getScheme()
static boolean
hasSupportedPrefix(String url)
boolean
isValid()
static SnowflakeConnectString
parse(String url, Properties info)
String
toString()
String
toString(boolean maskSensitiveValue)
-
-
-
Method Detail
-
hasSupportedPrefix
public static boolean hasSupportedPrefix(String url)
-
parse
public static SnowflakeConnectString parse(String url, Properties info)
-
toString
public String toString(boolean maskSensitiveValue)
-
isValid
public boolean isValid()
-
getScheme
public String getScheme()
-
getHost
public String getHost()
-
getPort
public int getPort()
-
getAccount
public String getAccount()
-
-