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
SQLException
public String getComment()
Copyright © 2017 The Apache Software Foundation. All rights reserved.