Uses of Class
org.hsqldb.Session

Packages that use Session
org.hsqldb   
org.hsqldb.jdbc   
org.hsqldb.scriptio   
 

Uses of Session in org.hsqldb
 

Methods in org.hsqldb that return Session
static Session DatabaseManager.newSession(String type, String path, String user, String password, boolean ifexists, HsqlProperties props)
          Used by in-process connections and by Servlet
 Session HSQLClientConnection.getSession()
           
 Session SessionManager.newSession(Database db, org.hsqldb.User user, boolean readonly)
          Binds the specified Session object into this SessionManager's active Session registry.
 Session SessionManager.getSysSession()
          Retrieves the special SYS Session.
 

Methods in org.hsqldb with parameters of type Session
 Table Database.getTable(String name, Session session)
          Retrieves the specified user-defined table or view visible within the context of the specified Session, or any system table of the given name.
protected  void Table.setDataSource(String source, boolean isDesc, Session s, boolean newFile)
           
 void Table.insertNoCheck(Object[] row, Session c, boolean log)
          Low level method for row insert.
protected  void Table.setIdentityColumn(Object[] row, Session c)
          If there is an identity column (visible or hidden) on the table, sets the value and/or adjusts the iIdentiy value for the table.
 

Uses of Session in org.hsqldb.jdbc
 

Constructors in org.hsqldb.jdbc with parameters of type Session
jdbcConnection(Session c)
          Constructs an INTERNAL Connection, using the specified Session.
 

Uses of Session in org.hsqldb.scriptio
 

Methods in org.hsqldb.scriptio with parameters of type Session
 void ScriptReaderBase.readAll(Session session)
           
protected abstract  void ScriptReaderBase.readDDL(Session session)
           
protected abstract  void ScriptReaderBase.readExistingData(Session session)
           
protected  void ScriptReaderText.readDDL(Session session)
           
protected  void ScriptReaderText.readExistingData(Session session)
           
 



Copyright © 2001 - 2004 HSQL Development Group. All Rights Reserved.