| Package | Description |
|---|---|
| schemacrawler.schema | |
| schemacrawler.schemacrawler |
| Modifier and Type | Method and Description |
|---|---|
static TableTypes |
TableTypes.from(Collection<String> tableTypeStrings)
Obtain a collection of tables types from provided list.
|
static TableTypes |
TableTypes.from(Connection connection)
Obtain a collection of tables types for a database system, as returned by the database server
itself.
|
static TableTypes |
TableTypes.from(String... tableTypeStrings) |
static TableTypes |
TableTypes.from(String tableTypesString) |
static TableTypes |
TableTypes.includeAll() |
static TableTypes |
TableTypes.includeNone() |
TableTypes |
TableTypes.subsetFrom(TableTypes tableTypesKeepList)
Filters table types not known to the database system.
|
| Modifier and Type | Method and Description |
|---|---|
TableTypes |
TableTypes.subsetFrom(TableTypes tableTypesKeepList)
Filters table types not known to the database system.
|
| Modifier and Type | Method and Description |
|---|---|
TableTypes |
SchemaRetrievalOptions.getTableTypes() |
TableTypes |
LimitOptions.getTableTypes()
Returns the table types requested for output.
|
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.