pgsql/src/interfaces/jdbc/org/postgresql Conne ...

Поиск
Список
Период
Сортировка
От Bruce Momjian - CVS
Тема pgsql/src/interfaces/jdbc/org/postgresql Conne ...
Дата
Msg-id 200107211856.f6LIuIN39821@hub.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    momjian@hub.org    01/07/21 14:56:17

Modified files:
    src/interfaces/jdbc/org/postgresql: Connection.java
    src/interfaces/jdbc/org/postgresql/jdbc1: Connection.java
    src/interfaces/jdbc/org/postgresql/jdbc2: Connection.java

Log message:
    Great, here is a context diff of CVS for implementing the get/setCatalog methods
    in Connection - note: I've updated setCatalog(String catalog) from my previous
    diff so it checks whether it is already connected to the specified catalog.

    Jason Davies


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian - CVS
Дата:
Сообщение: pgsql/src/interfaces/jdbc Implementation org/p ...
Следующее
От: Bruce Momjian - CVS
Дата:
Сообщение: pgsql/src/interfaces/jdbc/org/postgresql jdbc1 ...