356357358359360361362363364365
} ++ndx; } while (true); QuotedIdentifierPiece literalPiece = new QuotedIdentifierPiece(sql.substring(start + 1, ndx), start); parent.add(literalPiece); return ndx + 1; }