Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
DatabaseResult |
RestApi.listAllDatabases(String projectId,
String xAuthToken)
List all databases
List all databases info,include owner and table_number.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<DatabaseResult> |
RestApi.listAllDatabasesWithHttpInfo(String projectId,
String xAuthToken)
List all databases
List all databases info,include owner and table_number.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
RestApi.listAllDatabasesAsync(String projectId,
String xAuthToken,
ApiCallback<DatabaseResult> callback)
List all databases (asynchronously)
List all databases info,include owner and table_number.
|
Modifier and Type | Method and Description |
---|---|
DatabaseResult |
DatabaseResult.addDatabasesItem(DatabaseInfo databasesItem) |
DatabaseResult |
DatabaseResult.databaseCount(Integer databaseCount) |
DatabaseResult |
DatabaseResult.databases(List<DatabaseInfo> databases) |
DatabaseResult |
DatabaseResult.isSuccess(Boolean isSuccess) |
DatabaseResult |
DatabaseResult.message(String message) |
Copyright © 2023. All rights reserved.