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

com.scudata.dm.IQueryable Maven / Gradle / Ivy

Go to download

SPL(Structured Process Language) A programming language specially for structured data computing.

The newest version!
package com.scudata.dm;

import com.scudata.cellset.ICellSet;

/**
 * ??ִ??query?????Ķ???
 * @author WangXiaoJun
 *
 */
public interface IQueryable {
	/**
	 * ִ?в?ѯ???
	 * @param sql String ??ѯ???
	 * @param params Object[] ????ֵ
	 * @param cs ICellSet ???????
	 * @param ctx Context
	 * @return Object
	 */
	Object query(String sql, Object []params, ICellSet cs, Context ctx);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy