net.spy.db
Class QuerySelectorFactory

java.lang.Object
  extended by net.spy.SpyObject
      extended by net.spy.db.QuerySelectorFactory

public class QuerySelectorFactory
extends SpyObject

Factory for finding a QuerySelector instance. If the system propery net.spy.db.QuerySelector is set, it will point to the QuerySelector implementation to use, otherwise DatabaseMetaDataQuerySelector is used.


Constructor Summary
QuerySelectorFactory()
           
 
Method Summary
static QuerySelector getQuerySelector()
          Get the QuerySelector instance.
 
Methods inherited from class net.spy.SpyObject
getLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuerySelectorFactory

public QuerySelectorFactory()
Method Detail

getQuerySelector

public static QuerySelector getQuerySelector()
Get the QuerySelector instance.



Copyright © 1995-2005 SPY Internetworking. All Rights Reserved.