jrun.sql
Class ResultSetAdapter

java.lang.Object
  |
  +--jrun.sql.ResultSetAdapter

public class ResultSetAdapter
extends java.lang.Object

A data structure that conforms to ResultSet semantics used to bridge the old SQLUtil Hashtable[] approach and the new ResultSet approach (from PoolMan).

Author:
PS Neville

Constructor Summary
ResultSetAdapter()
           
 
Method Summary
static java.util.Hashtable[] convert(java.sql.ResultSet res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultSetAdapter

public ResultSetAdapter()
Method Detail

convert

public static java.util.Hashtable[] convert(java.sql.ResultSet res)
                                     throws java.sql.SQLException


Copyright � 2002 Macromedia Corporation. All Rights Reserved.