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 DialectSQLException
Copyright © 2021 JBoss by Red Hat. All rights reserved.