org.wso2.carbon.registry.core.jdbc
Class DatabaseConstants

java.lang.Object
  extended by org.wso2.carbon.registry.core.jdbc.DatabaseConstants

public class DatabaseConstants
extends Object

This class contains a set of constants used when interacting with databases and data access.


Field Summary
static String ACTION_DATA_FIELD
          Represents the action data field.
static String ACTION_FIELD
          Represents the action field.
static String ASSOCIATION_TYPE_FIELD
          Represents the association type field.
static String CHILD_RID_FIELD
          Represents the child resource id field.
static String COMMENT_ID_FIELD
          Represents the comment identifier field.
static String COMMENT_TEXT_FIELD
          Represents the comment text field.
static String COMMENTED_TIME_FIELD
          Represents the commented time field.
static String CONTENT_DATA_FIELD
          Represents the content data field.
static String CONTENT_ID_FIELD
          Represents the content id field.
static String CREATED_TIME_FIELD
          Represents the created time field.
static String CREATOR_FIELD
          Represents the creator field.
static int DEFAULT_MAX_ACTIVE
          Represents the default max active field.
static int DEFAULT_MAX_WAIT
          Represents the default max wait field.
static int DEFAULT_MIN_IDLE
          Represents the default min idle field.
static String DESCRIPTION_FIELD
          Represents the description field.
static String ID_FIELD
          Represents the id field.
static String LAST_UPDATED_TIME_FIELD
          Represents the last updated time field.
static String LAST_UPDATER_FIELD
          Represents the last updater field.
static String LOG_COUNT_FIELD
          Represents the log count field.
static String LOGGED_TIME_FIELD
          Represents the logged time field.
static String MEDIA_TYPE_FIELD
          Represents the media type field.
static String NAME_FIELD
          Represents the name field.
static String PATH_FIELD
          Represents the path field.
static String PATH_ID_FIELD
          Represents the path identifier field.
static String PATH_PARENT_ID_FIELD
          Represents the path's parent's id field.
static String PATH_VALUE_FIELD
          Represents the path value field.
static String PROPERTY_ID_FIELD
          Represents the property identifier field.
static String RATED_TIME_FIELD
          Represents the rated time field.
static String RATING_FIELD
          Represents the rating field.
static String RATING_ID_FIELD
          Represents the rating identifier field.
static String RES_COUNT_FIELD
          Represents the resource count field.
static String RESOURCE_NAME_FIELD
          Represents the resource name field.
static String RESOURCE_VIDS_FIELD
          Represents the resource VIDs field.
static String SNAPSHOT_ID_FIELD
          Represents the snapshot identifier field.
static String SOURCEPATH_FIELD
          Represents the source path field.
static String TAG_NAME_FIELD
          Represents the tag name field.
static String TAGGED_TIME_FIELD
          Represents the tagged time field.
static String TAGGING_ID_FIELD
          Represents the tag identifier field.
static String TARGETPATH_FIELD
          Represents the target field.
static String USER_ID_FIELD
          Represents the user identifier field.
static String VALUE_FIELD
          Represents the value field.
static String VERSION_FIELD
          Represents the version field.
 
Constructor Summary
DatabaseConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION_FIELD

public static final String VERSION_FIELD
Represents the version field.

See Also:
Constant Field Values

NAME_FIELD

public static final String NAME_FIELD
Represents the name field.

See Also:
Constant Field Values

ID_FIELD

public static final String ID_FIELD
Represents the id field.

See Also:
Constant Field Values

PATH_FIELD

public static final String PATH_FIELD
Represents the path field.

See Also:
Constant Field Values

PATH_ID_FIELD

public static final String PATH_ID_FIELD
Represents the path identifier field.

See Also:
Constant Field Values

MEDIA_TYPE_FIELD

public static final String MEDIA_TYPE_FIELD
Represents the media type field.

See Also:
Constant Field Values

CREATOR_FIELD

public static final String CREATOR_FIELD
Represents the creator field.

See Also:
Constant Field Values

CREATED_TIME_FIELD

public static final String CREATED_TIME_FIELD
Represents the created time field.

See Also:
Constant Field Values

DESCRIPTION_FIELD

public static final String DESCRIPTION_FIELD
Represents the description field.

See Also:
Constant Field Values

LAST_UPDATER_FIELD

public static final String LAST_UPDATER_FIELD
Represents the last updater field.

See Also:
Constant Field Values

LAST_UPDATED_TIME_FIELD

public static final String LAST_UPDATED_TIME_FIELD
Represents the last updated time field.

