Uses of Class
com.databricks.jdbc.model.client.thrift.generated.TDBSqlCsvFormat
Packages that use TDBSqlCsvFormat
-
Uses of TDBSqlCsvFormat in com.databricks.jdbc.model.client.thrift.generated
Classes in com.databricks.jdbc.model.client.thrift.generated that implement interfaces with type arguments of type TDBSqlCsvFormatMethods in com.databricks.jdbc.model.client.thrift.generated that return TDBSqlCsvFormatModifier and TypeMethodDescriptionTDBSqlCsvFormat.deepCopy()TDBSqlResultFormat.getCsvFormat()TDBSqlCsvFormat.setCompressionCodec(TDBSqlCompressionCodec compressionCodec) Methods in com.databricks.jdbc.model.client.thrift.generated with parameters of type TDBSqlCsvFormatModifier and TypeMethodDescriptionintTDBSqlCsvFormat.compareTo(TDBSqlCsvFormat other) static TDBSqlResultFormatTDBSqlResultFormat.csvFormat(TDBSqlCsvFormat value) booleanTDBSqlCsvFormat.equals(TDBSqlCsvFormat that) voidTDBSqlResultFormat.setCsvFormat(TDBSqlCsvFormat value) Constructors in com.databricks.jdbc.model.client.thrift.generated with parameters of type TDBSqlCsvFormatModifierConstructorDescriptionTDBSqlCsvFormat(TDBSqlCsvFormat other) Performs a deep copy on other.