public class Table extends Object
| Constructor and Description |
|---|
Table(Identifier identifier,
List<Column> columns) |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
getColumns() |
Identifier |
getIdentifier() |
public Table(Identifier identifier, List<Column> columns)
public Identifier getIdentifier()
Copyright © 2024. All rights reserved.