* @param exprIndex the position of the value in the statement
* @param value the value
*/
public void setDouble(ObjectManager om, Object datastoreStatement, int[] exprIndex, double value)
{
throw new JPOXException(failureMessage("setDouble")).setFatal();
}