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

com.github.obase.mysql.data.IndexAnnotation Maven / Gradle / Ivy

The newest version!
package com.github.obase.mysql.data;

import java.util.List;

import com.github.obase.mysql.annotation.IndexType;
import com.github.obase.mysql.annotation.Using;

public class IndexAnnotation {

	public String name;

	public List columns;

	public IndexType type;

	public Using using;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy