com.wm.app.tn.db
Class DBOpsHashMap

java.lang.Object
  extended by com.wm.app.tn.db.DBOpsHashMap

public class DBOpsHashMap
extends java.lang.Object

Author:
MABH Replaces the dbops.sql functionality with a HashMap of SQL key and SQL statement as value OTN-11598 - Made because of Veracode SQL injection issues DBOpsHashMap.get(queryKey)

Method Summary
static java.lang.String get(java.lang.String queryKey)
           
static int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static java.lang.String get(java.lang.String queryKey)

size

public static int size()