com.niggle.data.jdbc
Class SQLUtil

java.lang.Object
  |
  +--com.niggle.data.jdbc.SQLUtil

public abstract class SQLUtil
extends java.lang.Object

A holder for some JDBC/SQL-related convenience routines


Constructor Summary
SQLUtil()
           
 
Method Summary
static void fillRecordFromResultSet(Record rec, java.sql.ResultSet rs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLUtil

public SQLUtil()
Method Detail

fillRecordFromResultSet

public static void fillRecordFromResultSet(Record rec,
                                           java.sql.ResultSet rs)
                                    throws java.sql.SQLException