public class MetaBuilder extends Object
Constructor and Description |
---|
MetaBuilder() |
Modifier and Type | Method and Description |
---|---|
static HashMap<String,io.odysz.semantics.meta.TableMeta> |
buildMs2k(String conn) |
static HashMap<String,io.odysz.semantics.meta.TableMeta> |
buildMysql(String conn)
Build mysql table metas.
|
static HashMap<String,io.odysz.semantics.meta.TableMeta> |
buildOrcl(String conn) |
static HashMap<String,io.odysz.semantics.meta.TableMeta> |
buildSqlite(String conn) |
public static HashMap<String,io.odysz.semantics.meta.TableMeta> buildMysql(String conn) throws SQLException
Build mysql table metas.
conn
- SQLException
SAXException
public static HashMap<String,io.odysz.semantics.meta.TableMeta> buildMs2k(String conn) throws SQLException
SQLException
public static HashMap<String,io.odysz.semantics.meta.TableMeta> buildOrcl(String conn) throws SQLException
SQLException
public static HashMap<String,io.odysz.semantics.meta.TableMeta> buildSqlite(String conn) throws SQLException
SQLException
Copyright © 2024. All rights reserved.