Mercurial > hg > monetdb-java
comparison src/main/java/org/monetdb/util/Exporter.java @ 943:ff075ed5ce81
Spell check.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Thu, 09 Jan 2025 10:56:14 +0100 (3 months ago) |
parents | d416e9b6b3d0 |
children |
comparison
equal
deleted
inserted
replaced
942:45c26b1a0677 | 943:ff075ed5ce81 |
---|---|
87 /** | 87 /** |
88 * Utility method to fetch the "query" column value from sys.tables for a specific view or table in a specific schema | 88 * Utility method to fetch the "query" column value from sys.tables for a specific view or table in a specific schema |
89 * The "query" column value contains the original SQL view creation text or the ON clause text when it is a REMOTE TABLE | 89 * The "query" column value contains the original SQL view creation text or the ON clause text when it is a REMOTE TABLE |
90 * | 90 * |
91 * @param con the JDBC connection, may not be null | 91 * @param con the JDBC connection, may not be null |
92 * @param schema the schem name, may not be null or empty | 92 * @param schema the schema name, may not be null or empty |
93 * @param name the view or table name, may not be null or empty | 93 * @param name the view or table name, may not be null or empty |
94 * @return the value of the "query" field for the specified view/table name and schema. It can return null. | 94 * @return the value of the "query" field for the specified view/table name and schema. It can return null. |
95 */ | 95 */ |
96 protected static final String fetchSysTablesQueryValue( | 96 protected static final String fetchSysTablesQueryValue( |
97 final java.sql.Connection con, | 97 final java.sql.Connection con, |