文件名称:JDBC Recipes 原版pdf by Parsian
文件大小:5.47MB
文件格式:PDF
更新时间:2021-05-18 07:07:30
Java JDBC
This chapter defines some key terms for the remaining chapters. JDBC is a platform-independent interface between relational databases and Java. In today’s Java world, JDBC is a standard application programming interface (API) for accessing enterprise data in relational databases (such as Oracle, MySQL, Sybase, and DB2) using Structured Query Language (SQL). In this chapter, I will introduce all aspects of JDBC, and then you will learn about the more specific ins and outs of JDBC in the following chapters. Data (or information) is at the heart of most business applications, and JDBC deals with data stored and manipulated in relational database systems. This book takes an examples-based approach to describing the features and functionalities available in JDBC. Whether you are a new or an experienced database/JDBC developer, you should find the examples and accompanying text a valuable and accessible knowledge base for creating your own database solutions.