com.foxconn.ebook.reader.engine.util.provider
接口 BookmarkColumns


public interface BookmarkColumns

The Interface BookmarkColumns.


字段摘要
static java.lang.String BOOK_ID
          The Constant BOOK_ID.
static int BOOK_ID_INDEX
          The Constant BOOK_ID_INDEX.
static java.lang.String CREATE_TIME
          The Constant CREATE_TIME.
static int CREATE_TIME_INDEX
          The Constant CREATE_TIME_INDEX.
static java.lang.String DEFAULT_SORT
          The Constant DEFAULT_SORT.
static int ID_INDEX
          The Constant ID_INDEX.
static java.lang.String LOCATION
          The Constant LOCATION.
static int LOCATION_INDEX
          The Constant LOCATION_INDEX.
static java.lang.String PAGE_NUM
          The Constant PAGE_NUM.
static int PAGE_NUM_INDEX
          The Constant PAGE_NUM_INDEX.
static java.lang.String SUMMARY
          The Constant SUMMARY.
static int SUMMARY_INDEX
          The Constant SUMMARY_INDEX.
 

字段详细信息

BOOK_ID

static final java.lang.String BOOK_ID
The Constant BOOK_ID.

另请参见:
常量字段值

LOCATION

static final java.lang.String LOCATION
The Constant LOCATION.

另请参见:
常量字段值

CREATE_TIME

static final java.lang.String CREATE_TIME
The Constant CREATE_TIME.

另请参见:
常量字段值

PAGE_NUM

static final java.lang.String PAGE_NUM
The Constant PAGE_NUM.

另请参见:
常量字段值

SUMMARY

static final java.lang.String SUMMARY
The Constant SUMMARY.

另请参见:
常量字段值

DEFAULT_SORT

static final java.lang.String DEFAULT_SORT
The Constant DEFAULT_SORT.

另请参见:
常量字段值

ID_INDEX

static final int ID_INDEX
The Constant ID_INDEX.

另请参见:
常量字段值

BOOK_ID_INDEX

static final int BOOK_ID_INDEX
The Constant BOOK_ID_INDEX.

另请参见:
常量字段值

LOCATION_INDEX

static final int LOCATION_INDEX
The Constant LOCATION_INDEX.

另请参见:
常量字段值

CREATE_TIME_INDEX

static final int CREATE_TIME_INDEX
The Constant CREATE_TIME_INDEX.

另请参见:
常量字段值

PAGE_NUM_INDEX

static final int PAGE_NUM_INDEX
The Constant PAGE_NUM_INDEX.

另请参见:
常量字段值

SUMMARY_INDEX

static final int SUMMARY_INDEX
The Constant SUMMARY_INDEX.

另请参见:
常量字段值