public class SqlTableSession extends SqlAbstractTable implements TableSession
Constructor and Description |
---|
SqlTableSession() |
Modifier and Type | Method and Description |
---|---|
void |
insert(long sessionId,
String sessionName) |
List<RecordSession> |
listSessions() |
protected void |
reconnect(Connection conn) |
void |
update(long sessionId,
String sessionName) |
databaseOpen, getConnection
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
databaseOpen
protected void reconnect(Connection conn) throws DatabaseException
reconnect
in class SqlAbstractTable
DatabaseException
public void insert(long sessionId, String sessionName) throws DatabaseException
insert
in interface TableSession
DatabaseException
public void update(long sessionId, String sessionName) throws DatabaseException
update
in interface TableSession
DatabaseException
public List<RecordSession> listSessions() throws DatabaseException
listSessions
in interface TableSession
DatabaseException