Uses of Class
org.evomaster.client.java.sql.internal.SqlColumnId
Packages that use SqlColumnId
-
Uses of SqlColumnId in org.evomaster.client.java.sql.internal
Methods in org.evomaster.client.java.sql.internal that return types with arguments of type SqlColumnIdModifier and TypeMethodDescriptionstatic 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) Methods in org.evomaster.client.java.sql.internal with parameters of type SqlColumnIdMethod parameters in org.evomaster.client.java.sql.internal with type arguments of type SqlColumnIdModifier and TypeMethodDescriptionstatic QueryResult[]QueryResultTransformer.convertInsertionDtosToQueryResults(List<InsertionDto> insertionDtos, Map<SqlTableId, Set<SqlColumnId>> columns, DbInfoDto schemaDto) SqlDatabaseDtoUtils.extractColumnNamesUsedInTheInsertion(InsertionDto dto, Set<SqlColumnId> filter) SqlDatabaseDtoUtils.extractColumnPrintableValues(InsertionDto dto, Set<SqlColumnId> filter) static QueryResultSetQueryResultTransformer.translateInsertionDtos(List<InsertionDto> insertionDtos, Map<SqlTableId, Set<SqlColumnId>> columns, DbInfoDto schema)