forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit40c4416

Barry Lind
Fouth (and final) phase of restructuring to add jdbc3 support.
Modified Files: jdbc/org/postgresql/Driver.java.in jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java jdbc/org/postgresql/jdbc1/Jdbc1Connection.java jdbc/org/postgresql/jdbc1/Jdbc1ResultSet.java jdbc/org/postgresql/jdbc2/Jdbc2Connection.java jdbc/org/postgresql/jdbc2/Jdbc2ResultSet.java Added Files: jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSetMetaData.java jdbc/org/postgresql/jdbc1/Jdbc1DatabaseMetaData.java jdbc/org/postgresql/jdbc1/Jdbc1ResultSetMetaData.java jdbc/org/postgresql/jdbc2/AbstractJdbc2DatabaseMetaData.java jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSetMetaData.java jdbc/org/postgresql/jdbc2/Jdbc2DatabaseMetaData.java jdbc/org/postgresql/jdbc2/Jdbc2ResultSetMetaData.java Removed Files: jdbc/org/postgresql/jdbc1/DatabaseMetaData.java jdbc/org/postgresql/jdbc1/ResultSetMetaData.java jdbc/org/postgresql/jdbc2/DatabaseMetaData.java jdbc/org/postgresql/jdbc2/ResultSetMetaData.java1 parent68c6eff commit40c4416
File tree
14 files changed
+114
-154
lines changed- src/interfaces/jdbc/org/postgresql
- jdbc1
- jdbc2
14 files changed
+114
-154
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
442 | 442 |
| |
443 | 443 |
| |
444 | 444 |
| |
445 |
| - | |
| 445 | + | |
446 | 446 |
| |
447 | 447 |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
81 | 85 |
| |
82 | 86 |
| |
83 | 87 |
| |
| |||
361 | 365 |
| |
362 | 366 |
| |
363 | 367 |
| |
| 368 | + | |
| 369 | + | |
364 | 370 |
| |
365 | 371 |
| |
366 | 372 |
| |
|
Lines changed: 20 additions & 49 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 | 3 |
| |
8 | 4 |
| |
9 | 5 |
| |
10 | 6 |
| |
11 | 7 |
| |
12 | 8 |
| |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
| 9 | + | |
39 | 10 |
| |
40 |
| - | |
| 11 | + | |
41 | 12 |
| |
42 | 13 |
| |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
48 | 19 |
| |
49 |
| - | |
| 20 | + | |
50 | 21 |
| |
51 | 22 |
| |
52 | 23 |
| |
| |||
2340 | 2311 |
| |
2341 | 2312 |
| |
2342 | 2313 |
| |
2343 |
| - | |
| 2314 | + | |
2344 | 2315 |
| |
2345 |
| - | |
| 2316 | + | |
2346 | 2317 |
| |
2347 |
| - | |
| 2318 | + | |
2348 | 2319 |
| |
2349 |
| - | |
| 2320 | + | |
2350 | 2321 |
| |
2351 | 2322 |
| |
2352 | 2323 |
| |
| |||
2388 | 2359 |
| |
2389 | 2360 |
| |
2390 | 2361 |
| |
2391 |
| - | |
| 2362 | + | |
2392 | 2363 |
| |
2393 | 2364 |
| |
2394 | 2365 |
| |
2395 | 2366 |
| |
2396 | 2367 |
| |
2397 |
| - | |
| 2368 | + | |
2398 | 2369 |
| |
2399 |
| - | |
| 2370 | + | |
2400 | 2371 |
| |
2401 | 2372 |
| |
2402 | 2373 |
| |
| |||
2669 | 2640 |
| |
2670 | 2641 |
| |
2671 | 2642 |
| |
2672 |
| - | |
2673 |
| - | |
| 2643 | + | |
| 2644 | + | |
2674 | 2645 |
| |
2675 | 2646 |
| |
2676 | 2647 |
| |
| |||
2811 | 2782 |
| |
2812 | 2783 |
| |
2813 | 2784 |
| |
2814 |
| - | |
| 2785 | + | |
2815 | 2786 |
| |
2816 |
| - | |
2817 |
| - | |
| 2787 | + | |
| 2788 | + | |
2818 | 2789 |
| |
2819 | 2790 |
| |
2820 | 2791 |
| |
|
Lines changed: 5 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 | 3 |
| |
8 | 4 |
| |
9 | 5 |
| |
10 | 6 |
| |
11 | 7 |
| |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 | 8 |
| |
17 | 9 |
| |
18 | 10 |
| |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
| 11 | + | |
26 | 12 |
| |
27 |
| - | |
28 |
| - | |
| 13 | + | |
| 14 | + | |
29 | 15 |
| |
30 | 16 |
| |
31 | 17 |
| |
| |||
34 | 20 |
| |
35 | 21 |
| |
36 | 22 |
| |
37 |
| - | |
| 23 | + | |
38 | 24 |
| |
39 | 25 |
| |
40 | 26 |
| |
| |||
149 | 135 |
| |
150 | 136 |
| |
151 | 137 |
| |
152 |
| - | |
| 138 | + | |
153 | 139 |
| |
154 | 140 |
| |
155 | 141 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
|
Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + |
0 commit comments
Comments
(0)