public class SessionWrapper extends Object implements Serializable
| Constructor and Description |
|---|
SessionWrapper(Session session) |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
execute(String stmt)
Execute the query sentence.
|
boolean |
ping() |
public SessionWrapper(Session session)
public ResultSet execute(String stmt) throws IOErrorException
stmt - The query sentence.IOErrorExceptionpublic boolean ping()
Copyright © 2024. All rights reserved.