public class

ResultRow

extends Object
java.lang.Object
   ↳ com.atlassian.jira.database.ResultRow

Summary

Public Constructors
ResultRow(Object... columnValue)
Create a row with the given list of column values.
Public Methods
boolean equals(Object o)
Object getObject(int columnIndex)
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ResultRow (Object... columnValue)

Create a row with the given list of column values.

Only a partial list of values is required - missing values are treated as NULL

Public Methods

public boolean equals (Object o)

public Object getObject (int columnIndex)

public int hashCode ()