See Also:
Constant Field Values

LOG_COUNT_FIELD

public static final String LOG_COUNT_FIELD
Represents the log count field.

See Also:
Constant Field Values

CONTENT_ID_FIELD

public static final String CONTENT_ID_FIELD
Represents the content id field.

See Also:
Constant Field Values

RESOURCE_NAME_FIELD

public static final String RESOURCE_NAME_FIELD
Represents the resource name field.

See Also:
Constant Field Values

PROPERTY_ID_FIELD

public static final String PROPERTY_ID_FIELD
Represents the property identifier field.

See Also:
Constant Field Values

SNAPSHOT_ID_FIELD

public static final String SNAPSHOT_ID_FIELD
Represents the snapshot identifier field.

See Also:
Constant Field Values

RESOURCE_VIDS_FIELD

public static final String RESOURCE_VIDS_FIELD
Represents the resource VIDs field.

See Also:
Constant Field Values

CHILD_RID_FIELD

public static final String CHILD_RID_FIELD
Represents the child resource id field.

See Also:
Constant Field Values

PATH_PARENT_ID_FIELD

public static final String PATH_PARENT_ID_FIELD
Represents the path's parent's id field.

See Also:
Constant Field Values

VALUE_FIELD

public static final String VALUE_FIELD
Represents the value field.

See Also:
Constant Field Values

PATH_VALUE_FIELD

public static final String PATH_VALUE_FIELD
Represents the path value field.

See Also:
Constant Field Values

CONTENT_DATA_FIELD

public static final String CONTENT_DATA_FIELD
Represents the content data field.

See Also:
Constant Field Values

RES_COUNT_FIELD

public static final String RES_COUNT_FIELD
Represents the resource count field.

See Also:
Constant Field Values

SOURCEPATH_FIELD

public static final String SOURCEPATH_FIELD
Represents the source path field.

See Also:
Constant Field Values

TARGETPATH_FIELD

public static final String TARGETPATH_FIELD
Represents the target field.

See Also:
Constant Field Values

ASSOCIATION_TYPE_FIELD

public static final String ASSOCIATION_TYPE_FIELD
Represents the association type field.

See Also:
Constant Field Values

TAG_NAME_FIELD

public static final String TAG_NAME_FIELD
Represents the tag name field.

See Also:
Constant Field Values

TAGGED_TIME_FIELD

public static final String TAGGED_TIME_FIELD
Represents the tagged time field.

See Also:
Constant Field Values

TAGGING_ID_FIELD

public static final String TAGGING_ID_FIELD
Represents the tag identifier field.

See Also:
Constant Field Values

COMMENT_ID_FIELD

public static final String COMMENT_ID_FIELD
Represents the comment identifier field.

See Also:
Constant Field Values

COMMENT_TEXT_FIELD

public static final String COMMENT_TEXT_FIELD
Represents the comment text field.

See Also:
Constant Field Values

COMMENTED_TIME_FIELD

public static final String COMMENTED_TIME_FIELD
Represents the commented time field.

See Also:
Constant Field Values

LOGGED_TIME_FIELD

public static final String LOGGED_TIME_FIELD
Represents the logged time field.

See Also:
Constant Field Values

ACTION_FIELD

public static final String ACTION_FIELD
Represents the action field.

See Also:
Constant Field Values

ACTION_DATA_FIELD

public static final String ACTION_DATA_FIELD
Represents the action data field.

See Also:
Constant Field Values

RATING_ID_FIELD

public static final String RATING_ID_FIELD
Represents the rating identifier field.

See Also:
Constant Field Values

RATED_TIME_FIELD

public static final String RATED_TIME_FIELD
Represents the rated time field.

See Also:
Constant Field Values

RATING_FIELD

public static final String RATING_FIELD
Represents the rating field.

See Also:
Constant Field Values

USER_ID_FIELD

public static final String USER_ID_FIELD
Represents the user identifier field.

See Also:
Constant Field Values

DEFAULT_MAX_ACTIVE

public static final int DEFAULT_MAX_ACTIVE
Represents the default max active field.

See Also:
Constant Field Values

DEFAULT_MAX_WAIT

public static final int DEFAULT_MAX_WAIT
Represents the default max wait field.

See Also:
Constant Field Values

DEFAULT_MIN_IDLE

public static final int DEFAULT_MIN_IDLE
Represents the default min idle field.

See Also:
Constant Field Values
Constructor Detail

DatabaseConstants

public DatabaseConstants()


Copyright © 2012 WSO2 Inc. All Rights Reserved.