uk.org.ogsadai.examples.clienttoolkit
Class ProcessingSQLQueryLargeResults
java.lang.Object
|
+--uk.org.ogsadai.examples.clienttoolkit.ProcessingSQLQueryLargeResults
- public class ProcessingSQLQueryLargeResults
- extends java.lang.Object
This example shows how to return and process the results of an SQL
query that returns a large number of rows. The rows are returned
asynchronously from the server using an DTOutputStream, so
that the entire results do not have to be collated on the server to
be returned in a single response.
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT_NOTICE
private static final java.lang.String COPYRIGHT_NOTICE
- See Also:
- Constant Field Values
ProcessingSQLQueryLargeResults
public ProcessingSQLQueryLargeResults()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception