| Package | Description |
|---|---|
| com.github.lynzabo.codegen.dao | |
| com.github.lynzabo.codegen.dao.impl | |
| com.github.lynzabo.codegen.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,RenderDataDTO.Column> |
Connector.getColumns(String tableName)
获取表各个列信息
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,RenderDataDTO.Column> |
MySQLConnectorImpl.getColumns(String tableName) |
Map<String,RenderDataDTO.Column> |
OracleConnectorImpl.getColumns(String tableName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,RenderDataDTO.Column> |
RenderDataDTO.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
RenderDataDTO.setColumns(Map<String,RenderDataDTO.Column> columns) |
Copyright © 2016 Le. All rights reserved.