| Package | Description |
|---|---|
| schemacrawler.schemacrawler | |
| schemacrawler.utility |
| Modifier and Type | Method and Description |
|---|---|
Identifiers |
DatabaseSpecificOptions.getIdentifiers()
Identifier quoting using the default quoting strategy, but with the
correct quote string for the database.
|
| Modifier and Type | Field and Description |
|---|---|
static Identifiers |
Identifiers.STANDARD |
| Modifier and Type | Method and Description |
|---|---|
Identifiers |
Identifiers.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static java.sql.ResultSet |
QueryUtility.executeAgainstTable(Query query,
java.sql.Statement statement,
Table table,
boolean isAlphabeticalSortForTableColumns,
Identifiers identifiers) |
static long |
QueryUtility.executeForLong(Query query,
java.sql.Connection connection,
Table table,
Identifiers identifiers) |
static java.lang.Object |
QueryUtility.executeForScalar(Query query,
java.sql.Connection connection,
Table table,
Identifiers identifiers) |
Copyright © 2000-2018 Sualeh Fatehi. All rights reserved.