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() |
public String getTableCatalog()
public String getTableName()
public String getType()
public String getSqlTableType() throws SQLException
SQLExceptionpublic String getComment()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.