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 May 22 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.