Skip to content

Simple example of creating, retrieving and updating tuples in relational database using JDBC

Notifications You must be signed in to change notification settings

Ricsie/simple-java-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-java-example

Simple example of creating, retrieving and updating tuples in relational database using JDBC.

It uses template method to show one approach how to DRY your code when doing selects (beware, the code is not completely DRY, e.g., connection related stuff should go into Properties etc.)

Just look on Runner's main method to see what's going on.

About

Simple example of creating, retrieving and updating tuples in relational database using JDBC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published