| Package | Description |
|---|---|
| org.evomaster.client.java.sql.heuristic | |
| org.evomaster.client.java.sql.internal |
| Modifier and Type | Method and Description |
|---|---|
SqlTableId |
SqlBaseTableReference.getTableId() |
| Modifier and Type | Method and Description |
|---|---|
static SqlTableId |
ColumnTableAnalyzer.getDeletedTable(String delete) |
| Modifier and Type | Method and Description |
|---|---|
static Map.Entry<SqlTableId,Set<SqlColumnId>> |
ColumnTableAnalyzer.getInsertedDataFields(String insert) |
static Map<SqlTableId,Set<SqlColumnId>> |
ColumnTableAnalyzer.getSelectReadDataFields(String select)
Given a SELECT, check what it returns is based on (columns and tables).
|
static Map.Entry<SqlTableId,Set<SqlColumnId>> |
ColumnTableAnalyzer.getUpdatedDataFields(String update) |
| Modifier and Type | Method and Description |
|---|---|
int |
SqlTableId.compareTo(SqlTableId o) |
| Modifier and Type | Method and Description |
|---|---|
static QueryResult[] |
QueryResultTransformer.convertInsertionDtosToQueryResults(List<InsertionDto> insertionDtos,
Map<SqlTableId,Set<SqlColumnId>> columns,
DbInfoDto schemaDto) |
static QueryResultSet |
QueryResultTransformer.translateInsertionDtos(List<InsertionDto> insertionDtos,
Map<SqlTableId,Set<SqlColumnId>> columns,
DbInfoDto schema) |
Copyright © 2016–2025. All rights reserved.