public static class Identifiers.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
Identifiers |
build() |
Identifiers.Builder |
withConnection(Connection connection)
Constructs a list of database object identifiers from SQL 2003 keywords, and from the
database server.
|
Identifiers.Builder |
withConnectionIfPossible(Connection connection)
Tries to use the connection, but does not throw any exceptions.
|
Identifiers.Builder |
withIdentifierQuoteString(String identifierQuoteString)
Uses the string used to quote database object identifiers as provided.
|
Identifiers.Builder |
withIdentifierQuotingStrategy(IdentifierQuotingStrategy identifierQuotingStrategy)
Specifies how to quote database object identifiers.
|
public Identifiers build()
public Identifiers.Builder withConnection(Connection connection) throws SQLException
connection - Live database connectionSQLExceptionpublic Identifiers.Builder withConnectionIfPossible(Connection connection)
connection - Live database connectionwithConnection(Connection connection)public Identifiers.Builder withIdentifierQuoteString(String identifierQuoteString)
identifierQuoteString - Identifier quote string override, or null if not overriddenpublic Identifiers.Builder withIdentifierQuotingStrategy(IdentifierQuotingStrategy identifierQuotingStrategy)
identifierQuotingStrategy - Set identifier quoting strategy, or turn off quoting if nullCopyright © 2000-2022 Sualeh Fatehi. All rights reserved.