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 connectionSQLException
Copyright © 2000–2024 Packwood Software. All rights reserved.