Uses of Class
com.databricks.jdbc.client.impl.thrift.generated.TDBSqlSessionConf._Fields
-
Packages that use TDBSqlSessionConf._Fields Package Description com.databricks.jdbc.client.impl.thrift.generated -
-
Uses of TDBSqlSessionConf._Fields in com.databricks.jdbc.client.impl.thrift.generated
Fields in com.databricks.jdbc.client.impl.thrift.generated with type parameters of type TDBSqlSessionConf._Fields Modifier and Type Field Description static Map<TDBSqlSessionConf._Fields,org.apache.thrift.meta_data.FieldMetaData>TDBSqlSessionConf. metaDataMapMethods in com.databricks.jdbc.client.impl.thrift.generated that return TDBSqlSessionConf._Fields Modifier and Type Method Description TDBSqlSessionConf._FieldsTDBSqlSessionConf. fieldForId(int fieldId)static TDBSqlSessionConf._FieldsTDBSqlSessionConf._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static TDBSqlSessionConf._FieldsTDBSqlSessionConf._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static TDBSqlSessionConf._FieldsTDBSqlSessionConf._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.static TDBSqlSessionConf._FieldsTDBSqlSessionConf._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static TDBSqlSessionConf._Fields[]TDBSqlSessionConf._Fields. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.jdbc.client.impl.thrift.generated with parameters of type TDBSqlSessionConf._Fields Modifier and Type Method Description ObjectTDBSqlSessionConf. getFieldValue(TDBSqlSessionConf._Fields field)booleanTDBSqlSessionConf. isSet(TDBSqlSessionConf._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidTDBSqlSessionConf. setFieldValue(TDBSqlSessionConf._Fields field, Object value)
-