Class ResultConstants
- java.lang.Object
-
- com.databricks.jdbc.dbclient.impl.sqlexec.ResultConstants
-
public class ResultConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static DatabricksResultSetCLIENT_INFO_PROPERTIES_RESULTThe static result set for the client info properties metadata.static DatabricksResultSetTYPE_INFO_RESULT
-
Constructor Summary
Constructors Constructor Description ResultConstants()
-
-
-
Field Detail
-
TYPE_INFO_RESULT
public static final DatabricksResultSet TYPE_INFO_RESULT
-
CLIENT_INFO_PROPERTIES_RESULT
public static final DatabricksResultSet CLIENT_INFO_PROPERTIES_RESULT
The static result set for the client info properties metadata.
-
-