public class Table extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
schema |
| Constructor and Description |
|---|
Table(String name) |
Table(String schema,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getSchema() |
void |
setName(String name) |
void |
setSchema(String schema) |
Copyright © 2017–2020 JBoss by Red Hat. All rights reserved.