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

com.jn.sqlhelper.dialect.sqlparser.SqlParser Maven / Gradle / Ivy

package com.jn.sqlhelper.dialect.sqlparser;

public interface SqlParser {
    SQL parse(String sql) throws SQLParseException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy