com.droidlogix.dbflare.datahandler.models.ITotalCountGenerator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dbflare-datahandler Show documentation
Show all versions of dbflare-datahandler Show documentation
Entity Datahandler Repository
The newest version!
package com.droidlogix.dbflare.datahandler.models;
import com.droidlogix.dbflare.datahandler.IEntityRepository.*;
public interface ITotalCountGenerator
{
String generateTotalCountQuery(QUERY_STRING_TYPE queryStringType, String queryString);
}