Constant Field Values

Contents

com.majorana.*

  • com.majorana.maj_orm.entities.ex1.Article
    Modifier and Type
    Constant Field
    Value
    public static final String
    ", arid,feedid,title,url,code,imageURL,imageHeight,imageWidth,datestamp,score,description"
  • com.majorana.maj_orm.entities.ex1.Category
    Modifier and Type
    Constant Field
    Value
    public static final String
    ", cid, cname, npages"
  • com.majorana.maj_orm.entities.ex1.Feed
    Modifier and Type
    Constant Field
    Value
    public static final String
    ", feedid,feedname,owner,last_access,last_updated, expiry_time, regularality, no_items, no_scanned, accessname, password, priority, nextBuild, popularity, category, filterType"
  • com.majorana.maj_orm.entities.ex1.TableNames
    Modifier and Type
    Constant Field
    Value
    public static final String
    "articles"
    public static final String
    "categories"
    public static final String
    "junkusers"
    public static final String
    "feeds"
    public static final String
    "users"
  • com.majorana.maj_orm.entities.ex1.User
    Modifier and Type
    Constant Field
    Value
    public static final String
    ", uid, username, membertype, email, forename, surname"
  • com.majorana.maj_orm.entities.ex1.UserEx
    Modifier and Type
    Constant Field
    Value
    public static final String
    "uid,username,membertype,email,forename,surname,currentFeed"
  • com.majorana.maj_orm.entities.ex2.PrivateFeed
    Modifier and Type
    Constant Field
    Value
    public static final String
    ", feedid,feedname,owner,last_access,last_updated, expiry_time, regularality, no_items, no_scanned, accessname, password, priority, nextBuild, popularity, category, filterType"
  • com.majorana.maj_orm.entities.ex2.TableNamesExtra
    Modifier and Type
    Constant Field
    Value
    public static final String
    "private_feeds"