| java.lang.Object org.apache.derby.impl.tools.ij.Session
Session | class Session (Code) | | Session holds the objects local to a particular database session,
which starts with a connection and is all other JDBC
stuff used on that connection, along with some ij state
that is connection-based as well.
This is separated out to localize database objects and
also group objects by session.
author: ames |
singleSession | boolean singleSession(Code) | | |
getIsDNC | boolean getIsDNC()(Code) | | |
getIsJCC | boolean getIsJCC()(Code) | | |
removeCursorStatement | boolean removeCursorStatement(String name)(Code) | | |
removePreparedStatement | boolean removePreparedStatement(String name)(Code) | | |
|
|