Uses of Class
com.databricks.jdbc.client.impl.thrift.generated.TDBSqlConfValue._Fields
-
Packages that use TDBSqlConfValue._Fields Package Description com.databricks.jdbc.client.impl.thrift.generated -
-
Uses of TDBSqlConfValue._Fields in com.databricks.jdbc.client.impl.thrift.generated
Fields in com.databricks.jdbc.client.impl.thrift.generated with type parameters of type TDBSqlConfValue._Fields Modifier and Type Field Description static Map<TDBSqlConfValue._Fields,org.apache.thrift.meta_data.FieldMetaData>TDBSqlConfValue. metaDataMapMethods in com.databricks.jdbc.client.impl.thrift.generated that return TDBSqlConfValue._Fields Modifier and Type Method Description TDBSqlConfValue._FieldsTDBSqlConfValue. fieldForId(int fieldId)static TDBSqlConfValue._FieldsTDBSqlConfValue._Fields. findByName(String name)Find the _Fields constant that matches name, or null if its not found.static TDBSqlConfValue._FieldsTDBSqlConfValue._Fields. findByThriftId(int fieldId)Find the _Fields constant that matches fieldId, or null if its not found.static TDBSqlConfValue._FieldsTDBSqlConfValue._Fields. findByThriftIdOrThrow(int fieldId)Find the _Fields constant that matches fieldId, throwing an exception if it is not found.static TDBSqlConfValue._FieldsTDBSqlConfValue._Fields. valueOf(String name)Returns the enum constant of this type with the specified name.static TDBSqlConfValue._Fields[]TDBSqlConfValue._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 TDBSqlConfValue._Fields Modifier and Type Method Description ObjectTDBSqlConfValue. getFieldValue(TDBSqlConfValue._Fields field)booleanTDBSqlConfValue. isSet(TDBSqlConfValue._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwisevoidTDBSqlConfValue. setFieldValue(TDBSqlConfValue._Fields field, Object value)
-