Interface SchemaNameResolver


  • public interface SchemaNameResolver
    Contract for resolving the schema of a Connection.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String resolveSchemaName​(java.sql.Connection connection)
      Given a JDBC Connection, resolve the name of the schema (if one) to which it connects.
    • Method Detail

      • resolveSchemaName

        java.lang.String resolveSchemaName​(java.sql.Connection connection)
        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).