Skip to content

Commit cf88cc2

Browse files
Babcock, ScottBabcock, Scott
authored andcommitted
README.md edited online with Bitbucket
1 parent cd6c625 commit cf88cc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The **UncheckedThrow** class uses type erasure to enable client code to throw ch
2222

2323
## DatabaseUtils
2424

25-
The **DatabaseUtils** class provides facilities that enable you to define collections of Oracle database queries and execute them easily. Query collections are defined as Java enumeration that implement the `QueryAPI` interface:
25+
The **DatabaseUtils** class provides facilities that enable you to define collections of Oracle database queries and execute them easily. Query collections are defined as Java enumerations that implement the `QueryAPI` interface:
2626
* `getQueryStr` - Get the query string for this constant. This is the actual query that's sent to the database.
2727
* `getArgNames` - Get the names of the arguments for this query. This provides diagnostic information if the incorrect number of arguments is specified by the client.
2828
* `getArgCount` - Get the number of arguments required by this query. This enables **DatabaseUtils** to verify that the correct number of arguments has been specified by the client.
@@ -161,4 +161,4 @@ public class OpctConfig extends SettingsCore<OpctConfig.OpctValues> {
161161
return OpctValues.config;
162162
}
163163
}
164-
```
164+
```

0 commit comments

Comments
 (0)