Package io.odysz.semantic.DA
Class MetaBuilder
java.lang.Object
io.odysz.semantic.DA.MetaBuilder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuildMysql
(String conn) Build mysql table metas.buildSqlite
(String conn)
-
Constructor Details
-
MetaBuilder
public MetaBuilder()
-
-
Method Details
-
buildMysql
public static HashMap<String,io.odysz.semantics.meta.TableMeta> buildMysql(String conn) throws SQLException Build mysql table metas.
- Parameters:
conn
-- Returns:
- table metas for the conn.
- Throws:
SQLException
SAXException
-
buildMs2k
public static HashMap<String,io.odysz.semantics.meta.TableMeta> buildMs2k(String conn) throws SQLException - Throws:
SQLException
-
buildOrcl
public static HashMap<String,io.odysz.semantics.meta.TableMeta> buildOrcl(String conn) throws SQLException - Throws:
SQLException
-
buildSqlite
public static HashMap<String,io.odysz.semantics.meta.TableMeta> buildSqlite(String conn) throws SQLException - Throws:
SQLException
-