接口 SchemaNameResolver

    • 方法详细资料

      • resolveSchemaName

        String resolveSchemaName​(Connection connection,
                                 Dialect dialect)
                          throws SQLException
        Given a JDBC Connection, resolve the name of the schema (if one) to which it connects.
        参数:
        connection - The JDBC connection
        dialect - The Dialect
        返回:
        The name of the schema (may be null).
        抛出:
        SQLException