public static enum DBEnvironment.DatabaseType extends java.lang.Enum<DBEnvironment.DatabaseType>
Enum Constant and Description |
---|
Access
Microsoft Access stores data in its own format based on the Access Jet Database Engine.
|
AmazonRedshift
Amazon Redshift is a fully managed, petabyte-scale data warehouse service in the cloud.
|
BigDataCloudera
CLOUDERA's open source platform, for the distribution of HADOOP and related projects.
|
BigDataHortonWorks
HORTONWORKS drives actionable intelligence with Connected Data Platforms that maximize the value of all data—data-in-motion and data-at-rest.
|
BigDataMapR
MapR is a programming model and an associated implementation for processing and generating large data sets with a parallel, distributed algorithm on a cluster.
|
CWM
The CWM defines a specification for modeling metaData for relational, non-relational, multi-dimensional, and most other objects found in a data warehousing environment.
|
DB2
DB2 is designed to store, analyze and retrieve the data efficiently and is extended with the support of Object-Oriented features and non-relational structures with XML.
|
DSV
Delimiter-separated values(DSV) store two-dimensional arrays of data by separating the values in each row with specific delimiter characters.
|
ERWin
ERwin is a software tool for data modeling of custom developed information systems, including databases of transactional systems and data marts.
|
ERWin9
ERWin9 is a leading data modeling solution that provides a simple, visual interface to manage your enterprise complex data environment.
|
Excel
Microsoft Excel has the basic features of all spreadsheets, using a grid of cells arranged in numbered rows and letter-named columns to organize the data manipulations.
|
GreenPlum
GREENPLUM Database is an advanced, fully featured, open source data warehouse.
|
JSON
JavaScript Object Notation(JSON) is a syntax for storing and exchanging data.
|
MySQL
MySQL is the Open Source Relational SQL database management system enabling the cost-effective delivery of reliable, high-performance and scalable Web-based and embedded database applications.
|
Netezza
NETEZZA system can support multiple concurrent connections from clients.
|
None
If no databaseType is specified or by default it is NONE.
|
Oracle
Oracle database is a collection of data treated as a unit.
|
Other
Any other DatabaseType can be accessed by specifying the databaseType as OTHER.
|
Pervasive
Pervasive is an ACID-compliant DBMS.
|
Salesforce
Salesforce business tool that allows you to manage all your customers,
partners and prospects information all in one place
|
SAP
SAP DB is an open-source, platform-independent, SQL-based database system.
|
Snowflake
Snowflake is an analytic data warehouse provided as
Software-as-a-Service (SaaS) Snowflake's data warehouse is not built
on an existing database or “big data” software platform such as
Hadoop.
|
SqlServer
Microsoft SQL Server is a relational database management system with the primary function of storing and retrieving data as requested by other software applications.
|
SqlServerWindows
SQL Server also makes the databases available via Windows Authentication.
|
Sybase
SYBASE is an enterprise software that manages and analyzes the information in relational databases.
|
Teradata
TERADATA delivers high performance, diverse queries, in-database analytics & sophisticated workload management.
|
Vertica
VERTICA is the cluster-based, column-oriented is designed to manage large, fast-growing volumes of data and provide very fast query performance.
|
XMI
The XML Meta data Interchange (XMI) is an Object Management Group (OMG) standard for exchanging meta data information via Extensible Markup Language (XML).
|
XSD
XSD (XML Schema Definition) specifies how to formally describe the elements in an Extensible Markup Language (XML) document.
|
Modifier and Type | Method and Description |
---|---|
static DBEnvironment.DatabaseType |
getDatabaseType(java.lang.String value) |
static DBEnvironment.DatabaseType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DBEnvironment.DatabaseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DBEnvironment.DatabaseType Excel
public static final DBEnvironment.DatabaseType CWM
public static final DBEnvironment.DatabaseType XMI
public static final DBEnvironment.DatabaseType ERWin
public static final DBEnvironment.DatabaseType ERWin9
public static final DBEnvironment.DatabaseType Access
public static final DBEnvironment.DatabaseType DSV
public static final DBEnvironment.DatabaseType JSON
public static final DBEnvironment.DatabaseType XSD
public static final DBEnvironment.DatabaseType SqlServer
public static final DBEnvironment.DatabaseType Oracle
public static final DBEnvironment.DatabaseType SqlServerWindows
public static final DBEnvironment.DatabaseType GreenPlum
public static final DBEnvironment.DatabaseType Teradata
public static final DBEnvironment.DatabaseType Vertica
public static final DBEnvironment.DatabaseType Pervasive
public static final DBEnvironment.DatabaseType DB2
public static final DBEnvironment.DatabaseType MySQL
public static final DBEnvironment.DatabaseType Sybase
public static final DBEnvironment.DatabaseType SAP
public static final DBEnvironment.DatabaseType BigDataCloudera
public static final DBEnvironment.DatabaseType BigDataHortonWorks
public static final DBEnvironment.DatabaseType BigDataMapR
public static final DBEnvironment.DatabaseType Netezza
public static final DBEnvironment.DatabaseType AmazonRedshift
public static final DBEnvironment.DatabaseType Salesforce
public static final DBEnvironment.DatabaseType Snowflake
public static final DBEnvironment.DatabaseType Other
public static final DBEnvironment.DatabaseType None
public static DBEnvironment.DatabaseType[] values()
for (DBEnvironment.DatabaseType c : DBEnvironment.DatabaseType.values()) System.out.println(c);
public static DBEnvironment.DatabaseType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static DBEnvironment.DatabaseType getDatabaseType(java.lang.String value)