All Examples This Package
java.lang.Object
|
+----javax.servlet.GenericServlet
|
+----javax.servlet.http.HttpServlet
|
+----examples.htmlkona.SimpleQueryDisplay
You can create new records and modify existing records of a QueryDataSet, but the additions and changes cannot be saved. If you wish to save such changes, use a TableDataSet instead.
A Record contains a collection of attribute values that correspond to one fetch of a query. The Record elements are accessible by either integer position or string name.
public SimpleQueryDisplay()
public synchronized void service(HttpServletRequest req,
HttpServletResponse res) throws IOException
All Examples This Package