Class Constants
- java.lang.Object
-
- com.salesforce.datacloud.jdbc.util.Constants
-
public final class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTHORIZATIONstatic StringCDP_URLstatic StringCLIENT_IDstatic StringCLIENT_SECRETstatic StringCONNECTION_PROTOCOLstatic StringCONTENT_TYPE_JSONstatic StringDATABASE_PRODUCT_NAMEstatic StringDATABASE_PRODUCT_VERSIONstatic StringDRIVER_NAMEstatic StringDRIVER_VERSIONstatic StringFORCE_SYNCstatic StringHYPER_LAKEHOUSE_ALIASstatic StringHYPER_LAKEHOUSE_PATH_PREFIXstatic StringINTEGERstatic StringISO_DATE_TIME_FORMATstatic StringISO_DATE_TIME_SEC_FORMATstatic StringISO_TIME_FORMATstatic StringLOGIN_URLstatic StringMETADATA_URLstatic StringPOSTstatic StringPRIVATE_KEYstatic StringSHORTstatic StringTEXTstatic StringUSERstatic StringUSER_NAME
-
-
-
Field Detail
-
CDP_URL
public static final String CDP_URL
- See Also:
- Constant Field Values
-
METADATA_URL
public static final String METADATA_URL
- See Also:
- Constant Field Values
-
CONNECTION_PROTOCOL
public static final String CONNECTION_PROTOCOL
- See Also:
- Constant Field Values
-
HYPER_LAKEHOUSE_ALIAS
public static final String HYPER_LAKEHOUSE_ALIAS
- See Also:
- Constant Field Values
-
HYPER_LAKEHOUSE_PATH_PREFIX
public static final String HYPER_LAKEHOUSE_PATH_PREFIX
- See Also:
- Constant Field Values
-
LOGIN_URL
public static final String LOGIN_URL
- See Also:
- Constant Field Values
-
CLIENT_ID
public static final String CLIENT_ID
- See Also:
- Constant Field Values
-
CLIENT_SECRET
public static final String CLIENT_SECRET
- See Also:
- Constant Field Values
-
USER
public static final String USER
- See Also:
- Constant Field Values
-
USER_NAME
public static final String USER_NAME
- See Also:
- Constant Field Values
-
PRIVATE_KEY
public static final String PRIVATE_KEY
- See Also:
- Constant Field Values
-
FORCE_SYNC
public static final String FORCE_SYNC
- See Also:
- Constant Field Values
-
AUTHORIZATION
public static final String AUTHORIZATION
- See Also:
- Constant Field Values
-
CONTENT_TYPE_JSON
public static final String CONTENT_TYPE_JSON
- See Also:
- Constant Field Values
-
POST
public static final String POST
- See Also:
- Constant Field Values
-
INTEGER
public static final String INTEGER
- See Also:
- Constant Field Values
-
TEXT
public static final String TEXT
- See Also:
- Constant Field Values
-
SHORT
public static final String SHORT
- See Also:
- Constant Field Values
-
DRIVER_NAME
public static final String DRIVER_NAME
- See Also:
- Constant Field Values
-
DATABASE_PRODUCT_NAME
public static final String DATABASE_PRODUCT_NAME
- See Also:
- Constant Field Values
-
DATABASE_PRODUCT_VERSION
public static final String DATABASE_PRODUCT_VERSION
- See Also:
- Constant Field Values
-
DRIVER_VERSION
public static final String DRIVER_VERSION
- See Also:
- Constant Field Values
-
ISO_DATE_TIME_FORMAT
public static final String ISO_DATE_TIME_FORMAT
- See Also:
- Constant Field Values
-
ISO_DATE_TIME_SEC_FORMAT
public static final String ISO_DATE_TIME_SEC_FORMAT
- See Also:
- Constant Field Values
-
ISO_TIME_FORMAT
public static final String ISO_TIME_FORMAT
- See Also:
- Constant Field Values
-
-