Specifically talking about the legacy (pre-JPA) form of positional parameters, ala:
from Person p where p.name = ?
Note that this is different than JPA's "positional" parameter support:
from Person p where p.name = ?1