Database.Util.addDoubleParam()

Signature

void addDoubleParam (List paramList, Object value)

Domain

ACTION

Description

Adds the specified double element to the PreparedStatement parameters list.

Parameters

NameTypeDescription
listListThe list of PreparedStatement parameters.
valueObjectdouble value.

Returns

TypeDescription
void

Cautions

none