public class TableBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.litongjava.model.db.JavaType |
javaType |
| Constructor and Description |
|---|
TableBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
build(List<Table> tableList,
Config config) |
protected void |
doBuild(Table table,
Connection conn,
Config config) |
com.litongjava.model.db.JavaType |
getJavaType() |
void |
setJavaType(com.litongjava.model.db.JavaType javaType) |
public com.litongjava.model.db.JavaType getJavaType()
public void setJavaType(com.litongjava.model.db.JavaType javaType)
protected void doBuild(Table table, Connection conn, Config config) throws SQLException
SQLExceptionCopyright © 2026. All rights reserved.