Learn JDBC The Hard Way: A Hands-On Guide to PostgreSQL and SQL Server Driven Programming

Learn JDBC The Hard Way: A Hands-On Guide to PostgreSQL and SQL Server Driven Programming
Author :
Publisher : SPARTA PUBLISHING
Total Pages : 450
Release :
ISBN-10 :
ISBN-13 :
Rating : 4/5 ( Downloads)

Book Synopsis Learn JDBC The Hard Way: A Hands-On Guide to PostgreSQL and SQL Server Driven Programming by : Vivian Siahaan

Download or read book Learn JDBC The Hard Way: A Hands-On Guide to PostgreSQL and SQL Server Driven Programming written by Vivian Siahaan and published by SPARTA PUBLISHING. This book was released on 2019-11-23 with total page 450 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book offers the straightforward, practical answers you need to help you do your job. This hands-on tutorial/reference/guide to PostgreSQL and SQL Server is not only perfect for students and beginners, but it also works for experienced developers who aren't getting the most from PostgreSQL and SQL Server. As you would expect, this book shows how to build from scratch two different databases: PostgreSQL and SQL Server using Java. In designing a GUI and as an IDE, you will make use of the NetBeans tool. In chapter one, you will learn: How to install NetBeans, JDK 11, and the PostgreSQL connector; How to integrate external libraries into projects; How the basic PostgreSQL commands are used; How to query statements to create databases, create tables, fill tables, and manipulate table contents is done. In chapter two, you will learn querying data from the postgresql using jdbc including establishing a database connection, creating a statement object, executing the query, processing the resultset object, querying data using a statement that returns multiple rows, querying data using a statement that has parameters, inserting data into a table using jdbc, updating data in postgresql database using jdbc, calling postgresql stored function using jdbc, deleting data from a postgresql table using jdbc, and postgresql jdbc transaction. In chapter three, you will learn the basics of cryptography using Java. Here, you will learn how to write a Java program to count Hash, MAC (Message Authentication Code), store keys in a KeyStore, generate PrivateKey and PublicKey, encrypt / decrypt data, and generate and verify digital prints. You will also learn how to create and store salt passwords and verify them. In chapter four, you will create a PostgreSQL database, named Bank, and its tables. In chapter five, you will create a Login table. In this case, you will see how to create a Java GUI using NetBeans to implement it. In addition to the Login table, in this chapter you will also create a Client table. In the case of the Client table, you will learn how to generate and save public and private keys into a database. You will also learn how to encrypt / decrypt data and save the results into a database. In chapter six, you will create an Account table. This account table has the following ten fields: account_id (primary key), client_id (primarykey), account_number, account_date, account_type, plain_balance, cipher_balance, decipher_balance, digital_signature, and signature_verification. In this case, you will learn how to implement generating and verifying digital prints and storing the results into a database. In chapter seven, you create a table named Client_Data, which has seven columns: client_data_id (primary key), account_id (primary_key), birth_date, address, mother_name, telephone, and photo_path. In chapter eight, you will be taught how to create a SQL Server database, named Crime, and its tables. In chapter nine, you will be taught how to extract image features, utilizing BufferedImage class, in Java GUI. In chapter ten, you will be taught to create Java GUI to view, edit, insert, and delete Suspect table data. This table has eleven columns: suspect_id (primary key), suspect_name, birth_date, case_date, report_date, suspect_ status, arrest_date, mother_name, address, telephone, and photo. In chapter eleven, you will be taught to create Java GUI to view, edit, insert, and delete Feature_Extraction table data. This table has eight columns: feature_id (primary key), suspect_id (foreign key), feature1, feature2, feature3, feature4, feature5, and feature6. In chapter twelve, you will add two tables: Police_Station and Investigator. These two tables will later be joined to Suspect table through another table, File_Case, which will be built in the seventh chapter. The Police_Station has six columns: police_station_id (primary key), location, city, province, telephone, and photo. The Investigator has eight columns: investigator_id (primary key), investigator_name, rank, birth_date, gender, address, telephone, and photo. Here, you will design a Java GUI to display, edit, fill, and delete data in both tables. In chapter thirteen, you will add two tables: Victim and File_Case. The File_Case table will connect four other tables: Suspect, Police_Station, Investigator and Victim. The Victim table has nine columns: victim_id (primary key), victim_name, crime_type, birth_date, crime_date, gender, address, telephone, and photo. The File_Case has seven columns: file_case_id (primary key), suspect_id (foreign key), police_station_id (foreign key), investigator_id (foreign key), victim_id (foreign key), status, and description. Here, you will also design a Java GUI to display, edit, fill, and delete data in both tables. Finally, this book is hopefully useful and can improve database programming skills for every Java/PostgreSQL/SQL Server programmer.


Learn JDBC The Hard Way: A Hands-On Guide to PostgreSQL and SQL Server Driven Programming Related Books

Learn JDBC The Hard Way: A Hands-On Guide to PostgreSQL and SQL Server Driven Programming
Language: en
Pages: 450
Authors: Vivian Siahaan
Categories: Computers
Type: BOOK - Published: 2019-11-23 - Publisher: SPARTA PUBLISHING

DOWNLOAD EBOOK

This book offers the straightforward, practical answers you need to help you do your job. This hands-on tutorial/reference/guide to PostgreSQL and SQL Server is
Learn JDBC By Example: A Quick Start Guide to MariaDB and SQL Server Driven Programming
Language: en
Pages: 404
Authors: Vivian Siahaan
Categories: Computers
Type: BOOK - Published: 2019-11-24 - Publisher: SPARTA PUBLISHING

DOWNLOAD EBOOK

This book explains relational theory in practice, and demonstrates through two projects how you can apply it to your use of MariaDB and SQL Server databases. Th
Step By Step Database Programming with JDBC and PostgreSQL
Language: en
Pages: 221
Authors: Vivian Siahaan
Categories: Computers
Type: BOOK - Published: 2019-04-08 - Publisher: SPARTA Publishing

DOWNLOAD EBOOK

PostgreSQL was designed to run on UNIX-like platforms. However, PostgreSQL was then also designed to be portable so that it could run on various platforms such
JDBC API Tutorial and Reference
Language: en
Pages: 1288
Authors: Maydene Fisher
Categories: Computers
Type: BOOK - Published: 2003 - Publisher: Addison-Wesley Professional

DOWNLOAD EBOOK

bull; A comprehensive tutorial AND useful rufescence in one volume bull; Includes multiple explanations and examples for the new features of the JDBC 3.0 specif
JDBC for SQL Server - Herong's Tutorial Examples
Language: en
Pages: 437
Authors: Herong Yang
Categories: Computers
Type: BOOK - Published: 2019-01-01 - Publisher: HerongYang.com

DOWNLOAD EBOOK

This JDBC tutorial book is a collection of notes and sample codes written by the author while he was learning JDBC technology himself. Topics include installing