gov.nih.nci.caarray.services.security.db
Class SecurityDSConnectionUtil

java.lang.Object
  extended by gov.nih.nci.caarray.services.security.db.SecurityDSConnectionUtil

public class SecurityDSConnectionUtil
extends java.lang.Object

Provides a means to perform database queries and updates against the Security XA datasource (Formerly known as JDBCConnection2 and refactored to current class)


Nested Class Summary
static interface SecurityDSConnectionUtil.CustomRowMap
           
 
Method Summary
static java.util.List query(java.lang.String sql)
           
static int update(java.lang.String sqlString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

query

public static java.util.List query(java.lang.String sql)
                            throws java.sql.SQLException,
                                   ServiceLookupException
Throws:
java.sql.SQLException
ServiceLookupException

update

public static int update(java.lang.String sqlString)
                  throws java.sql.SQLException,
                         ServiceLookupException
Parameters:
sqlString -
Returns:
Throws:
java.sql.SQLException
ServiceLookupException
java.lang.ClassNotFoundException
PoolException