Uses of Class
com.databricks.sdk.service.sql.Format
-
Packages that use Format Package Description com.databricks.sdk.service.sql -
-
Uses of Format in com.databricks.sdk.service.sql
Methods in com.databricks.sdk.service.sql that return Format Modifier and Type Method Description FormatExecuteStatementRequest. getFormat()FormatResultManifest. getFormat()static FormatFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static Format[]Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.sql with parameters of type Format Modifier and Type Method Description ExecuteStatementRequestExecuteStatementRequest. setFormat(Format format)ResultManifestResultManifest. setFormat(Format format)
-