| Package | Description |
|---|---|
| org.gcube.common.dbinterface.queries | |
| org.gcube.common.dbinterface.queries.alters | |
| org.gcube.common.dbinterface.tables | |
| org.gcube.common.dbinterface.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
Update.setFromTables(Table... tables) |
void |
CopyFromCsv.setTable(Table table) |
void |
Update.setTable(Table table) |
void |
Delete.setTable(Table table) |
void |
Select.setTables(Table... tables) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyColumnType.setTable(Table table) |
void |
AddColumn.setTable(Table table) |
void |
DropFieldIndex.setTable(Table table) |
void |
CreateIndexOnField.setTable(Table table) |
void |
DropColumn.setTable(Table table) |
void |
RenameTable.setTable(Table table) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleTable |
class |
TableFromSubselect |
| Modifier and Type | Method and Description |
|---|---|
static CreateIndexOnField |
Utility.createIndexOnField(Table table,
String field,
boolean useLower) |
static DropColumn |
Utility.dropColumn(String field,
Table table) |
static DropFieldIndex |
Utility.dropFieldIndex(Table table,
String field) |
static RenameTable |
Utility.renameTable(Table actualTable,
String newName) |
Copyright © 2020. All Rights Reserved.