public interface SchemaNameResolver
Connection.| Modifier and Type | Method and Description |
|---|---|
String |
resolveSchemaName(Connection connection,
Dialect dialect)
Given a JDBC
Connection, resolve the name of the schema (if one) to which it connects. |
String resolveSchemaName(Connection connection, Dialect dialect) throws SQLException
Connection, resolve the name of the schema (if one) to which it connects.connection - The JDBC connectiondialect - The DialectSQLExceptionCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.