public final class SQLIdentifiers extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SQLIdentifiers.Quoter
This is a utility class that is used to quote identifiers.
|
Modifier and Type | Method and Description |
---|---|
static SQLIdentifiers.Quoter |
createQuoter(DatabaseMetaData dbmd)
Creates a new
SQLIdentifiers.Quoter . |
public static SQLIdentifiers.Quoter createQuoter(DatabaseMetaData dbmd)
SQLIdentifiers.Quoter
.dbmd
- The DatabaseMetaData
to use when working with identifiers.
The metadata object is used to determine when an identifier needs
to be quoted and what the quote string should be.Quoter
instance.Built on October 25 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.