public final class DatabaseTypeFactory extends Object
| 构造器和说明 |
|---|
DatabaseTypeFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DatabaseType |
getInstance(String name)
Get instance of database type.
|
static Collection<DatabaseType> |
getInstances()
Get instances of database type.
|
public static DatabaseType getInstance(String name)
name - name of database typepublic static Collection<DatabaseType> getInstances()
Copyright © 2022 The Apache Software Foundation. All rights reserved.