| Package | Description |
|---|---|
| schemacrawler.schema | |
| schemacrawler.schemacrawler | |
| schemacrawler.tools.executable | |
| schemacrawler.utility |
| Modifier and Type | Method and Description |
|---|---|
void |
Schema.withQuoting(Identifiers identifiers)
Allows a strategy for quoting identifiers to be considered.
|
void |
DatabaseObject.withQuoting(Identifiers identifiers)
Allows a strategy for quoting identifiers to be considered.
|
| Modifier and Type | Field and Description |
|---|---|
static Identifiers |
Identifiers.STANDARD |
| Modifier and Type | Method and Description |
|---|---|
Identifiers |
SchemaRetrievalOptions.getIdentifiers() |
Identifiers |
IdentifiersBuilder.toOptions() |
| Modifier and Type | Method and Description |
|---|---|
static ResultSet |
QueryUtility.executeAgainstTable(Query query,
Statement statement,
Table table,
boolean isAlphabeticalSortForTableColumns,
Identifiers identifiers) |
static long |
QueryUtility.executeForLong(Query query,
Connection connection,
Table table,
Identifiers identifiers) |
static Object |
QueryUtility.executeForScalar(Query query,
Connection connection,
Table table,
Identifiers identifiers) |
IdentifiersBuilder |
IdentifiersBuilder.fromOptions(Identifiers identifiers) |
void |
SchemaReference.withQuoting(Identifiers identifiers) |
| Modifier and Type | Method and Description |
|---|---|
Identifiers |
SchemaCrawlerCommand.getIdentifiers() |
Identifiers |
BaseSchemaCrawlerCommand.getIdentifiers() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaCrawlerCommand.setIdentifiers(Identifiers identifiers) |
void |
BaseSchemaCrawlerCommand.setIdentifiers(Identifiers identifiers) |
| Modifier and Type | Method and Description |
|---|---|
static String |
MetaDataUtility.getColumnsListAsString(Index index,
Identifiers identifiers)
Gets a comma-separated list of columns for an index.
|
static String |
MetaDataUtility.getColumnsListAsString(TableConstraint tableConstraint,
Identifiers identifiers)
Gets a comma-separated list of columns for an index.
|
static String |
MetaDataUtility.getColumnsListAsString(Table table,
Identifiers identifiers)
Gets a comma-separated list of columns for a table.
|
static String |
MetaDataUtility.getColumnsListAsString(TableReference fk,
TableRelationshipType relationshipType,
Identifiers identifiers)
Gets a comma-separated list of columns for a foreign key.
|
static String |
MetaDataUtility.joinColumns(List<? extends Column> columns,
boolean omitLargeObjectColumns,
Identifiers identifiers) |
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.