类 HiveDialectFactory

    • 构造器详细资料

      • HiveDialectFactory

        public HiveDialectFactory()
    • 方法详细资料

      • acceptsURL

        public boolean acceptsURL​(String url)
        从接口复制的说明: JdbcDialectFactory
        Retrieves whether the dialect thinks that it can open a connection to the given URL. Typically, dialects will return true if they understand the sub-protocol specified in the URL and false if they do not.
        指定者:
        acceptsURL 在接口中 JdbcDialectFactory
        参数:
        url - the URL of the database
        返回:
        true if this dialect understands the given URL; false otherwise.