All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.w3c.jigsaw.ssi.jdbc.jdbcCommand
jdbc
command.
public jdbcCommand()
protected Connection getConnection(String driver, String url, String user, String password)
protected ResultSet performSelect(Connection conn, String cmd)
protected void addSet(Dictionary d, String name, Request request, ResultSet set)
protected ResultSet getSet(Dictionary d, String name, Request request)
public String getName()
public String getValue(Dictionary variables, String var, Request request)
protected void sethasMoreValueFlag(Dictionary d, String name, Request request, boolean flag)
protected boolean hasMoreValue(Dictionary d, String name, Request request)
public synchronized Reply execute(SSIFrame ssiframe, Request request, ArrayDictionary parameters, Dictionary variables)
All Packages Class Hierarchy This Package Previous Next Index