Class PathConstants
- java.lang.Object
-
- com.databricks.jdbc.dbclient.impl.sqlexec.PathConstants
-
public class PathConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCANCEL_STATEMENT_PATH_WITH_IDstatic StringDELETE_SESSION_PATH_WITH_IDstatic StringRESULT_CHUNK_PATHstatic StringSESSION_PATHstatic StringSTATEMENT_PATHstatic StringSTATEMENT_PATH_WITH_ID
-
Constructor Summary
Constructors Constructor Description PathConstants()
-
-
-
Field Detail
-
SESSION_PATH
public static final String SESSION_PATH
- See Also:
- Constant Field Values
-
STATEMENT_PATH
public static final String STATEMENT_PATH
- See Also:
- Constant Field Values
-
DELETE_SESSION_PATH_WITH_ID
public static final String DELETE_SESSION_PATH_WITH_ID
- See Also:
- Constant Field Values
-
STATEMENT_PATH_WITH_ID
public static final String STATEMENT_PATH_WITH_ID
- See Also:
- Constant Field Values
-
CANCEL_STATEMENT_PATH_WITH_ID
public static final String CANCEL_STATEMENT_PATH_WITH_ID
- See Also:
- Constant Field Values
-
RESULT_CHUNK_PATH
public static final String RESULT_CHUNK_PATH
- See Also:
- Constant Field Values
-
-