@AutoService(value=JdbcDialectFactory.class) public class PhoenixDialectFactory extends Object implements JdbcDialectFactory
| 构造器和说明 |
|---|
PhoenixDialectFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
acceptsURL(@NonNull String url)
Retrieves whether the dialect thinks that it can open a connection to the given URL.
|
JdbcDialect |
create() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic boolean acceptsURL(@NonNull
@NonNull String url)
JdbcDialectFactorytrue if they understand the sub-protocol
specified in the URL and false if they do not.acceptsURL 在接口中 JdbcDialectFactoryurl - the URL of the databasetrue if this dialect understands the given URL; false
otherwise.public JdbcDialect create()
create 在接口中 JdbcDialectFactoryJdbcDialect.Copyright © 2024 The Apache Software Foundation. All rights reserved.