public final class RelationMetas extends Object
| Constructor and Description |
|---|
RelationMetas() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsColumn(String tableName,
String columnName)
Judge whether contains column name.
|
boolean |
containsTable(String tableName)
Judge whether contains table.
|
List<String> |
getAllColumnNames(String tableName)
Get all column names via table.
|
public boolean containsTable(String tableName)
tableName - table namepublic boolean containsColumn(String tableName, String columnName)
tableName - table namecolumnName - column nameCopyright © 2020 The Apache Software Foundation. All rights reserved.