Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Readme.md
  • Loading branch information
nsundara authored Apr 27, 2018
commit a979f49ea57ec58c58aeafb282975c41c979a778
14 changes: 14 additions & 0 deletions java/jdbc/BasicSamples/Readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@

# Basic Samples in JDBC

"Connection Management" code samples explain various ways of connecting to an
Oracle Database and explain use-cases to be considered while choosing the
connection management strategy. The section below provides more details on
specific connection management strategy.

----
## DateTimeStampSample.java:
This sample shows illustrates the usage of below Oracle column data types
DATE, TIMESTAMP, TIMESTAMP WITH TIME ZONE and TIMESTAMP WITH LOCAL TIME ZONE.
It uses the table 'EMP_DATE_JDBC_SAMPLE' which has dates as columns for
all the insert, delete, and update operations.