public class LinksCursor extends AbstractCursor
links table.| Constructor and Description |
|---|
LinksCursor(android.database.Cursor cursor) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHref()
Get the
href value. |
java.lang.String |
getLinkedid()
Get the
linkedid value. |
java.lang.String |
getMethod()
Get the
method value. |
java.lang.String |
getRel()
Get the
rel value. |
getBoolean, getCachedColumnIndexOrThrow, getDate, getDoubleOrNull, getFloatOrNull, getId, getIntegerOrNull, getLongOrNullclose, copyStringToBuffer, deactivate, getBlob, getColumnCount, getColumnIndex, getColumnIndexOrThrow, getColumnName, getColumnNames, getCount, getDouble, getExtras, getFloat, getInt, getLong, getNotificationUri, getPosition, getShort, getString, getType, getWantsAllOnMoveCalls, getWrappedCursor, isAfterLast, isBeforeFirst, isClosed, isFirst, isLast, isNull, move, moveToFirst, moveToLast, moveToNext, moveToPosition, moveToPrevious, registerContentObserver, registerDataSetObserver, requery, respond, setNotificationUri, unregisterContentObserver, unregisterDataSetObserverpublic java.lang.String getLinkedid()
linkedid value.
Cannot be null.public java.lang.String getHref()
href value.
Cannot be null.public java.lang.String getRel()
rel value.
Can be null.public java.lang.String getMethod()
method value.
Can be null.