Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
ColumnResult |
RestApi.describeTable(String projectId,
String databaseName,
String tableName,
String xAuthToken)
Describe Table
Describes the metadata information for the specified table.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ColumnResult> |
RestApi.describeTableWithHttpInfo(String projectId,
String databaseName,
String tableName,
String xAuthToken)
Describe Table
Describes the metadata information for the specified table.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RestApi.describeTableAsync(String projectId,
String databaseName,
String tableName,
String xAuthToken,
ApiCallback<ColumnResult> callback)
Describe Table (asynchronously)
Describes the metadata information for the specified table.
|
Modifier and Type | Method and Description |
---|---|
ColumnResult |
ColumnResult.addColumnsItem(ColumnInfo columnsItem) |
ColumnResult |
ColumnResult.addSortColumnsItem(String sortColumnsItem) |
ColumnResult |
ColumnResult.columnCount(Integer columnCount) |
ColumnResult |
ColumnResult.columns(List<ColumnInfo> columns) |
ColumnResult |
ColumnResult.createTableSql(String createTableSql) |
ColumnResult |
ColumnResult.isSuccess(Boolean isSuccess) |
ColumnResult |
ColumnResult.message(String message) |
ColumnResult |
ColumnResult.sortColumns(List<String> sortColumns) |
ColumnResult |
ColumnResult.tableComment(String tableComment) |
Copyright © 2023. All rights reserved.