| java.lang.Object org.w3c.jigsaw.ssi.jdbc.jdbcCommand
jdbcCommand | public class jdbcCommand implements Command(Code) | | Implementation of the SSI jdbc command.
|
Method Summary | |
public boolean | acceptCaching() return true if reply can be cached. | protected void | addSet(Dictionary d, String name, Request request, ResultSet set) | public synchronized Reply | execute(SSIFrame ssiframe, Request request, ArrayDictionary parameters, Dictionary variables) | protected Connection | getConnection(String driver, String url, String user, String password) | public String | getName() | protected ResultSet | getSet(Dictionary d, String name, Request request) | public String | getValue(Dictionary variables, String var, Request request) | protected boolean | hasMoreValue(Dictionary d, String name, Request request) | protected ResultSet | performSelect(Connection conn, String cmd) | protected void | sethasMoreValueFlag(Dictionary d, String name, Request request, boolean flag) |
acceptCaching | public boolean acceptCaching()(Code) | | return true if reply can be cached.
a boolean. |
|
|