package com.blunk.storage;

/**
 * DataQuery is executed against a Database and the results are optionally returned as a
 * DataQueryResults.
 * 
 * @author Nillus
 */
public interface DataQuery
{
	
}