|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.engine.SessionWithState
public abstract class SessionWithState
The base class for both remote and embedded sessions.
| Field Summary | |
|---|---|
protected ObjectArray<java.lang.String> |
sessionState
|
protected boolean |
sessionStateChanged
|
| Constructor Summary | |
|---|---|
SessionWithState()
|
|
| Method Summary | |
|---|---|
void |
readSessionState()
Read the session state if necessary. |
protected void |
recreateSessionState()
Re-create the session state using the stored sessionState list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.h2.engine.SessionInterface |
|---|
cancel, close, getDataHandler, getPowerOffCount, getTrace, isClosed, isReconnectNeeded, prepareCommand, reconnect, setPowerOffCount |
| Field Detail |
|---|
protected ObjectArray<java.lang.String> sessionState
protected boolean sessionStateChanged
| Constructor Detail |
|---|
public SessionWithState()
| Method Detail |
|---|
protected void recreateSessionState()
throws java.sql.SQLException
java.sql.SQLException
public void readSessionState()
throws java.sql.SQLException
java.sql.SQLException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||