jooqpreprocessor.parsers.StatementParser Maven / Gradle / Ivy
                 Go to download
                
        
                    Show more of this group  Show more artifacts with this name
Show all versions of jooq-preprocessor Show documentation
                Show all versions of jooq-preprocessor Show documentation
A preprocessor for SQL files to allow for parsing with JOOQ parser
                
             The newest version!
        
        package jooqpreprocessor.parsers;
public interface StatementParser {
    boolean matches(String statement);
    String convert(String statement);
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy