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 |
withIdentifierQuoteString(String identifierQuoteString)
Uses the string used to quote database object identifiers as
provided.
|
public Identifiers build()
public Identifiers.Builder withConnection(Connection connection) throws SQLException
connection - Live database connectionSQLExceptionpublic Identifiers.Builder withIdentifierQuoteString(String identifierQuoteString)
identifierQuoteString - Identifier quote string override, or null if not
overriddenCopyright © 2000-2017 Sualeh Fatehi. All rights reserved.