All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.ssi.jdbc.jdbcCommand

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

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


Variable Index

 o hasmorevalue

Constructor Index

 o jdbcCommand()

Method Index

 o addSet(Dictionary, String, ResultSet)
 o execute(SSIResource, Request, ArrayDictionary, Dictionary)
 o getConnection(String, String, String, String)
 o getName()
 o getSet(Dictionary, String)
 o getValue(Dictionary, String)
 o performSelect(Connection, String)

Variables

 o hasmorevalue
 protected boolean hasmorevalue

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,
                       ResultSet set)
 o getSet
 protected ResultSet getSet(Dictionary d,
                            String name)
 o getName
 public String getName()
 o getValue
 public String getValue(Dictionary variables,
                        String var)
 o execute
 public Reply execute(SSIResource resource,
                      Request request,
                      ArrayDictionary parameters,
                      Dictionary variables)

All Packages  Class Hierarchy  This Package  Previous  Next  Index