public class TableAttributes extends ObjectAttributes implements Iterable<ColumnAttributes>
| Constructor and Description |
|---|
TableAttributes(String schemaName,
String catalogName,
String name,
List<String> remarks,
Map<String,String> attributes,
List<ColumnAttributes> columns) |
| Modifier and Type | Method and Description |
|---|---|
schemacrawler.schema.Schema |
getSchema() |
Iterator<ColumnAttributes> |
iterator() |
String |
toString() |
compareTo, getAttributes, getName, getRemarks, hasAttributes, hasRemarksequals, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic schemacrawler.schema.Schema getSchema()
public Iterator<ColumnAttributes> iterator()
iterator in interface Iterable<ColumnAttributes>public String toString()
toString in class ObjectAttributesCopyright © 2000-2021 Sualeh Fatehi. All rights reserved.