public class ConnectorSession extends Object
| Constructor and Description |
|---|
ConnectorSession(String user,
String source,
String catalog,
String schema,
TimeZoneKey timeZoneKey,
Locale locale,
String remoteUserAddress,
String userAgent) |
ConnectorSession(String user,
String source,
String catalog,
String schema,
TimeZoneKey timeZoneKey,
Locale locale,
String remoteUserAddress,
String userAgent,
long startTime) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalog()
Deprecated.
|
Locale |
getLocale() |
String |
getRemoteUserAddress() |
String |
getSchema()
Deprecated.
|
String |
getSource() |
long |
getStartTime() |
TimeZoneKey |
getTimeZoneKey() |
String |
getUser() |
String |
getUserAgent() |
String |
toString() |
public ConnectorSession(String user, String source, String catalog, String schema, TimeZoneKey timeZoneKey, Locale locale, String remoteUserAddress, String userAgent)
public String getUser()
public String getSource()
@Deprecated public String getCatalog()
@Deprecated public String getSchema()
public TimeZoneKey getTimeZoneKey()
public Locale getLocale()
public String getRemoteUserAddress()
public String getUserAgent()
public long getStartTime()
Copyright © 2012-2014. All Rights Reserved.