net.spy.db
Class FileResultSetStub

java.lang.Object
  extended by net.spy.SpyObject
      extended by net.spy.db.GenericResultSetStub
          extended by net.spy.db.FileResultSetStub
All Implemented Interfaces:
Cloneable

public class FileResultSetStub
extends GenericResultSetStub

Stub class for building a ResultSet from a URL.


Constructor Summary
FileResultSetStub(URL f, int maxResults)
          Get an instance of FileResultSetStub.
 
Method Summary
 
Methods inherited from class net.spy.db.GenericResultSetStub
clearWarnings, close, findColumn, getBigDecimal, getBigDecimal, getBoolean, getBoolean, getDate, getDate, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getMetaData, getObject, getObject, getResultColumn, getShort, getShort, getString, getString, getTime, getTime, getTimestamp, getTimestamp, getWarnings, next, resetResults, setMetaData, setResults, toString, wasNull
 
Methods inherited from class net.spy.SpyObject
getLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileResultSetStub

public FileResultSetStub(URL f,
                         int maxResults)
                  throws SQLException
Get an instance of FileResultSetStub.

Throws:
SQLException


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