public final class ConnectionHelper extends Object
| Constructor and Description |
|---|
ConnectionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
getTableNames(Connection connection)
Retrieve the set of table names available via the supplied database connection.
|
public static Set<String> getTableNames(Connection connection) throws SQLException
connection - database connectionSQLExceptionCopyright © 2000–2025 MPXJ. All rights reserved.