| Package | Description |
|---|---|
| schemacrawler.schemacrawler |
| Modifier and Type | Method and Description |
|---|---|
static SchemaInfoLevel |
SchemaInfoLevelBuilder.detailed()
Creates a new SchemaInfoLevel for verbose schema information.
|
SchemaInfoLevel |
SchemaCrawlerOptions.getSchemaInfoLevel()
Gets the schema information level, identifying to what level the
schema should be crawled.
|
static SchemaInfoLevel |
SchemaInfoLevelBuilder.maximum()
Creates a new SchemaInfoLevel for maximum schema information.
|
static SchemaInfoLevel |
SchemaInfoLevelBuilder.minimum()
Creates a new SchemaInfoLevel for minimum schema information.
|
static SchemaInfoLevel |
SchemaInfoLevelBuilder.standard()
Creates a new SchemaInfoLevel for standard schema information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaCrawlerOptions.setSchemaInfoLevel(SchemaInfoLevel schemaInfoLevel)
Sets the schema information level, identifying to what level the
schema should be crawled.
|
SchemaCrawlerOptionsBuilder |
SchemaCrawlerOptionsBuilder.withSchemaInfoLevel(SchemaInfoLevel schemaInfoLevel) |
Copyright © 2000-2018 Sualeh Fatehi. All rights reserved.