| Modifier and Type | Method and Description |
|---|---|
int |
getChildTableFilterDepth() |
InclusionRule |
getColumnInclusionRule()
Gets the column inclusion rule.
|
java.util.Optional<InclusionRule> |
getGrepColumnInclusionRule()
Gets the column inclusion rule for grep.
|
java.util.Optional<InclusionRule> |
getGrepDefinitionInclusionRule()
Gets the definitions inclusion rule for grep.
|
java.util.Optional<InclusionRule> |
getGrepRoutineColumnInclusionRule()
Gets the routine column rule for grep.
|
int |
getParentTableFilterDepth() |
InclusionRule |
getRoutineColumnInclusionRule()
Gets the routine column rule.
|
InclusionRule |
getRoutineInclusionRule()
Gets the routine inclusion rule.
|
java.util.Collection<RoutineType> |
getRoutineTypes() |
InclusionRule |
getSchemaInclusionRule()
Gets the schema inclusion rule.
|
SchemaInfoLevel |
getSchemaInfoLevel()
Gets the schema information level, identifying to what level the
schema should be crawled.
|
InclusionRule |
getSequenceInclusionRule()
Gets the sequence inclusion rule.
|
InclusionRule |
getSynonymInclusionRule()
Gets the synonym inclusion rule.
|
InclusionRule |
getTableInclusionRule()
Gets the table inclusion rule.
|
java.lang.String |
getTableNamePattern()
Gets the table name pattern.
|
java.util.Collection<java.lang.String> |
getTableTypes()
Returns the table types requested for output.
|
java.lang.String |
getTitle() |
boolean |
isGrepColumns() |
boolean |
isGrepDefinitions() |
boolean |
isGrepInvertMatch()
Whether to invert matches.
|
boolean |
isGrepOnlyMatching()
Whether grep includes show foreign keys that reference other
non-matching tables.
|
boolean |
isGrepRoutineColumns() |
boolean |
isNoEmptyTables()
If infolevel=maximum, this option will remove empty tables (that
is, tables with no rows of data) from the catalog.
|
java.lang.String |
toString() |
public int getChildTableFilterDepth()
public InclusionRule getColumnInclusionRule()
public java.util.Optional<InclusionRule> getGrepColumnInclusionRule()
public java.util.Optional<InclusionRule> getGrepDefinitionInclusionRule()
public java.util.Optional<InclusionRule> getGrepRoutineColumnInclusionRule()
public int getParentTableFilterDepth()
public InclusionRule getRoutineColumnInclusionRule()
public InclusionRule getRoutineInclusionRule()
public java.util.Collection<RoutineType> getRoutineTypes()
public InclusionRule getSchemaInclusionRule()
public SchemaInfoLevel getSchemaInfoLevel()
public InclusionRule getSequenceInclusionRule()
public InclusionRule getSynonymInclusionRule()
public InclusionRule getTableInclusionRule()
public java.lang.String getTableNamePattern()
public java.util.Collection<java.lang.String> getTableTypes()
public java.lang.String getTitle()
public boolean isGrepColumns()
public boolean isGrepDefinitions()
public boolean isGrepInvertMatch()
public boolean isGrepOnlyMatching()
public boolean isGrepRoutineColumns()
public boolean isNoEmptyTables()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2000-2019 Sualeh Fatehi. All rights reserved.