
com.github.obase.mysql.xml.ObaseMysqlObject 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.xml;
import java.util.LinkedList;
import java.util.List;
public final class ObaseMysqlObject {
public String namespace;
public List> tableClassList = new LinkedList>();
public List> metaClassList = new LinkedList>();
public List statementList = new LinkedList();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy