Package com.icc.util
Enum Class DBProperties.DatabaseType
- All Implemented Interfaces:
Serializable,Comparable<DBProperties.DatabaseType>,Constable
- Enclosing class:
- DBProperties
These constants are used to specify the DataBaseType from any of the listed types as, ERWIN, CWM, XMI, XSD, DSV, JSON, EXCEL, MSACCESS,HSQLDB,
SQLSERVER, SQLSERVERWINDOWS, ORACLE, GREENPLUM, VERTICA, SYBASE, PERVASIVE, TERADATA, DB2, MYSQL, NETEZZA, SAP,
AMAZON_REDSHIFT("AmazonRedshift"), OTHER, ODBC, BIGQUERY("BigQuery"), BIGDATA_CLOUDERA("Cloudera"), BIGDATA_HORTONWORKS("Hortonworks"), BIGDATA_MAPR("MapR"),SALESFORCE.
SQLSERVER, SQLSERVERWINDOWS, ORACLE, GREENPLUM, VERTICA, SYBASE, PERVASIVE, TERADATA, DB2, MYSQL, NETEZZA, SAP,
AMAZON_REDSHIFT("AmazonRedshift"), OTHER, ODBC, BIGQUERY("BigQuery"), BIGDATA_CLOUDERA("Cloudera"), BIGDATA_HORTONWORKS("Hortonworks"), BIGDATA_MAPR("MapR"),SALESFORCE.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAmazon Redshift is a fully managed, petabyte-scale data warehouse service in the cloud.CLOUDERA's open source platform, for the distribution of HADOOP and related projects.HORTONWORKS drives actionable intelligence with Connected Data Platforms that maximize the value of all data—data-in-motion and data-at-rest.MapR is a programming model and an associated implementation for processing and generating large data sets with a parallel, distributed algorithm on a cluster.BigQueryThe CWM defines a specification for modeling metaData for relational, non-relational, multi-dimensional, and most other objects found in a data warehousing environment.DatabricksDB2 is designed to store, analyze and retrieve the data efficiently.Delimiter-separated values(DSV) store two-dimensional arrays of data by separating the values in each row with specific delimiter characters.ERwin is a software tool for data modeling of custom developed information systems, including databases of transactional systems and data marts.Deprecated.ETL defines the components in ETL Tools.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 Database is an advanced, fully featured, open source data warehouse.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.JavaScript Object Notation(JSON) is a syntax for storing and exchanging data.Microsoft Access stores data in its own format based on the Access Jet Database Engine.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 system can support multiple concurrent connections from clients.Open Database Connectivity (ODBC) is an open standard application programming interface (API) for accessing a database.Oracle database is a collection of data treated as a unit.Any other DatabaseType can be accessed by specifying the databaseType as OTHER.Pervasive is an ACID-compliant DBMS.POSTGRESQL Database is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance.SALESFORCE business tool that allows you to manage all your customers, partners and prospects information all in one placeSAP DB is an open-source, platform-independent, SQL-based database system.SnowflakeMicrosoft SQL Server is a relational database management system with the primary function of storing and retrieving data as requested by other software applications.SQL Server also makes the databases available via Windows Authentication.SYBASE is an enterprise software that manages and analyzes the information in relational databases.TERADATA delivers high performance, diverse queries, in-database analytics & sophisticated workload management.VERTICA is the cluster-based, column-oriented is designed to manage large, fast-growing volumes of data and provide very fast query performance.The XML Meta data Interchange (XMI) is an Object Management Group (OMG) standard for exchanging meta data information via Extensible Markup Language (XML).XSD (XML Schema Definition) specifies how to formally describe the elements in an Extensible Markup Language (XML) document. -
Method Summary
Modifier and TypeMethodDescriptionstatic DBProperties.DatabaseTypegetDatabaseType(String value) Returns the DatabaseType for the specified value.toString()Returns the String representation.static DBProperties.DatabaseTypeReturns the enum constant of this class with the specified name.static DBProperties.DatabaseType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ERWIN
ERwin is a software tool for data modeling of custom developed information systems, including databases of transactional systems and data marts. -
ETL
ETL defines the components in ETL Tools. -
ERWIN9
Deprecated.ERWin9 is a leading data modeling solution that provides a simple, visual interface to manage your enterprise complex data environment. -
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. -
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. -
DSV
Delimiter-separated values(DSV) store two-dimensional arrays of data by separating the values in each row with specific delimiter characters. -
JSON
JavaScript Object Notation(JSON) is a syntax for storing and exchanging data. -
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. -
MSACCESS
Microsoft Access stores data in its own format based on the Access Jet Database Engine. -
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. -
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. -
ORACLE
Oracle database is a collection of data treated as a unit. The purpose of this database is to store and retrieve related information. -
GREENPLUM
GREENPLUM Database is an advanced, fully featured, open source data warehouse. -
POSTGRESQL
POSTGRESQL Database is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance. -
VERTICA
VERTICA is the cluster-based, column-oriented is designed to manage large, fast-growing volumes of data and provide very fast query performance. -
SYBASE
SYBASE is an enterprise software that manages and analyzes the information in relational databases. -
PERVASIVE
Pervasive is an ACID-compliant DBMS. -
TERADATA
TERADATA delivers high performance, diverse queries, in-database analytics & sophisticated workload management. -
DB2
DB2 is designed to store, analyze and retrieve the data efficiently. -
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. Within a connection, NETEZZA supports only one active SQL activity at a time. -
SAP
SAP DB is an open-source, platform-independent, SQL-based database system. -
AMAZON_REDSHIFT
Amazon Redshift is a fully managed, petabyte-scale data warehouse service in the cloud. -
OTHER
Any other DatabaseType can be accessed by specifying the databaseType as OTHER. -
ODBC
Open Database Connectivity (ODBC) is an open standard application programming interface (API) for accessing a database. -
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. -
SALESFORCE
SALESFORCE business tool that allows you to manage all your customers, partners and prospects information all in one place -
SNOWFLAKE
Snowflake -
DATABRICKS
Databricks -
BIGQUERY
BigQuery
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getDatabaseType
Returns the DatabaseType for the specified value.- Parameters:
value- String- Returns:
- DatabaseType
-
toString
Returns the String representation.- Overrides:
toStringin classEnum<DBProperties.DatabaseType>- Returns:
- String
-