You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/jdbc/BasicSamples/Readme.md
+17-53Lines changed: 17 additions & 53 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,62 +32,26 @@ but, will hit error when connecting as these are dummy values.
32
32
33
33
Read below for the description of the code samples.
34
34
35
-
## DateTimeStampSample.java:
36
-
This sample shows illustrates the usage of below Oracle column data types
35
+
***DateTimeStampSample.java**:This sample shows illustrates the usage of below Oracle column data types
37
36
DATE, TIMESTAMP, TIMESTAMP WITH TIME ZONE and TIMESTAMP WITH LOCAL TIME ZONE.
38
-
It uses the table 'EMP_DATE_JDBC_SAMPLE' which has dates as columns for
39
-
all the insert, delete, and update operations.
40
-
41
-
## JDBCUrlSample.java
42
-
This sample shows how to use the easy connection URL, connection URL with connection descriptors,
37
+
***JDBCUrlSample.java**:This sample shows how to use the easy connection URL, connection URL with connection descriptors,
43
38
and using TNS alias to connect to the Oracle database.
44
-
45
-
## JSONBasicSample.java
46
-
This sample shows how to use some of the enhancements in JavaScript Object Notation (JSON) support
39
+
***JSONBasicSample.java**: This sample shows how to use some of the enhancements in JavaScript Object Notation (JSON) support
47
40
for Oracle Database 12c Release 2 (12.2).
48
-
49
-
## LobBasicSample.java
50
-
This sample shows how to use different types of LOBs (Large Objects).
51
-
It shows using BLOB, CLOB, and NLOB as datatypes.
52
-
53
-
## PLSQLSample.java
54
-
This sample demonstrates the usage of PL/SQL Stored Procedures and Functions in JDBC.
55
-
56
-
## PreparedStatementBindingsSample.java
57
-
This sample shows CRUD operations using the ```PreparedStatement``` with named bindings.
58
-
59
-
## PreparedStatementSample.java
60
-
This simple shows CRUD operations using the ```PreparedStatement``` object.
61
-
62
-
## SQLXMLSample.java
63
-
This sample shows how to create, insert, and query ``SQLXML`` values.
64
-
65
-
## StatementSample.java
66
-
This sample shows CRUD operations using the Statement object.
67
-
68
-
## UCPBasic.java
69
-
This sample shows simple steps of how JDBC applications use the Oracle Universal Connection Pool (UCP).
70
-
71
-
## UCPHarvesting.java
72
-
This code sample shows how applications use the connection harvesting feature of UCP.
73
-
74
-
## UCPLabeling.java
75
-
This sample shows how applications use the connection labeling feature of UCP.
76
-
77
-
## UCPManager.java
78
-
This sample shows how applications use UCP manager's administration functions.
79
-
80
-
## UCPManagerMBean.java
81
-
This sample shows how applications use UCP manager MBean's administration functions.
82
-
83
-
## UCPMaxConnReuse.java
84
-
This sample shows how applications use the MaxConnectionReuseTime and MaxConnectionReuseCount features of UCP.
85
-
86
-
## UCPMultiUsers.java
87
-
This sample shows how JDBC applications use UCPP to pool connections for different users.
88
-
89
-
## UCPTimeouts.java
90
-
This sample shows key connection timeout features of UCP such as ConnectionWaitTimeout, InactiveConnectionTimeout, TimeToLiveConnectionTimeout, and AbandonedConnectionTimeout.
41
+
***LobBasicSample.java**: This sample shows how to use different types of LOBs (Large Objects). It shows using BLOB, CLOB, and NLOB as datatypes.
42
+
***PLSQLSample.java**: This sample demonstrates the usage of PL/SQL Stored Procedures and Functions in JDBC.
43
+
***PreparedStatementBindingsSample.java**: This sample shows CRUD operations using the ```PreparedStatement``` with named bindings.
44
+
***PreparedStatementSample.java**:This simple shows CRUD operations using the ```PreparedStatement``` object.
45
+
***SQLXMLSample.java**: This sample shows how to create, insert, and query ``SQLXML`` values.
46
+
***StatementSample.java**: This sample shows CRUD operations using the Statement object.
47
+
***UCPBasic.java**: This sample shows simple steps of how JDBC applications use the Oracle Universal Connection Pool (UCP).
48
+
***UCPHarvesting.java**: This code sample shows how applications use the connection harvesting feature of UCP.
49
+
***UCPLabeling.java**: This sample shows how applications use the connection labeling feature of UCP.
50
+
***UCPManager.java**: This sample shows how applications use UCP manager's administration functions.
51
+
***UCPManagerMBean.java**: This sample shows how applications use UCP manager MBean's administration functions.
52
+
***UCPMaxConnReuse.java**: This sample shows how applications use the MaxConnectionReuseTime and MaxConnectionReuseCount features of UCP.
53
+
***UCPMultiUsers.java**: This sample shows how JDBC applications use UCPP to pool connections for different users.
54
+
***UCPTimeouts.java**: This sample shows key connection timeout features of UCP such as ConnectionWaitTimeout, InactiveConnectionTimeout, TimeToLiveConnectionTimeout, and AbandonedConnectionTimeout.
0 commit comments