public final class SchemaModel extends Object
CatalogModel.
Plan §6. The empty-string name is allowed to model dialects
without a schema layer (e.g., MySQL); see plan §9.4 dialect mapping.
| Modifier and Type | Class and Description |
|---|---|
static class |
SchemaModel.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SchemaModel.Builder |
builder() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
name() |
List<RoutineModel> |
routines() |
List<SequenceModel> |
sequences() |
List<SynonymModel> |
synonyms() |
List<TableModel> |
tables() |
String |
toString() |
List<ViewModel> |
views() |
public static SchemaModel.Builder builder()
public List<TableModel> tables()
public List<RoutineModel> routines()
public List<SynonymModel> synonyms()
public List<SequenceModel> sequences()