| java.lang.Object org.hsqldb.DatabaseCommandInterpreter
DatabaseCommandInterpreter | class DatabaseCommandInterpreter (Code) | | Provides SQL Interpreter services relative to a Session and
its Database.
The core functionality of this class was inherited from Hypersonic and
extensively rewritten and extended in successive versions of HSQLDB.
author: Thomas Mueller (Hypersonic SQL Group) version: 1.8.0 since: 1.7.2 |
oldLibLen | final static int oldLibLen(Code) | | |
DatabaseCommandInterpreter | DatabaseCommandInterpreter(Session s)(Code) | | Constructs a new DatabaseCommandInterpreter for the given Session
Parameters: s - session |
execute | Result execute(String sql)(Code) | | Executes the SQL String. This method is always called from a block
synchronized on the database object.
Parameters: sql - query the result of executing the given SQL String |
processSelectInto | Result processSelectInto(Result result, HsqlName intoHsqlName, int intoType) throws HsqlException(Code) | | Processes a SELECT INTO for a new table.
|
|
|