public interface JdbcDialectFactory
JdbcDialectJdbcDialect| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
acceptsURL(String url)
Retrieves whether the dialect thinks that it can open a connection to the given URL.
|
JdbcDialect |
create() |
default JdbcDialect |
create(String compatibleMode,
String fieldId)
Create a
JdbcDialect instance based on the driver type and compatible mode. |
boolean acceptsURL(String url)
true if they understand the sub-protocol
specified in the URL and false if they do not.url - the URL of the databasetrue if this dialect understands the given URL; false
otherwise.JdbcDialect create()
JdbcDialect.default JdbcDialect create(String compatibleMode, String fieldId)
JdbcDialect instance based on the driver type and compatible mode.compatibleMode - The compatible modeJdbcDialectCopyright © 2024 The Apache Software Foundation. All rights reserved.