cgl.fthpis.datastore.jdbc
Class FindContextBySessionAndServiceKeyQuery

java.lang.Object
  extended bycgl.fthpis.datastore.jdbc.FindContextBySessionAndServiceKeyQuery

public class FindContextBySessionAndServiceKeyQuery
extends java.lang.Object

Author:
Mehmet S. Aktas (maktas@indiana.edu)

Field Summary
(package private) static java.lang.String selectSQL
           
 
Constructor Summary
FindContextBySessionAndServiceKeyQuery()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static java.util.Vector select(java.lang.String sessionKey, java.lang.String serviceKey, java.util.Vector keysIn, org.apache.juddi.datatype.request.FindQualifiers qualifiers, java.sql.Connection connection)
          Select ...
static void test(java.sql.Connection connection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

selectSQL

static java.lang.String selectSQL
Constructor Detail

FindContextBySessionAndServiceKeyQuery

public FindContextBySessionAndServiceKeyQuery()
Method Detail

select

public static java.util.Vector select(java.lang.String sessionKey,
                                      java.lang.String serviceKey,
                                      java.util.Vector keysIn,
                                      org.apache.juddi.datatype.request.FindQualifiers qualifiers,
                                      java.sql.Connection connection)
                               throws java.sql.SQLException
Select ...

Parameters:
connection - JDBC connection
Throws:
java.sql.SQLException

main

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

test

public static void test(java.sql.Connection connection)
                 throws java.lang.Exception
Throws:
java.lang.Exception