接口 SchemaNameResolver


  • public interface SchemaNameResolver
    Contract for resolving the schema of a Connection.
    作者:
    Steve Ebersole
    • 方法详细资料

      • resolveSchemaName

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