Database.Util.addIntParam()

Signature

void addIntParam (List list, Object value)

Domain

ACTION

Description

Adds the specified integer element to the PreparedStatement parameters list.

Parameters

NameTypeDescription
listListThe list of PreparedStatement parameters.
valueObjectint value.

Returns

TypeDescription
void

Cautions

none