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

me.icymint.libra.jdbc.model.Index Maven / Gradle / Ivy

package me.icymint.libra.jdbc.model;

/**
 * 索引。
 * 
 * @author Daniel Yu
 * @since 2013-3-12
 * 
 */
public class Index extends Unique {

	public Index(String name, String[] indexcolumns) {
		super(name, indexcolumns);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy