Exemplo n.º 1
0
 @Override
 public long getSourceReadTime() throws CoreException {
   Database db = fLinkage.getDB();
   return db.getLong(record + SOURCE_READ_TIME);
 }
Exemplo n.º 2
0
 @Override
 public long getContentsHash() throws CoreException {
   Database db = fLinkage.getDB();
   return db.getLong(record + CONTENT_HASH);
 }
Exemplo n.º 3
0
 @Override
 public long getTimestamp() throws CoreException {
   Database db = fLinkage.getDB();
   return db.getLong(record + TIME_STAMP);
 }