public interface JdbcStatementBackwardsCompat
| 限定符和类型 | 方法和说明 |
|---|---|
String |
enquoteIdentifier(String identifier,
boolean alwaysQuote)
Enquotes the specified identifier.
|
boolean |
isSimpleIdentifier(String identifier)
Checks if specified identifier may be used without quotes.
|
String enquoteIdentifier(String identifier, boolean alwaysQuote) throws SQLException
identifier - identifier to quote if requiredalwaysQuote - if true identifier will be quoted unconditionallySQLException - on failureboolean isSimpleIdentifier(String identifier) throws SQLException
identifier - identifier to checkSQLException - on failureCopyright © 2022. All rights reserved.