
com.github.obase.mysql.data.IndexAnnotation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of obase-mysql Show documentation
Show all versions of obase-mysql Show documentation
A very simple/efficient Mysql Client Framework
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