@Internal public class DerbyDialectFactory extends Object implements JdbcDialectFactory
DerbyDialect
.Constructor and Description |
---|
DerbyDialectFactory() |
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)
JdbcDialectFactory
true
if they understand the sub-protocol
specified in the URL and false
if they do not.acceptsURL
in interface JdbcDialectFactory
url
- the URL of the databasetrue
if this dialect understands the given URL; false
otherwise.public JdbcDialect create()
create
in interface JdbcDialectFactory
JdbcDialect
.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.