Subject | constants |
---|---|
Author | John Lister |
Post date | 2002-09-24T11:43:43Z |
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
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