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

cn.schoolwow.quickdao.module.database.parent.domain.GetStatementSupplier Maven / Gradle / Ivy

package cn.schoolwow.quickdao.module.database.parent.domain;

public interface GetStatementSupplier {
    /**
     * 返回SQL语句
     * */
    String getStatement();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy