| Package | Description |
|---|---|
| schemacrawler.crawl | |
| schemacrawler.filter | |
| schemacrawler.inclusionrule | |
| schemacrawler.schemacrawler | |
| schemacrawler.tools.options |
| Constructor and Description |
|---|
MetadataResultSet(Query query,
Statement statement,
Map<String,InclusionRule> limitMap) |
| Constructor and Description |
|---|
InclusionRuleFilter(InclusionRule inclusionRule,
boolean inclusive) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InclusionRuleWithRegularExpression |
| Modifier and Type | Class and Description |
|---|---|
class |
ExcludeAll
Include all names, definitions, and other attributes of named objects.
|
class |
IncludeAll
Include all names, definitions, and other attributes of named objects.
|
class |
ListExclusionRule |
class |
RegularExpressionExclusionRule
Specifies exclusion patterns that can be applied to the names, definitions, and other attributes
of named objects.
|
class |
RegularExpressionInclusionRule
Specifies exclusion patterns that can be applied to the names, definitions, and other attributes
of named objects.
|
class |
RegularExpressionRule
Specifies inclusion and exclusion patterns that can be applied to the names, definitions, and
other attributes of named objects.
|
| Modifier and Type | Method and Description |
|---|---|
InclusionRule |
LimitOptions.get(DatabaseObjectRuleForInclusion inclusionRuleKey)
Gets the inclusion rule.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<InclusionRule> |
GrepOptions.getGrepColumnInclusionRule()
Gets the column inclusion rule for grep.
|
Optional<InclusionRule> |
GrepOptions.getGrepDefinitionInclusionRule()
Gets the definitions inclusion rule for grep.
|
Optional<InclusionRule> |
GrepOptions.getGrepRoutineParameterInclusionRule()
Gets the routine column rule for grep.
|
Optional<InclusionRule> |
GrepOptions.getGrepTableInclusionRule()
Gets the table inclusion rule for grep.
|
| Modifier and Type | Method and Description |
|---|---|
static ResultSet |
QueryUtility.executeAgainstSchema(Query query,
Statement statement,
Map<String,InclusionRule> limitMap) |
| Modifier and Type | Method and Description |
|---|---|
Optional<InclusionRule> |
Config.getOptionalInclusionRule(String includePatternProperty,
String excludePatternProperty) |
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.