|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.caarray.services.security.db.SecurityDSConnectionUtil
public class SecurityDSConnectionUtil
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 |
---|
public static java.util.List query(java.lang.String sql) throws java.sql.SQLException, ServiceLookupException
java.sql.SQLException
ServiceLookupException
public static int update(java.lang.String sqlString) throws java.sql.SQLException, ServiceLookupException
sqlString
-
java.sql.SQLException
ServiceLookupException
java.lang.ClassNotFoundException
PoolException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |