| Package | Description |
|---|---|
| org.pinus4j.generator |
数据库生成工具接口
|
| org.pinus4j.generator.impl |
数据库生成工具实现
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDBGenerator.syncTable(Connection conn,
DBTable table)
同步数据库表
|
void |
IDBGenerator.syncTable(Connection conn,
DBTable table,
int num)
批量同步数据库表.
|
| Modifier and Type | Method and Description |
|---|---|
private Map<String,DBTable> |
DBMySqlGeneratorImpl._getTable(Connection conn)
获取数据库中已有的表结构.
|
void |
DBMySqlGeneratorImpl.syncTable(Connection conn,
DBTable table) |
void |
DBMySqlGeneratorImpl.syncTable(Connection conn,
DBTable table,
int num) |
Copyright © 2015. All rights reserved.