JDBC Metadata, MySQL, and Oracle Recipes: A Problem-Solution Approach

This book focuses on database metadata (data about data) or annotation-based code recipes for JDBC API for use with Oracle and MySQL. The book provides complete and working solutions for performing database metadata tasks using JDBC. You can cut and paste solutions from this book to build your ow...

Mô tả đầy đủ

Đã lưu trong:
Chi tiết về thư mục
Tác giả chính: Parsian, Mahmoud
Định dạng: Sách
Ngôn ngữ:English
Được phát hành: Apress 2012
Những chủ đề:
Truy cập trực tuyến:https://scholar.dlu.edu.vn/thuvienso/handle/DLU123456789/31487
Các nhãn: Thêm thẻ
Không có thẻ, Là người đầu tiên thẻ bản ghi này!
Thư viện lưu trữ: Thư viện Trường Đại học Đà Lạt
Miêu tả
Tóm tắt:This book focuses on database metadata (data about data) or annotation-based code recipes for JDBC API for use with Oracle and MySQL. The book provides complete and working solutions for performing database metadata tasks using JDBC. You can cut and paste solutions from this book to build your own database metadata applications. All the solutions have been compiled and tested against two leading databases: MySQL and Oracle. This book is ideal for anyone who knows some Java (can read/write basic Java programs) and some JDBC (can read/write basic queries using JDBC and SQL) and wants to learn more about database and result set metadata. Each section of this book is a complete recipe (including the database setup, the solution, and the solutions for both MySQL and Oracle), so you can use the code directly in your projects (although sometimes you may need to cut and paste only the sections you need). You may adopt my solutions to other databases (such as Microsoft SQLServer, DB2, PostgreSQL) by just changing the database parameters (such as the driver, database URL, or database username/password).&