Interface SchemaNameResolver


@Deprecated(since="7.0", forRemoval=true) public interface SchemaNameResolver
Deprecated, for removal: This API element is subject to removal in a future version.
Use SchemaNameResolver instead.
Contract for resolving the schema of a Connection.
API Note:
No used.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    /** Given a JDBC Connection, resolve the name of the schema (if one) to which it connects.
  • Method Details

    • resolveSchemaName

      String resolveSchemaName(Connection connection)
      Deprecated, for removal: This API element is subject to removal in a future version.
      /** Given a JDBC Connection, resolve the name of the schema (if one) to which it connects.
      Parameters:
      connection - The JDBC connection
      Returns:
      The name of the schema; may be null.