Uses of Class
com.databricks.jdbc.model.core.ResultSchema
-
Packages that use ResultSchema Package Description com.databricks.jdbc.model.core -
-
Uses of ResultSchema in com.databricks.jdbc.model.core
Methods in com.databricks.jdbc.model.core that return ResultSchema Modifier and Type Method Description ResultSchemaResultManifest. getSchema()ResultSchemaResultSchema. setColumnCount(Long columnCount)ResultSchemaResultSchema. setColumns(Collection<ColumnInfo> columns)Methods in com.databricks.jdbc.model.core with parameters of type ResultSchema Modifier and Type Method Description ResultManifestResultManifest. setSchema(ResultSchema schema)
-