| Modifier and Type | Method and Description |
|---|---|
String |
getAssignUser()
Gets the name of the user who has been assigned the current
dataset.
|
int |
getColumnCount()
Gets the number of columns in the current dataset.
|
String |
getColumnNameByIndex(int columnIndex)
Gets the name of a specified column with a given column index value.
|
String |
getCreatedBy()
Gets the name of the user who has created the current dataset.
|
String |
getCreationDate()
Gets the date of dataset creation.
|
String |
getDescription()
Gets the value of the Description field in the current dataset.
|
String |
getLastUpdateDate()
Gets the date when the current dataset has been last updated.
|
String |
getLastUpdatedBy()
Gets the name of the last user who has updated the current
dataset.
|
String |
getLocation()
Gets the location of the current dataset.
|
String |
getNotes()
Gets the value of Notes field in the current dataset.
|
String |
getRevisionTimestamp()
Gets the value of the Revision Timestamp field in the current dataset.
|
int |
getRowCount()
Gets the number of rows in the current dataset.
|
String |
getStatus()
Gets the value of the Status field in the current dataset.
|
String |
getURL()
Gets the value of the URL field in the current dataset.
|
String |
getValueByColIndex(int columnIndex)
Gets the value of a specified column in the current row with a given column index value.
|
String |
getValueByColName(String columnName)
Gets the value of the specified column in the current row indicated by a column name value.
|
boolean |
next()
Move the cursor forward one row from its current position.
|
getFieldValue, getNameString getDescription()
String getRevisionTimestamp()
String getAssignUser()
String getStatus()
String getLastUpdateDate()
String getLastUpdatedBy()
String getCreationDate()
String getCreatedBy()
String getLocation()
String getURL()
String getNotes()
int getColumnCount()
int getRowCount()
String getColumnNameByIndex(int columnIndex)
columnIndex - the index value of the column. The index is zero-based.String getValueByColIndex(int columnIndex)
columnIndex - the index value of the column. The index is zero-based.String getValueByColName(String columnName)
columnName - the name of the column.boolean next()
Copyright © 2017. All rights reserved.