package eu.dnetlib.dlms.jdbc;

/**
 * Interface for contexts related to AST management and language statements execution.
 * 
 * @author alessia
 */
public interface ContextInterface {

	//just a marker interface
}
