@Internal public class MySqlDialectFactory extends Object implements JdbcDialectFactory
MySqlDialect.| Constructor and Description |
|---|
MySqlDialectFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsURL(String url)
Retrieves whether the dialect thinks that it can open a connection to the given URL.
|
JdbcDialect |
create() |
public boolean acceptsURL(String url)
JdbcDialectFactorytrue if they understand the sub-protocol
specified in the URL and false if they do not.acceptsURL in interface JdbcDialectFactoryurl - the URL of the databasetrue if this dialect understands the given URL; false
otherwise.public JdbcDialect create()
create in interface JdbcDialectFactoryJdbcDialect.Copyright © 2022–2024 The Apache Software Foundation. All rights reserved.