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