public static enum DBProperties.DatabaseType extends java.lang.Enum<DBProperties.DatabaseType>
Enum Constant and Description |
---|
AMAZON_REDSHIFT
Amazon Redshift is a fully managed, petabyte-scale data warehouse service in the cloud.
|
BIGDATA_CLOUDERA
CLOUDERA's open source platform, for the distribution of HADOOP and related projects.
|
BIGDATA_HORTONWORKS
HORTONWORKS drives actionable intelligence with Connected Data Platforms that maximize the value of all data—data-in-motion and data-at-rest.
|
BIGDATA_MAPR
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.
|
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.
|
HSQLDB
HSQLDB (HyperSQL Database) is the leading SQL relational database offers a small, fast multiThreaded and transactional database engine with in-memory and disk-based tables and supports embedded and server modes.
|
JSON
JavaScript Object Notation(JSON) is a syntax for storing and exchanging data.
|
MSACCESS
Microsoft Access stores data in its own format based on the Access Jet Database Engine.
|
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.
|
ODBC
Open Database Connectivity (ODBC) is an open standard application programming interface (API) for accessing a database.
|
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
|
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 DBProperties.DatabaseType |
getDatabaseType(java.lang.String value)
Returns the DatabaseType for the specified value.
|
java.lang.String |
toString()
Returns the String representation.
|
static DBProperties.DatabaseType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DBProperties.DatabaseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DBProperties.DatabaseType ERWIN
public static final DBProperties.DatabaseType ERWIN9
public static final DBProperties.DatabaseType CWM
public static final DBProperties.DatabaseType XMI
public static final DBProperties.DatabaseType XSD
public static final DBProperties.DatabaseType DSV
public static final DBProperties.DatabaseType JSON
public static final DBProperties.DatabaseType EXCEL
public static final DBProperties.DatabaseType MSACCESS
public static final DBProperties.DatabaseType HSQLDB
public static final DBProperties.DatabaseType SQLSERVER
public static final DBProperties.DatabaseType SQLSERVERWINDOWS
public static final DBProperties.DatabaseType ORACLE
public static final DBProperties.DatabaseType GREENPLUM
public static final DBProperties.DatabaseType VERTICA
public static final DBProperties.DatabaseType SYBASE
public static final DBProperties.DatabaseType PERVASIVE
public static final DBProperties.DatabaseType TERADATA
public static final DBProperties.DatabaseType DB2
public static final DBProperties.DatabaseType MYSQL
public static final DBProperties.DatabaseType NETEZZA
public static final DBProperties.DatabaseType SAP
public static final DBProperties.DatabaseType AMAZON_REDSHIFT
public static final DBProperties.DatabaseType OTHER
public static final DBProperties.DatabaseType ODBC
public static final DBProperties.DatabaseType BIGDATA_CLOUDERA
public static final DBProperties.DatabaseType BIGDATA_HORTONWORKS
public static final DBProperties.DatabaseType BIGDATA_MAPR
public static final DBProperties.DatabaseType SALESFORCE
public static final DBProperties.DatabaseType SNOWFLAKE
public static DBProperties.DatabaseType[] values()
for (DBProperties.DatabaseType c : DBProperties.DatabaseType.values()) System.out.println(c);
public static DBProperties.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 DBProperties.DatabaseType getDatabaseType(java.lang.String value)
value
- Stringpublic java.lang.String toString()
toString
in class java.lang.Enum<DBProperties.DatabaseType>