public enum RDBBlobStoreDB extends Enum<RDBBlobStoreDB>
| Enum Constant and Description |
|---|
DB2 |
DEFAULT |
DERBY |
H2 |
MSSQL |
MYSQL |
ORACLE |
POSTGRES |
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
| Modifier and Type | Method and Description |
|---|---|
String |
checkVersion(DatabaseMetaData md) |
String |
getDataTableCreationStatement(String tableName) |
String |
getMetaTableCreationStatement(String tableName) |
static @NotNull RDBBlobStoreDB |
getValue(String desc) |
String |
toString() |
static RDBBlobStoreDB |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDBBlobStoreDB[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RDBBlobStoreDB H2
public static final RDBBlobStoreDB DERBY
public static final RDBBlobStoreDB DB2
public static final RDBBlobStoreDB MSSQL
public static final RDBBlobStoreDB MYSQL
public static final RDBBlobStoreDB ORACLE
public static final RDBBlobStoreDB POSTGRES
public static final RDBBlobStoreDB DEFAULT
protected String description
public static RDBBlobStoreDB[] values()
for (RDBBlobStoreDB c : RDBBlobStoreDB.values()) System.out.println(c);
public static RDBBlobStoreDB 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 String checkVersion(DatabaseMetaData md) throws SQLException
SQLExceptionpublic String toString()
toString in class Enum<RDBBlobStoreDB>@NotNull public static @NotNull RDBBlobStoreDB getValue(String desc)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.