| java.lang.Object com.nabhinc.util.db.DBParamUtil
DBParamUtil | public class DBParamUtil (Code) | | author: Padmanabh Dabke author: (c) 2005 Nabh Information Systems, Inc. All Rights Reserved. |
Method Summary | |
public static SQLParameterSetter | createParameterSetter(String paramName, int paramType) | public static void | setAndMarkRenderParam(ResultSet results, int pos, String paramName, int paramType, ActionRequest request, ActionResponse response, boolean isMultiple) | public static void | setRenderParam(ResultSet results, int pos, String paramName, int paramType, ActionRequest request, ActionResponse response, boolean isMultiple) | public static void | setSQLBoolean(String paramValue, PreparedStatement st, int pos) | public static void | setSQLDate(String paramValue, PreparedStatement st, int pos, Locale locale) | public static void | setSQLDouble(String paramValue, PreparedStatement st, int pos) | public static void | setSQLFloat(String paramValue, PreparedStatement st, int pos) | public static void | setSQLInt(String paramValue, PreparedStatement st, int pos) | public static void | setSQLParam(PreparedStatement st, int pos, String paramName, int paramType, PortletRequest request, int id) | public static void | setSQLParam(PreparedStatement st, int pos, String paramName, int paramType, HttpServletRequest request, int id) | public static void | setSQLParam(PreparedStatement st, int pos, String paramName, int paramType, WebServiceRequest request, int id) | public static void | setSQLTimestamp(String paramValue, PreparedStatement st, int pos, Locale locale) |
OLD_VALUE_ATTRIBUTE_PREFIX | final public static String OLD_VALUE_ATTRIBUTE_PREFIX(Code) | | |
setAndMarkRenderParam | public static void setAndMarkRenderParam(ResultSet results, int pos, String paramName, int paramType, ActionRequest request, ActionResponse response, boolean isMultiple) throws SQLException(Code) | | |
setRenderParam | public static void setRenderParam(ResultSet results, int pos, String paramName, int paramType, ActionRequest request, ActionResponse response, boolean isMultiple) throws SQLException(Code) | | |
|
|