Mercurial > hg > monetdb-java
comparison src/main/java/org/monetdb/jdbc/MonetConnection.java @ 552:7b320303b579 onclient
Doc comment improvements
author | Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com> |
---|---|
date | Tue, 14 Sep 2021 10:56:23 +0200 (2021-09-14) |
parents | 5ce6a942aff3 |
children | 50b15ee1cb5e |
comparison
equal
deleted
inserted
replaced
551:5ce6a942aff3 | 552:7b320303b579 |
---|---|
2979 | 2979 |
2980 /** | 2980 /** |
2981 * Internal executor of queries. | 2981 * Internal executor of queries. |
2982 * | 2982 * |
2983 * @param templ the template to fill in | 2983 * @param templ the template to fill in |
2984 * @param the query to execute | 2984 * @param query the query to execute |
2985 * @throws SQLException if a database error occurs | 2985 * @throws SQLException if a database error occurs |
2986 */ | 2986 */ |
2987 @SuppressWarnings("fallthrough") | 2987 @SuppressWarnings("fallthrough") |
2988 void executeQuery(final String[] templ, final String query) | 2988 void executeQuery(final String[] templ, final String query) |
2989 throws SQLException | 2989 throws SQLException |