Name | Signature and Synopsis |
---|---|
addDoubleParam | void addDoubleParam (List paramList, Object value) Adds the specified value of type double to the passed PreparedStatement parameter list. |
addIntParam | void addIntParam (List list, Object value) Adds the specified value of type int to the passed PreparedStatement parameter list. |
addParam | void addParam ( List paramList, Object value) Adds the specified value of type Object to the passed PreparedStatement parameter list. Works for all dataTypes. |
addStringParam | void addStringParam (List paramList, Object value) Adds the specified string element to the PreparedStatement parameters list. |