- Notifications
You must be signed in to change notification settings - Fork5
Commitcdbd27c

Peter Mount
Some more updates...
Fri Feb 17 15:11:00 GMT 2001 peter@retep.org.uk - Reduced the object overhead in PreparedStatement by reusing the same StringBuffer object throughout. Similarly SimpleDateStamp's are alse reused in a thread save manner. - Implemented in PreparedStatement: setNull(), setDate/Time/Timestamp using Calendar, setBlob(), setCharacterStream() - Clob's are now implemented in ResultSet & PreparedStatement! - Implemented a lot of DatabaseMetaData & ResultSetMetaData methods. We have about 18 unimplemented methods left in JDBC2 at the current time.1 parent016f0ee commitcdbd27c
File tree
7 files changed
+350
-126
lines changed- src/interfaces/jdbc
- org/postgresql
- jdbc2
- largeobject
- test/jdbc2
7 files changed
+350
-126
lines changedLines 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 | + | |
1 | 12 |
| |
2 | 13 |
| |
3 | 14 |
| |
|
Lines changed: 48 additions & 24 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2539 | 2539 |
| |
2540 | 2540 |
| |
2541 | 2541 |
| |
| 2542 | + | |
| 2543 | + | |
| 2544 | + | |
2542 | 2545 |
| |
2543 | 2546 |
| |
2544 |
| - | |
| 2547 | + | |
2545 | 2548 |
| |
2546 | 2549 |
| |
| 2550 | + | |
| 2551 | + | |
| 2552 | + | |
2547 | 2553 |
| |
2548 | 2554 |
| |
2549 |
| - | |
2550 |
| - | |
2551 |
| - | |
2552 |
| - | |
2553 |
| - | |
2554 |
| - | |
2555 |
| - | |
2556 |
| - | |
2557 |
| - | |
2558 |
| - | |
| 2555 | + | |
2559 | 2556 |
| |
2560 | 2557 |
| |
2561 | 2558 |
| |
2562 | 2559 |
| |
2563 | 2560 |
| |
2564 | 2561 |
| |
2565 | 2562 |
| |
| 2563 | + | |
| 2564 | + | |
| 2565 | + | |
2566 | 2566 |
| |
2567 | 2567 |
| |
2568 | 2568 |
| |
| |||
2572 | 2572 |
| |
2573 | 2573 |
| |
2574 | 2574 |
| |
| 2575 | + | |
| 2576 | + | |
| 2577 | + | |
2575 | 2578 |
| |
2576 | 2579 |
| |
2577 |
| - | |
| 2580 | + | |
2578 | 2581 |
| |
2579 | 2582 |
| |
| 2583 | + | |
| 2584 | + | |
| 2585 | + | |
2580 | 2586 |
| |
2581 | 2587 |
| |
2582 |
| - | |
| 2588 | + | |
2583 | 2589 |
| |
2584 | 2590 |
| |
| 2591 | + | |
| 2592 | + | |
| 2593 | + | |
2585 | 2594 |
| |
2586 | 2595 |
| |
2587 |
| - | |
| 2596 | + | |
2588 | 2597 |
| |
2589 | 2598 |
| |
2590 | 2599 |
| |
2591 | 2600 |
| |
2592 |
| - | |
| 2601 | + | |
2593 | 2602 |
| |
2594 | 2603 |
| |
2595 | 2604 |
| |
2596 | 2605 |
| |
2597 |
| - | |
| 2606 | + | |
2598 | 2607 |
| |
2599 | 2608 |
| |
2600 | 2609 |
| |
2601 | 2610 |
| |
2602 |
| - | |
| 2611 | + | |
2603 | 2612 |
| |
2604 | 2613 |
| |
2605 | 2614 |
| |
2606 | 2615 |
| |
2607 |
| - | |
| 2616 | + | |
2608 | 2617 |
| |
2609 | 2618 |
| |
2610 | 2619 |
| |
2611 | 2620 |
| |
2612 |
| - | |
| 2621 | + | |
2613 | 2622 |
| |
2614 | 2623 |
| |
2615 | 2624 |
| |
2616 | 2625 |
| |
2617 |
| - | |
| 2626 | + | |
2618 | 2627 |
| |
2619 | 2628 |
| |
| 2629 | + | |
| 2630 | + | |
| 2631 | + | |
2620 | 2632 |
| |
2621 | 2633 |
| |
2622 |
| - | |
| 2634 | + | |
2623 | 2635 |
| |
2624 | 2636 |
| |
| 2637 | + | |
| 2638 | + | |
| 2639 | + | |
2625 | 2640 |
| |
2626 | 2641 |
| |
2627 |
| - | |
| 2642 | + | |
| 2643 | + | |
| 2644 | + | |
| 2645 | + | |
| 2646 | + | |
| 2647 | + | |
| 2648 | + | |
| 2649 | + | |
| 2650 | + | |
| 2651 | + | |
2628 | 2652 |
| |
2629 | 2653 |
| |
2630 | 2654 |
| |
2631 | 2655 |
| |
2632 |
| - | |
| 2656 | + | |
| 2657 | + | |
2633 | 2658 |
| |
2634 | 2659 |
| |
2635 |
| - | |
2636 | 2660 |
| |
2637 | 2661 |
|
0 commit comments
Comments
(0)