Package | Description |
---|---|
com.huawei.dli.sdk | |
com.huawei.dli.sdk.common |
Modifier and Type | Method and Description |
---|---|
TableType |
Table.getTableType() |
Modifier and Type | Method and Description |
---|---|
List<Table> |
Database.listAllTables(String keyword,
boolean withDetail,
TableType type)
List all tables in the current database.
|
List<Table> |
Database.listAllTables(TableType type)
List all tables in the current database.
|
PageTables |
Database.listTableByPage(String keyword,
boolean withDetail,
Integer pageSize,
Integer currentPage,
TableType type)
List tables by page in the current database.
|
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) |
Modifier and Type | Method and Description |
---|---|
static TableType |
TableType.fromName(String name) |
static TableType |
TableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableType[] |
TableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.