Package | Description |
---|---|
com.huawei.dli.restapi.api | |
com.huawei.dli.restapi.model |
Modifier and Type | Method and Description |
---|---|
ResponseInfo |
RestApi.createTable(String projectId,
String databaseName,
TableInfo tableInfo,
String xAuthToken)
Create a new table
Data location:DLI and OBS,OBS must set data_location and data_type parameter
|
okhttp3.Call |
RestApi.createTableAsync(String projectId,
String databaseName,
TableInfo tableInfo,
String xAuthToken,
ApiCallback<ResponseInfo> callback)
Create a new table (asynchronously)
Data location:DLI and OBS,OBS must set data_location and data_type parameter
|
okhttp3.Call |
RestApi.createTableCall(String projectId,
String databaseName,
TableInfo tableInfo,
String xAuthToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createTable
|
ApiResponse<ResponseInfo> |
RestApi.createTableWithHttpInfo(String projectId,
String databaseName,
TableInfo tableInfo,
String xAuthToken)
Create a new table
Data location:DLI and OBS,OBS must set data_location and data_type parameter
|
Modifier and Type | Method and Description |
---|---|
TableInfo |
TableInfo.addColumnsItem(ColumnInfo columnsItem) |
TableInfo |
TableInfo.addSortColumnsItem(String sortColumnsItem) |
TableInfo |
TableInfo.columns(List<ColumnInfo> columns) |
TableInfo |
TableInfo.dataLocation(String dataLocation) |
TableInfo |
TableInfo.dataPath(String dataPath) |
TableInfo |
TableInfo.dataType(String dataType) |
TableInfo |
TableInfo.dateFormat(String dateFormat) |
TableInfo |
TableInfo.delimiter(String delimiter) |
TableInfo |
TableInfo.description(String description) |
TableInfo |
TableInfo.escapeChar(String escapeChar) |
TableInfo |
TableInfo.quoteChar(String quoteChar) |
TableInfo |
TableInfo.sortColumns(List<String> sortColumns) |
TableInfo |
TableInfo.tableName(String tableName) |
TableInfo |
TableInfo.timestampFormat(String timestampFormat) |
TableInfo |
TableInfo.withColumnHeader(Boolean withColumnHeader) |
Copyright © 2023. All rights reserved.