
com.github.obase.mysql.data.TableAnnotation 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 com.github.obase.mysql.annotation.Engine;
public class TableAnnotation {
public String name;
public String comment;
public Engine engine;
public String characterSet;
public String collate;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy