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

com.beetl.sql.rewrite.ColValueProvider Maven / Gradle / Ivy

package com.beetl.sql.rewrite;

public interface ColValueProvider {
	public Object getCurrentValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy