Subject constants
Author John Lister
Why going through the code, i've noticed that some constants aren't
declared as static final? for example FETCH_REVERSE in FBResultSet.
Changing these might offer a *very* small performance gain... Unless
they do actually change??

JOHN