All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigsaw.ssi.jdbc.jdbcCommand

java.lang.Object
   |
   +----org.w3c.jigsaw.ssi.jdbc.jdbcCommand

public class jdbcCommand
extends Object
implements Command
Implementation of the SSI jdbc command.


Constructor Index

 o jdbcCommand()

Method Index

 o addSet(Dictionary, String, Request, ResultSet)
 o execute(SSIFrame, Request, ArrayDictionary, Dictionary)
 o getConnection(String, String, String, String)
 o getName()
 o getSet(Dictionary, String, Request)
 o getValue(Dictionary, String, Request)
 o hasMoreValue(Dictionary, String, Request)
 o performSelect(Connection, String)
 o sethasMoreValueFlag(Dictionary, String, Request, boolean)

Constructors

 o jdbcCommand
 public jdbcCommand()

Methods

 o getConnection
 protected Connection getConnection(String driver,
                                    String url,
                                    String user,
                                    String password)
 o performSelect
 protected ResultSet performSelect(Connection conn,
                                   String cmd)
 o addSet
 protected void addSet(Dictionary d,
                       String name,
                       Request request,
                       ResultSet set)
 o getSet
 protected ResultSet getSet(Dictionary d,
                            String name,
                            Request request)
 o getName
 public String getName()
 o getValue
 public String getValue(Dictionary variables,
                        String var,
                        Request request)
 o sethasMoreValueFlag
 protected void sethasMoreValueFlag(Dictionary d,
                                    String name,
                                    Request request,
                                    boolean flag)
 o hasMoreValue
 protected boolean hasMoreValue(Dictionary d,
                                String name,
                                Request request)
 o execute
 public synchronized Reply execute(SSIFrame ssiframe,
                                   Request request,
                                   ArrayDictionary parameters,
                                   Dictionary variables)

All Packages  Class Hierarchy  This Package  Previous  Next  Index