Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
TableListResult |
RestApi.listAllTables(String projectId,
String databaseName,
String xAuthToken,
String keyword,
Boolean withDetail,
Integer pageSize,
Integer currentPage,
String tableType)
List all tables
Query the specified database under the filter conditions or all of the table information.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<TableListResult> |
RestApi.listAllTablesWithHttpInfo(String projectId,
String databaseName,
String xAuthToken,
String keyword,
Boolean withDetail,
Integer pageSize,
Integer currentPage,
String tableType)
List all tables
Query the specified database under the filter conditions or all of the table information.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RestApi.listAllTablesAsync(String projectId,
String databaseName,
String xAuthToken,
String keyword,
Boolean withDetail,
Integer pageSize,
Integer currentPage,
String tableType,
ApiCallback<TableListResult> callback)
List all tables (asynchronously)
Query the specified database under the filter conditions or all of the table information.
|
Modifier and Type | Method and Description |
---|---|
TableListResult |
TableListResult.addTablesItem(TableListInfo tablesItem) |
TableListResult |
TableListResult.isSuccess(Boolean isSuccess) |
TableListResult |
TableListResult.message(String message) |
TableListResult |
TableListResult.tableCount(Integer tableCount) |
TableListResult |
TableListResult.tables(List<TableListInfo> tables) |
Copyright © 2023. All rights reserved.