TAILIEUCHUNG - Java Database Programming Bible- P6

Java Database Programming Bible- P6: Welcome to Java Database Programming Bible. This book is for readers who are already familiar with Java, and who want to know more about working with databases. The JDBC Application Programming Interface has made database programming an important aspect of Java development, particularly where Web applications are concerned. | Chapter 7 Retrieving Data with SQL Queries CREATE statements class TableQueryFrame extends JInternalFrame protected JTable table protected JScrollPane tableScroller protected JTextArea SQLPane new JTextArea protected JButton queryButton new JButton Execute Query protected Databaseutilities dbUtils protected String tableName null protected String colNames null protected String dataTypes null protected String SQLQuery null protected String SQLCommandRoot public TableQueryFrame String tableName Databaseutilities dbUtils tableName dbUtils setSize 600 400 A setLocation 10 10 setClosable true setMaximizable true setlconifiable true setResizable true getContentPane .setLayout new BorderLayout tableName dbUtils setTitle Query tableName init setVisible true initialize the JInternalFrame private void init -249- Team-Fly Please purchase PDF Split-Merge on to remove this watermark. Chapter 7 Retrieving Data with SQL Queries colNames tableName dataTypes tableName SQLQuery SELECT TOP 5 FROM tableName Vector dataSet SQLQuery table createTable colNames dataSet JScrollPane sqlScroller new JScrollPane SQLPane tableScroller new JScrollPane table JSplitPane splitter new JSplitPane sqlScroller tableScroller 100 getContentPane .add splitter getContentPane .add queryButton new ButtonListener protected JTable createTable String colNames Vector dataSet int nRows String rowData new String nRows for int i 0 i nRows i Vector row Vector i for int j 0 j j rowData i j Object j .toString JTable table new JTable rowData colNames return table Listener for the Query Button class ButtonListener implements ActionListener public void actionPerformed ActionEvent event SQLQuery .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.