public enum BundledDriver extends Enum<BundledDriver>
| Enum Constant and Description |
|---|
Db2 |
Derby |
Hsqldb |
Mysql |
Oracle |
Postgresql |
Sqlite |
Sqlserver |
Sybaseiq |
| Modifier and Type | Method and Description |
|---|---|
abstract schemacrawler.schemacrawler.SchemaCrawlerOptions |
getOptions(schemacrawler.tools.options.InfoLevel level) |
static BundledDriver |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BundledDriver[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BundledDriver Sybaseiq
public static final BundledDriver Sqlserver
public static final BundledDriver Sqlite
public static final BundledDriver Postgresql
public static final BundledDriver Oracle
public static final BundledDriver Mysql
public static final BundledDriver Hsqldb
public static final BundledDriver Derby
public static final BundledDriver Db2
public static BundledDriver[] values()
for (BundledDriver c : BundledDriver.values()) System.out.println(c);
public static BundledDriver valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic abstract schemacrawler.schemacrawler.SchemaCrawlerOptions getOptions(schemacrawler.tools.options.InfoLevel level)
Copyright © 2016 buschmais GbR. All rights reserved.