| Package | Description |
|---|---|
| com.databricks.sdk.service.catalog |
| Modifier and Type | Method and Description |
|---|---|
TableInfo |
TablesService.create(CreateTableRequest createTableRequest)
Creates a new table in the specified catalog and schema.
|
TableInfo |
TablesAPI.create(CreateTableRequest request)
Creates a new table in the specified catalog and schema.
|
TableInfo |
TablesService.get(GetTableRequest getTableRequest)
Gets a table from the metastore for a specific catalog and schema.
|
TableInfo |
TablesAPI.get(GetTableRequest request)
Gets a table from the metastore for a specific catalog and schema.
|
TableInfo |
TablesAPI.get(String fullName) |
TableInfo |
TableInfo.setAccessPoint(String accessPoint) |
TableInfo |
TableInfo.setBrowseOnly(Boolean browseOnly) |
TableInfo |
TableInfo.setCatalogName(String catalogName) |
TableInfo |
TableInfo.setColumns(Collection<ColumnInfo> columns) |
TableInfo |
TableInfo.setComment(String comment) |
TableInfo |
TableInfo.setCreatedAt(Long createdAt) |
TableInfo |
TableInfo.setCreatedBy(String createdBy) |
TableInfo |
TableInfo.setDataAccessConfigurationId(String dataAccessConfigurationId) |
TableInfo |
TableInfo.setDataSourceFormat(DataSourceFormat dataSourceFormat) |
TableInfo |
TableInfo.setDeletedAt(Long deletedAt) |
TableInfo |
TableInfo.setDeltaRuntimePropertiesKvpairs(DeltaRuntimePropertiesKvPairs deltaRuntimePropertiesKvpairs) |
TableInfo |
TableInfo.setEffectivePredictiveOptimizationFlag(EffectivePredictiveOptimizationFlag effectivePredictiveOptimizationFlag) |
TableInfo |
TableInfo.setEnablePredictiveOptimization(EnablePredictiveOptimization enablePredictiveOptimization) |
TableInfo |
TableInfo.setEncryptionDetails(EncryptionDetails encryptionDetails) |
TableInfo |
TableInfo.setFullName(String fullName) |
TableInfo |
TableInfo.setMetastoreId(String metastoreId) |
TableInfo |
TableInfo.setName(String name) |
TableInfo |
TableInfo.setOwner(String owner) |
TableInfo |
TableInfo.setPipelineId(String pipelineId) |
TableInfo |
TableInfo.setProperties(Map<String,String> properties) |
TableInfo |
TableInfo.setRowFilter(TableRowFilter rowFilter) |
TableInfo |
TableInfo.setSchemaName(String schemaName) |
TableInfo |
TableInfo.setSecurableKindManifest(SecurableKindManifest securableKindManifest) |
TableInfo |
TableInfo.setSqlPath(String sqlPath) |
TableInfo |
TableInfo.setStorageCredentialName(String storageCredentialName) |
TableInfo |
TableInfo.setStorageLocation(String storageLocation) |
TableInfo |
TableInfo.setTableConstraints(Collection<TableConstraint> tableConstraints) |
TableInfo |
TableInfo.setTableId(String tableId) |
TableInfo |
TableInfo.setTableType(TableType tableType) |
TableInfo |
TableInfo.setUpdatedAt(Long updatedAt) |
TableInfo |
TableInfo.setUpdatedBy(String updatedBy) |
TableInfo |
TableInfo.setViewDefinition(String viewDefinition) |
TableInfo |
TableInfo.setViewDependencies(DependencyList viewDependencies) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TableInfo> |
ListTablesResponse.getTables() |
Iterable<TableInfo> |
TablesAPI.list(ListTablesRequest request)
Gets an array of all tables for the current metastore under the parent catalog and schema.
|
Iterable<TableInfo> |
TablesAPI.list(String catalogName,
String schemaName) |
| Modifier and Type | Method and Description |
|---|---|
ListTablesResponse |
ListTablesResponse.setTables(Collection<TableInfo> tables) |
Copyright © 2026. All rights reserved.