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

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

package com.beetl.sql.rewrite;

public interface TableConfig {
	 boolean contain(String table,String col);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy