Java Database Connectivity (JDBC): Joining & Filtering Data with RowSets
Java
| Intermediate
- 9 videos | 1h 9m 51s
- Includes Assessment
- Earns a Badge
A CachedRowSet is a Java Database Connectivity (JDBC) RowSet where the rows are cached, and the RowSet is disconnected (i.e., doesn't maintain an active connection to the database). CachedRowSets allow you to work on data without keeping your database connection open all the time. This course will help you get acquainted with specialized implementations of the CachedRowSet - the JoinRowSet and FilteredRowSet - which enable offline joins and data filtering. Discover how to implement join operations using a JoinRowSet and examine the use of a FilteredRowSet in implementing the equivalent of the WHERE clause in a SQL query. You will also explore the use of predicate class in order to achieve this. Upon completion of this course, you'll be able to carry out join and filter operations within a Java program using JDBC JoinRowSets and FilteredRowSets.
WHAT YOU WILL LEARN
-
Discover the key concepts covered in this courseCreate a number of related database tables, which can be joined based on common fieldsImplement a join operation in a java program using a jdbc joinrowsetRecognize the types of join operations that are supported by a joinrowset implementationJoin multiple tables involving different join fields using a joinrowset
-
Define the filtering conditions to be applied to a filteredrowset when implementing the predicate classApply a predicate instance with a filteredrowset to apply a filter to a rowsetConfigure a predicate implementation to use multiple conditions when defining a filterSummarize the key concepts covered in this course
IN THIS COURSE
-
2m 12s
-
8m 13s
-
10m 10s
-
8m 24s
-
9m 55s
-
10m 13s
-
7m 39s
-
11m 5s
-
2m 1s
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.
Digital badges are yours to keep, forever.