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

com.dream.system.compile.CompileFactory Maven / Gradle / Ivy

The newest version!
package com.dream.system.compile;

import com.dream.antlr.smt.PackageStatement;

public interface CompileFactory {

    /**
     * 编译SQL为对应的抽象树
     *
     * @param sql
     * @return
     * @throws Exception
     */
    PackageStatement compile(String sql) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy