[Crossdb-developers] Support for long-Values
Status: Beta
Brought to you by:
prophecyslides
|
From: Michael L. <Li...@bt...> - 2003-02-24 12:24:54
|
Hello,
it would be nice to have SelectQuery adjusted to
void addWhereCondition(String s, int i, long i1);
instead of
void addWhereCondition(String s, int i, int i1);
to support the maximum range of numeric values.
Greetings,
Michael
|