Coding style

Поиск
Список
Период
Сортировка
От Lars Stenberg
Тема Coding style
Дата
Msg-id 003b01c2caf5$dee2d0c0$0301a8c0@ic3
обсуждение исходный текст
Ответы Re: Coding style
Список 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 по дате отправления:

Предыдущее
От: "Lars Stenberg"
Дата:
Сообщение: 7.3 compability, select * from myfunc();
Следующее
От: "Lars Stenberg"
Дата:
Сообщение: Encoding problems