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 Format
ExecuteStatementRequest. getFormat()
Format
ResultManifest. getFormat()
static Format
Format. 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 ExecuteStatementRequest
ExecuteStatementRequest. setFormat(Format format)
ResultManifest
ResultManifest. setFormat(Format format)
-