public class NebulaSession extends Object implements Serializable
| Constructor and Description |
|---|
NebulaSession(SyncConnection connection,
long sessionID,
int timezoneOffset,
SessionState state) |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
execute(String stmt) |
ResultSet |
executeWithParameter(String stmt,
Map<String,Object> parameterMap) |
long |
getSessionID() |
Boolean |
isIdle() |
boolean |
isIdleAndSetUsed() |
Boolean |
isUsed() |
boolean |
isUsedAndSetIdle() |
void |
release() |
public NebulaSession(SyncConnection connection, long sessionID, int timezoneOffset, SessionState state)
public long getSessionID()
public Boolean isIdle()
public Boolean isUsed()
public boolean isUsedAndSetIdle()
public boolean isIdleAndSetUsed()
public ResultSet execute(String stmt) throws IOErrorException
IOErrorExceptionpublic ResultSet executeWithParameter(String stmt, Map<String,Object> parameterMap) throws IOErrorException
IOErrorExceptionpublic void release()
Copyright © 2023. All rights reserved.