Class Records
java.lang.Object
com.chutneytesting.action.sql.core.Records
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
affectedRows
public final int affectedRows -
headers
-
rows
Deprecated. -
columns
-
records
-
-
Constructor Details
-
Records
-
-
Method Details
-
rows
-
row
-
count
public int count() -
toMatrix
-
toListOfMaps
Deprecated. -
toListOfMaps
Deprecated.This method is deprecated because it is bugged by design. Since a row is a Map<String, Object>, where the key is the column name and value is the effective data, it can't represent different columns having the same name.- Parameters:
n- limit the number of returned rows- Returns:
- list of rows, a row being a Map where the key is the column name and value is the effective data
-
asMap
-
printable
-
tableHeaders
-
tableRows
-
rowAsString
-
toString
-