com.northconcepts.datapipeline.transform.lookup
Class JdbcLookup

java.lang.Object
  extended by com.northconcepts.datapipeline.transform.lookup.Lookup
      extended by com.northconcepts.datapipeline.transform.lookup.JdbcLookup

public class JdbcLookup
extends Lookup


Constructor Summary
JdbcLookup(Connection connection, String query)
           
JdbcLookup(Connection connection, String query, int... JdbcTypes)
           
 
Method Summary
 RecordList get(Object... args)
           
 String toString()
           
 
Methods inherited from class com.northconcepts.datapipeline.transform.lookup.Lookup
get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JdbcLookup

public JdbcLookup(Connection connection,
                  String query,
                  int... JdbcTypes)

JdbcLookup

public JdbcLookup(Connection connection,
                  String query)
Method Detail

get

public RecordList get(Object... args)
Specified by:
get in class Lookup

toString

public String toString()
Overrides:
toString in class Object


Copyright (c) 2007-2012 North Concepts Inc. All Rights Reserved.