public class DbTableOrView extends Object
Constructor and Description |
---|
DbTableOrView(DbSchema schema,
ResultSet rs) |
Modifier and Type | Method and Description |
---|---|
DbColumn[] |
getColumns() |
String |
getName() |
String |
getQuotedName() |
DbSchema |
getSchema() |
boolean |
isView() |
void |
readColumns(DatabaseMetaData meta)
Read the column for this table from the database meta data.
|
public DbTableOrView(DbSchema schema, ResultSet rs) throws SQLException
SQLException
public DbSchema getSchema()
public DbColumn[] getColumns()
public String getName()
public boolean isView()
public String getQuotedName()
public void readColumns(DatabaseMetaData meta) throws SQLException
meta
- the database meta dataSQLException
Copyright © 2017 JBoss by Red Hat. All rights reserved.