com.codestudio.sql
Class ResultSetAdapter

java.lang.Object
  |
  +--com.codestudio.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 PoolManResultSet approach.


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 © 1999-2001 The Code Studio. All Rights Reserved.