Package | Description |
---|---|
com.huawei.dli.sdk |
Modifier and Type | Method and Description |
---|---|
Table |
Database.createDLITable(String tableName,
String description,
List<Column> columns,
List<String> sortColumns)
Create DLI table.
|
Table |
Database.createObsTable(String tableName,
String description,
List<Column> columns,
StorageType storageType,
String dataPath,
CsvFormatInfo csvFormatInfo)
Create OBS table.
|
Table |
Database.createTable(String tableName,
String dataLocation,
String description,
List<Column> columns,
StorageType storageType,
String dataPath,
CsvFormatInfo csvFormatInfo,
List<String> sortColumns)
Create DLI/OBS table
|
Table |
Database.getTable(String tableName)
Get the table in the current database by table name.
|
Modifier and Type | Method and Description |
---|---|
List<Table> |
PageTables.getTables() |
List<Table> |
Database.listAllTables()
List all tables in the current database.
|
List<Table> |
Database.listAllTables(boolean withDetail)
List all tables in the current database.
|
List<Table> |
Database.listAllTables(String keyword)
List all tables in the current database.
|
List<Table> |
Database.listAllTables(String keyword,
boolean withDetail)
List all tables in the current database.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PageTables.setTables(List<Table> tables) |
Copyright © 2023. All rights reserved.