Coding style - Mailing list pgsql-jdbc

From Lars Stenberg
Subject Coding style
Date
Msg-id 003b01c2caf5$dee2d0c0$0301a8c0@ic3
Whole thread Raw
Responses Re: Coding style  (Nic Ferrier <nferrier@tapsellferrier.co.uk>)
List pgsql-jdbc
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


pgsql-jdbc by date:

Previous
From: "Lars Stenberg"
Date:
Subject: 7.3 compability, select * from myfunc();
Next
From: "Lars Stenberg"
Date:
Subject: Encoding problems