public class ResultRow extends Object
Constructor and Description |
---|
ResultRow(Object... values)
Create a row with the given list of column values.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Object |
getObject(int columnIndex) |
int |
hashCode() |
String |
toString() |
public ResultRow(Object... values)
Only a partial list of values is required - missing values are treated as NULL
Copyright © 2002-2021 Atlassian. All Rights Reserved.