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

jooqpreprocessor.parsers.StatementParser Maven / Gradle / Ivy

package jooqpreprocessor.parsers;

public interface StatementParser {
    boolean matches(String statement);
    String convert(String statement);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy