@Internal public class PostgresDialectFactory extends Object implements JdbcDialectFactory
PostgresDialect.| 构造器和说明 |
|---|
PostgresDialectFactory() |
public boolean acceptsURL(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 © 2014–2023 The Apache Software Foundation. All rights reserved.