public static class Identifiers.Builder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
Identifiers |
build() |
Identifiers.Builder |
withConnection(java.sql.Connection connection)
Constructs a list of database object identifiers from SQL 2003
keywords, and from the database server.
|
Identifiers.Builder |
withConnectionIfPossible(java.sql.Connection connection)
Tries to use the connection, but does not throw any exceptions.
|
Identifiers.Builder |
withIdentifierQuoteString(java.lang.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(java.sql.Connection connection) throws java.sql.SQLException
connection - Live database connectionjava.sql.SQLExceptionpublic Identifiers.Builder withConnectionIfPossible(java.sql.Connection connection)
connection - Live database connectionwithConnection(Connection connection)public Identifiers.Builder withIdentifierQuoteString(java.lang.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-2019 Sualeh Fatehi. All rights reserved.