@param loc The "RowLocation" which describes the exact rowto fetch from the table. @param destRow The row to read the data into. @param validColumns A description of which columns to return fromrow on the page into "destRow." destRow and validColumns work together to describe the row to be returned by the fetch - see RowUtil for description of how these three parameters work together to describe a fetched "row". @return Returns true if fetch was successful, false if the record pointed at no longer represents a valid record. @exception StandardException Standard exception policy. @see RowUtil
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|