Mercurial > hg > monetdb-java
diff src/main/java/org/monetdb/util/Exporter.java @ 451:3dfcd06fd8ba
Correcting typos in documentation text. Also improved the readability of the generated javadoc documents.
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 04 Mar 2021 18:57:51 +0100 (2021-03-04) |
parents | 95d15f1d750d |
children | 6aa38e8c0f2d |
line wrap: on
line diff
--- a/src/main/java/org/monetdb/util/Exporter.java +++ b/src/main/java/org/monetdb/util/Exporter.java @@ -42,7 +42,7 @@ public abstract class Exporter { /** * Convenience function to call the general utility function MonetWrapper.dq() - * to add double quotes around an SQL Indentifier such as column or + * to add double quotes around an SQL Identifier such as column or * table or schema name in SQL queries. * It also adds escapes for special characters: double quotes and the escape character * @@ -81,8 +81,8 @@ public abstract class Exporter { } /** - * Utility method to fetch the "query" value from sys.tables for a specific view or table in a specific schema - * The "query" value contains the original SQL view creation text or the ON clause text when it is a REMOTE TABLE + * Utility method to fetch the "query" column value from sys.tables for a specific view or table in a specific schema + * The "query" column value contains the original SQL view creation text or the ON clause text when it is a REMOTE TABLE * * @param con the JDBC connection, may not be null * @param schema the schem name, may not be null or empty