Coding style

From: "Lars Stenberg" <lars(dot)stenberg(at)psycat(dot)net>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Coding style
Date: 2003-02-02 20:01:20
Message-ID: 003b01c2caf5$dee2d0c0$0301a8c0@ic3
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Lars Stenberg 2003-02-02 20:09:19 Encoding problems
Previous Message Lars Stenberg 2003-02-02 19:52:05 7.3 compability, select * from myfunc();