Package com.icc.util


package com.icc.util
Contains a class called RequestStatus which is a Boolean class which wraps a value of the primitive type boolean in an object.
RequestStatus class which in turn contains methods useful when dealing with boolean.
  • Class
    Description
    This class consists of methods related to retrieve the information regarding DataBaseHost, DataBaseName, DataBaseType, Domain,
    DriverName, MaximumConnections, MinimumConnections, Schemas, Partitions etc..
    Connection Pool Type to use in the backend
    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.
    These constants are used to specify whether the operation Type is of FRESH_UPLOAD, APPEND, UPDATE_APPEND.
    This class is a Boolean class which wraps a value of the primitive type boolean in an object.