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

org.onetwo.common.db.parser.SqlParser Maven / Gradle / Ivy

package org.onetwo.common.db.parser;

import org.onetwo.common.lexer.AbstractLexer;

public interface SqlParser {
	
	SqlStatment parse();
	
	public AbstractLexer getLexer();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy