uk.org.ogsadai.examples.clienttoolkit
Class ParameterisedSQLQuery

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

public class ParameterisedSQLQuery
extends java.lang.Object

This example shows how to use parameterised SQL queries.


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

ParameterisedSQLQuery

public ParameterisedSQLQuery()
Method Detail

main

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