public interface DatabaseSchemaConfig
Modifier and Type | Method and Description |
---|---|
String |
addColumn(List<Table> tables,
String column) |
String |
constructJoinExprForTables(List<Table> tables)
constructJoinExprForTables
|
Table |
findTableByVisibleColumn(String colName)
findTableByVisibleColumn
|
DatabaseSchema |
getDatabaseSchema()
getDatabaseSchema
|
List<String> |
getJoinTables(List<Table> tables)
getJoinTables
|
Table |
getPrimaryTable()
getPrimaryTable
|
Table |
getTableByName(String name)
getTableByName
|
int |
getTableCount()
getTableCount
|
DatabaseSchema getDatabaseSchema()
getDatabaseSchema
Table getPrimaryTable()
getPrimaryTable
Table getTableByName(String name)
getTableByName
a
- StringTable findTableByVisibleColumn(String colName)
findTableByVisibleColumn
a
- Stringint getTableCount()
getTableCount
List<String> getJoinTables(List<Table> tables)
getJoinTables
a
- List of TablesString constructJoinExprForTables(List<Table> tables)
constructJoinExprForTables
a
- List of TablesCopyright © 2021. All rights reserved.