tribble.sql.test
Class Test1

java.lang.Object
  extended by tribble.sql.test.Test1

public class Test1
extends java.lang.Object

Test driver for class SqlObjectQuery.

Source code:
Available at: http://david.tribble.com/src/java/tribble/sql/test/Test1.java
Documentation:
Available at: http://david.tribble.com/docs/tribble/sql/test/Test1.html

Since:
2008-09-02
Version:
@(#)$Revision: 1.4 $ $Date: 2008/09/06 18:41:45 $
Author:
David R. Tribble (david@tribble.com)

Copyright ©2008 by David R. Tribble, all rights reserved.
Permission is granted to any person or entity except those designated by by the United States Department of State as a terrorist, or terrorist government or agency, to use and distribute this source code provided that the original copyright notice remains present and unaltered.

See Also:
SqlObjectQuery, SqlObjectResultSet

Field Summary
(package private) static java.lang.String REV
           
 
Constructor Summary
Test1()
           
 
Method Summary
static void main(java.lang.String[] args)
          Test driver for class SqlObjectQuery.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REV

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

Test1

public Test1()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Test driver for class SqlObjectQuery.

Throws:
java.lang.Exception
Since:
1.1, 2008-09-02