Uses of Class
org.hsqldb.Result

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

Uses of Result in org.hsqldb
 

Methods in org.hsqldb that return Result
static Result DatabaseScript.getScript(Database dDatabase, boolean bCached)
          Returns the DDL and all other statements for the database excluding INSERT and SET READONLY statements.
 Result HSQLClientConnection.execute(Result r)
           
protected  Result HSQLClientConnection.read()
           
 Result HTTPClientConnection.execute(Result r)
           
protected  Result HTTPClientConnection.read()
           
static Result Result.newFreeStmtRequest(int statementID)
           
static Result Result.newReleaseSavepointRequest(String name)
           
static Result Result.newRollbackToSavepointRequest(String name)
           
static Result Result.newSetSavepointRequest(String name)
           
static Result Result.read(RowInputInterface rowin, DataInputStream datain)
          Convenience method for reading, shared by Server side.
 Result Session.execute(Result cmd)
          Executes the command encapsulated by the cmd argument.
 Result Session.sqlExecuteDirectNoPreChecks(String sql)
           
 Result SessionInterface.execute(Result r)
           
 

Methods in org.hsqldb with parameters of type Result
 Result HSQLClientConnection.execute(Result r)
           
protected  void HSQLClientConnection.write(Result r)
           
 Result HTTPClientConnection.execute(Result r)
           
protected  void HTTPClientConnection.write(Result r)
           
static void Result.write(Result r, RowOutputInterface rowout, OutputStream dataout)
          Convenience method for writing, shared by Server side.
 Result Session.execute(Result cmd)
          Executes the command encapsulated by the cmd argument.
 Result SessionInterface.execute(Result r)
           
 

Constructors in org.hsqldb with parameters of type Result
HsqlException(Result r)
           
 

Uses of Result in org.hsqldb.jdbc
 

Fields in org.hsqldb.jdbc declared as Result
protected  Result jdbcPreparedStatement.rsmdDescriptor
          Description of result set metadata.
protected  Result jdbcPreparedStatement.pmdDescriptor
          Description of parameter metadata.
 Result jdbcResultSet.rResult
          The internal representation.
protected  Result jdbcStatement.resultIn
          The result of executing this statement.
protected  Result jdbcStatement.resultOut
          Used by this statement to communicate non-batched requests.
protected  Result jdbcStatement.batchResultOut
          Use by this statement to communicate batched execution requests
 

Uses of Result in org.hsqldb.scriptio
 

Methods in org.hsqldb.scriptio with parameters of type Result
protected  void ScriptWriterBase.writeSingleColumnResult(Result r)
           
 



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