Hi!
I wonder if the project-owner want me to watch the entire jdbc source tree
and convert into a commonly used coding style. In A file i found at least
three different styles:
1) public java.sql.Time getTime(int parameterIndex) throws SQLException
{
2) public java.sql.Timestamp getTimestamp(int parameterIndex)
throws SQLException {
3) public void setUseServerPrepare(boolean flag) throws SQLException {
Might be better if we all use a common codestyle like the third one? Anyhow,
if you want me to fix the code so it is consistent just tell me.
Mvh
Lars Stenberg