Hello,

the peer-classes map the database-column-types TINYINT, SMALLINT, INTEGER,
BIGINT and FLOAT to the simple java-types byte, short, int, long and double.
These types are not able to store null-values. The better alternative is to
use the wrapper classes Byte, Short ....

Who is able to change the peer-classes? Is there nobody in the whole wide
world who uses null-values ?

[EMAIL PROTECTED] 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to