Skip to content

Commit f2cf012

Browse files
authored
Update Readme.md
1 parent bb2f75f commit f2cf012

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java/jdbc/BasicSamples/Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ It shows using BLOB, CLOB, and NLOB as datatypes.
5252
This sample demonstrates the usage of PL/SQL Stored Procedures and Functions in JDBC.
5353

5454
## PreparedStatementBindingsSample.java
55-
This sample shows CRUD operations using the PreparedStatement with named bindings.
55+
This sample shows CRUD operations using the ```PreparedStatement``` with named bindings.
5656

5757
## PreparedStatementSample.java
58-
This simple shows CRUD operations using the PreparedStatement object.
58+
This simple shows CRUD operations using the ```PreparedStatement``` object.
5959

6060
## SQLXMLSample.java
61-
This sample shows how to create, insert, and query SQLXML values.
61+
This sample shows how to create, insert, and query ``SQLXML`` values.
6262

6363
## StatementSample.java
6464
This sample shows CRUD operations using the Statement object.

0 commit comments

Comments
 (0)