Changeset 6356


Ignore:
Timestamp:
2004-01-06T17:02:13+13:00 (20 years ago)
Author:
kjdon
Message:

added some strings for classifiers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/util/GSSQL.java

    r6303 r6356  
    1515    public static String NAMESPACE_TABLE = "namespaces";
    1616    public static String METADATA_VALUE_TABLE = "mdvalues";
     17    public static String CLASSIFIER_TABLE = "classifiers";
     18    public static String CLASS_DATA_TABLE = "classdata";
     19    public static String CLASS_DOCUMENT_TABLE = "classdocuments";
    1720
    1821    // unique key names - references to the tables
     
    2326    public static String FILE_SECTION_REF = "FileSectionRef";
    2427    public static String FILE_GROUP_REF = "FileGroupRef";
    25 
     28    public static String CLASSIFIER_REF = "ClassifyRef";
     29   
    2630    // combined refs
    2731    public static String PARENT_REF = "ParentRef";
     
    3640    public static String FILE_GROUP_ID = "FileID";
    3741    public static String FILE_SECTION_ID = "FileID";
     42    public static String CLASSIFIER_ID = "ClassifyID";
     43    public static String PARENT_ID = "ParentID";
    3844   
    3945    // type fields
     
    4551    public static String MIME_TYPE = "MIMEType";
    4652
    47     // label fields
     53    // other stuff
    4854    public static String LABEL = "Label";
    4955    public static String VALUE = "Value";
     
    5157    public static String SHORT_LABEL = "ShortLabel";
    5258    public static String USER_LABEL = "UserLabel";
    53    
    54     // other stuff
     59    public static String NAME = "Name";
     60    public static String DESCRIPTION = "Description";
    5561    public static String FILE_LOCATION = "FileLocation";
    5662    public static String CREATOR = "Creator";
Note: See TracChangeset for help on using the changeset viewer.