gov.nih.nci.caarray.services.util.db
Class SqlUtil

java.lang.Object
  extended by gov.nih.nci.caarray.services.util.db.SqlUtil

public class SqlUtil
extends java.lang.Object


Method Summary
static java.lang.String splitInClause(java.lang.String fieldName, java.util.Collection values, int inLimit)
           
static java.lang.String splitInClause(java.lang.String fieldName, java.util.Collection values, int inLimit, java.lang.String wrapElementsWithThisString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

splitInClause

public static java.lang.String splitInClause(java.lang.String fieldName,
                                             java.util.Collection values,
                                             int inLimit,
                                             java.lang.String wrapElementsWithThisString)

splitInClause

public static java.lang.String splitInClause(java.lang.String fieldName,
                                             java.util.Collection values,
                                             int inLimit)