public interface SessionContext
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalog() |
Map<String,Map<String,String>> |
getCatalogSessionProperties() |
Set<String> |
getClientCapabilities() |
String |
getClientInfo() |
Set<String> |
getClientTags() |
Identity |
getIdentity() |
String |
getLanguage() |
String |
getPath() |
Map<String,String> |
getPreparedStatements() |
String |
getRemoteUserAddress() |
ResourceEstimates |
getResourceEstimates() |
String |
getSchema() |
String |
getSource() |
Map<String,String> |
getSystemProperties() |
String |
getTimeZoneId() |
Optional<String> |
getTraceToken() |
Optional<TransactionId> |
getTransactionId() |
String |
getUserAgent() |
boolean |
supportClientTransaction() |
Identity getIdentity()
String getRemoteUserAddress()
ResourceEstimates getResourceEstimates()
Optional<TransactionId> getTransactionId()
boolean supportClientTransaction()
Copyright © 2012–2019. All rights reserved.