Database.Util.addStringParam()

Signature

void addStringParam (List paramList, Object value)

Domain

ACTION

Description

Adds the specified string element to the PreparedStatement parameters list.

Parameters

NameTypeDescription
listListThe list of PreparedStatement parameters.
valueObjectstring value.

Returns

TypeDescription
void

Cautions

none