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

org.onetwo.common.db.sqlext.ExtQueryInner Maven / Gradle / Ivy

The newest version!
package org.onetwo.common.db.sqlext;

import java.util.Set;

public interface ExtQueryInner extends ExtQuery {
	
	public String getFieldName(String f);
	
	public SQLFunctionManager getSqlFunctionManager();
	

	public boolean hasParameterField(String fieldName);
	public Set getAllParameterFieldNames();

	public void initQuery();
	public ExtQuery build();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy