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

cn.patterncat.helper.sql.builder.SQL Maven / Gradle / Ivy

There is a newer version: 0.0.7
Show newest version
package cn.patterncat.helper.sql.builder;

/**
 * copy from mybatis-3.4.4-sources.jar!/org/apache/ibatis/jdbc/SQL.java
 * @author Clinton Begin
 */
public class SQL extends AbstractSQL {

    @Override
    public SQL getSelf() {
        return this;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy