public class JdbcTable extends Object
| Constructor and Description |
|---|
JdbcTable(String tableCatalog,
String tableName,
String type,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
String |
getSqlTableType() |
String |
getTableCatalog() |
String |
getTableName() |
String |
getType() |
Copyright © 2023 The Apache Software Foundation. All rights reserved.