{
Object item = appended.get(i);
if (item instanceof ScalarExpression)
{
ScalarExpression expr = (ScalarExpression) item;
StatementText st = expr.toStatementText(mode);
statementText.append(st.toStatementString(mode));
if (st.parameterNames != null)
{
initParameters();