public interface SchemaNameResolver
Connection
.Modifier and Type | Method and Description |
---|---|
String |
resolveSchemaName(Connection connection)
Given a JDBC
Connection , resolve the name of the schema (if one) to which it connects. |
String resolveSchemaName(Connection connection)
Connection
, resolve the name of the schema (if one) to which it connects.connection
- The JDBC connectionCopyright © 2021 JBoss by Red Hat. All rights reserved.