All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.exasol.spark.common.StatementGenerator Maven / Gradle / Ivy

The newest version!
package com.exasol.spark.common;

/**
 * An interface for {@code SQL} statement generators.
 */
public interface StatementGenerator {

    /**
     * Renders statement to a string.
     *
     * @return rendered select statement string
     */
    public String render();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy