Database.Util

Description

Database Utility functions

Functions

NameSignature and Synopsis
addDoubleParamvoid addDoubleParam (List paramList, Object value)
Adds the specified value of type double to the passed PreparedStatement parameter list.
addIntParamvoid addIntParam (List list, Object value)
Adds the specified value of type int to the passed PreparedStatement parameter list.
addParamvoid addParam ( List paramList, Object value)
Adds the specified value of type Object to the passed PreparedStatement parameter list. Works for all dataTypes.
addStringParamvoid addStringParam (List paramList, Object value)
Adds the specified string element to the PreparedStatement parameters list.