uk.org.ogsadai.examples.clienttoolkit
Class SimpleSQLQueryExample

java.lang.Object
  |
  +--uk.org.ogsadai.examples.clienttoolkit.SimpleSQLQueryExample

public class SimpleSQLQueryExample
extends java.lang.Object

This example creates a Grid Data Service and performs a simple SQL query. The results are returned within the response document.


Field Summary
private static java.lang.String COPYRIGHT_NOTICE
           
 
Constructor Summary
SimpleSQLQueryExample()
           
 
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
 

Field Detail

COPYRIGHT_NOTICE

private static final java.lang.String COPYRIGHT_NOTICE
See Also:
Constant Field Values
Constructor Detail

SimpleSQLQueryExample

public SimpleSQLQueryExample()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
java.lang.Exception