Package org.evomaster.client.java.sql
Class DataRow
java.lang.Object
org.evomaster.client.java.sql.DataRow
A row of data in the table results of a Select query.
Must include information on its columns.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue(int index) getValueByName(String name) getValueByName(String name, String table) getValueByName(String columnName, String baseTableName, String aliasTableName) booleanhasValueByName(String columnName, String baseTableName) toDto()
-
Constructor Details
-
DataRow
-
DataRow
-
DataRow
-
-
Method Details
-
getVariableDescriptors
-
seeValues
-
getValue
-
getValueByName
-
hasValueByName
-
getValueByName
-
getAsLine
-
toDto
-
getValueByName
-