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

io.odysz.module.xtable.ITableStruct Maven / Gradle / Ivy

package io.odysz.module.xtable;

import java.util.LinkedHashMap;

public interface ITableStruct {
	/** Get columns defining attributes name
	 * @return col specification string
	 */
	public String attrCols();
	public LinkedHashMap colIdx();
	public String colDefs();
	
	public String attrTableID();
	
	public String attrPks();
	public LinkedHashMap pkIdx();
	public String pkDefs();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy