Package | Description |
---|---|
com.huawei.dli.sdk |
Modifier and Type | Method and Description |
---|---|
Database |
DLIClient.createDatabase(String databaseName) |
Database |
DLIClient.createDatabase(String databaseName,
String description)
Create a database,must sure databaseName is not exist,
and there are enough quotas.
|
Database |
DLIClient.createDatabase(String databaseName,
String description,
String enterpriseProjectId) |
Database |
DLIClient.getDatabase(String databaseName) |
Database |
Table.getDb() |
Modifier and Type | Method and Description |
---|---|
List<Database> |
DLIClient.listAllDatabases()
List the currently user-owned all databases .
|
Constructor and Description |
---|
Table(Database db,
String tableName,
String owner,
long createTime,
long lastAccessTime,
String location,
String dataLocation,
long tableSize,
TableType tableType,
List<String> partitionColumns,
String dataType) |
Table(Database db,
String tableName,
String dataLocation,
TableType tableType) |
Copyright © 2023. All rights reserved.