public class ConnectionContext extends Object
Constructor and Description |
---|
ConnectionContext() |
Modifier and Type | Method and Description |
---|---|
void |
debugConnectionContext(String function) |
void |
extractFromByteBuffer(ByteBuffer bbBuf) |
short |
getAccessMode() |
short |
getAutoCommit() |
String |
getCatalog() |
String |
getClientUserName() |
VersionList |
getClientVersionList() |
String |
getComputerName() |
String |
getConnectOptions() |
long |
getContextOptions1() |
long |
getContextOptions2() |
short |
getCpuToUse() |
short |
getCpuToUseEnd() |
int |
getCtxACP() |
short |
getCtxCtrlInferNXHAR() |
int |
getCtxDataLang() |
int |
getCtxErrorLang() |
String |
getDatasource() |
int |
getDiagnosticFlag() |
int |
getDialogueId() |
int |
getIdleTimeoutSec() |
String |
getLocation() |
int |
getLoginTimeoutSec() |
int |
getProcessId() |
int |
getQueryTimeoutSec() |
short |
getRowSetSize() |
String |
getSchema() |
String |
getSessionName() |
short |
getTxnIsolationLevel() |
String |
getUserRole() |
String |
getWindowText() |
public void extractFromByteBuffer(ByteBuffer bbBuf) throws UnsupportedEncodingException
UnsupportedEncodingException
public void debugConnectionContext(String function)
public String getDatasource()
public String getCatalog()
public String getSchema()
public String getLocation()
public String getUserRole()
public short getAccessMode()
public short getAutoCommit()
public int getQueryTimeoutSec()
public int getIdleTimeoutSec()
public int getLoginTimeoutSec()
public short getTxnIsolationLevel()
public short getRowSetSize()
public int getDiagnosticFlag()
public int getProcessId()
public String getComputerName()
public String getWindowText()
public int getCtxACP()
public int getCtxDataLang()
public int getCtxErrorLang()
public short getCtxCtrlInferNXHAR()
public short getCpuToUse()
public short getCpuToUseEnd()
public String getConnectOptions()
public VersionList getClientVersionList()
public int getDialogueId()
public long getContextOptions1()
public long getContextOptions2()
public String getSessionName()
public String getClientUserName()
Copyright © 2016. All rights reserved.