Class Session

java.lang.Object
org.apache.derby.impl.tools.ij.Session

class Session extends Object
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.