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

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

public class DatabaseConstants
extends java.lang.Object

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


Field Summary
static java.lang.String ACTION_DATA_FIELD
          Represents the action data field.
static java.lang.String ACTION_FIELD
          Represents the action field.
static java.lang.String ASSOCIATION_TYPE_FIELD
          Represents the association type field.
static java.lang.String CHILD_RID_FIELD
          Represents the child resource id field.
static java.lang.String COMMENT_ID_FIELD
          Represents the comment identifier field.
static java.lang.String COMMENT_TEXT_FIELD
          Represents the comment text field.
static java.lang.String COMMENTED_TIME_FIELD
          Represents the commented time field.
static java.lang.String CONTENT_DATA_FIELD
          Represents the content data field.
static java.lang.String CONTENT_ID_FIELD
          Represents the content id field.
static java.lang.String CREATED_TIME_FIELD
          Represents the created time field.
static java.lang.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 java.lang.String DESCRIPTION_FIELD
          Represents the description field.
static java.lang.String ID_FIELD
          Represents the id field.
static java.lang.String LAST_UPDATED_TIME_FIELD
          Represents the last updated time field.
static java.lang.String LAST_UPDATER_FIELD
          Represents the last updater field.
static java.lang.String LOG_COUNT_FIELD
          Represents the log count field.
static java.lang.String LOGGED_TIME_FIELD
          Represents the logged time field.
static java.lang.String MEDIA_TYPE_FIELD
          Represents the media type field.
static java.lang.String NAME_FIELD
          Represents the name field.
static java.lang.String PATH_FIELD
          Represents the path field.
static java.lang.String PATH_ID_FIELD
          Represents the path identifier field.
static java.lang.String PATH_PARENT_ID_FIELD
          Represents the path's parent's id field.
static java.lang.String PATH_VALUE_FIELD
          Represents the path value field.
static java.lang.String PROPERTY_ID_FIELD
          Represents the property identifier field.
static java.lang.String RATED_TIME_FIELD
          Represents the rated time field.
static java.lang.String RATING_FIELD
          Represents the rating field.
static java.lang.String RATING_ID_FIELD
          Represents the rating identifier field.
static java.lang.String RES_COUNT_FIELD
          Represents the resource count field.
static java.lang.String RESOURCE_NAME_FIELD
          Represents the resource name field.
static java.lang.String RESOURCE_VIDS_FIELD
          Represents the resource VIDs field.
static java.lang.String SNAPSHOT_ID_FIELD
          Represents the snapshot identifier field.
static java.lang.String SOURCEPATH_FIELD
          Represents the source path field.
static java.lang.String TAG_NAME_FIELD
          Represents the tag name field.
static java.lang.String TAGGED_TIME_FIELD
          Represents the tagged time field.
static java.lang.String TAGGING_ID_FIELD
          Represents the tag identifier field.
static java.lang.String TARGETPATH_FIELD
          Represents the target field.
static java.lang.String USER_ID_FIELD
          Represents the user identifier field.
static java.lang.String VALUE_FIELD
          Represents the value field.
static java.lang.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 java.lang.String VERSION_FIELD
Represents the version field.

See Also:
Constant Field Values

NAME_FIELD

public static final java.lang.String NAME_FIELD
Represents the name field.

See Also:
Constant Field Values

ID_FIELD

public static final java.lang.String ID_FIELD
Represents the id field.

See Also:
Constant Field Values

PATH_FIELD

public static final java.lang.String PATH_FIELD
Represents the path field.

See Also:
Constant Field Values

PATH_ID_FIELD

public static final java.lang.String PATH_ID_FIELD
Represents the path identifier field.

See Also:
Constant Field Values

MEDIA_TYPE_FIELD

public static final java.lang.String MEDIA_TYPE_FIELD
Represents the media type field.

See Also:
Constant Field Values

CREATOR_FIELD

public static final java.lang.String CREATOR_FIELD
Represents the creator field.

See Also:
Constant Field Values

CREATED_TIME_FIELD

public static final java.lang.String CREATED_TIME_FIELD
Represents the created time field.

See Also:
Constant Field Values

DESCRIPTION_FIELD

public static final java.lang.String DESCRIPTION_FIELD
Represents the description field.

See Also:
Constant Field Values

LAST_UPDATER_FIELD

public static final java.lang.String LAST_UPDATER_FIELD
Represents the last updater field.

See Also:
Constant Field Values

LAST_UPDATED_TIME_FIELD

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

See Also:
Constant Field Values

LOG_COUNT_FIELD

public static final java.lang.String LOG_COUNT_FIELD
Represents the log count field.

See Also:
Constant Field Values

CONTENT_ID_FIELD

public static final java.lang.String CONTENT_ID_FIELD
Represents the content id field.

See Also:
Constant Field Values

RESOURCE_NAME_FIELD

public static final java.lang.String RESOURCE_NAME_FIELD
Represents the resource name field.

See Also:
Constant Field Values

PROPERTY_ID_FIELD

public static final java.lang.String PROPERTY_ID_FIELD
Represents the property identifier field.

See Also:
Constant Field Values

SNAPSHOT_ID_FIELD

public static final java.lang.String SNAPSHOT_ID_FIELD
Represents the snapshot identifier field.

See Also:
Constant Field Values

RESOURCE_VIDS_FIELD

public static final java.lang.String RESOURCE_VIDS_FIELD
Represents the resource VIDs field.

See Also:
Constant Field Values

CHILD_RID_FIELD

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

See Also:
Constant Field Values

PATH_PARENT_ID_FIELD

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

See Also:
Constant Field Values

VALUE_FIELD

public static final java.lang.String VALUE_FIELD
Represents the value field.

See Also:
Constant Field Values

PATH_VALUE_FIELD

public static final java.lang.String PATH_VALUE_FIELD
Represents the path value field.

See Also:
Constant Field Values

CONTENT_DATA_FIELD

public static final java.lang.String CONTENT_DATA_FIELD
Represents the content data field.

See Also:
Constant Field Values

RES_COUNT_FIELD

public static final java.lang.String RES_COUNT_FIELD
Represents the resource count field.

See Also:
Constant Field Values

SOURCEPATH_FIELD

public static final java.lang.String SOURCEPATH_FIELD
Represents the source path field.

See Also:
Constant Field Values

TARGETPATH_FIELD

public static final java.lang.String TARGETPATH_FIELD
Represents the target field.

See Also:
Constant Field Values

ASSOCIATION_TYPE_FIELD

public static final java.lang.String ASSOCIATION_TYPE_FIELD
Represents the association type field.

See Also:
Constant Field Values

TAG_NAME_FIELD

public static final java.lang.String TAG_NAME_FIELD
Represents the tag name field.

See Also:
Constant Field Values

TAGGED_TIME_FIELD

public static final java.lang.String TAGGED_TIME_FIELD
Represents the tagged time field.

See Also:
Constant Field Values

TAGGING_ID_FIELD

public static final java.lang.String TAGGING_ID_FIELD
Represents the tag identifier field.

See Also:
Constant Field Values

COMMENT_ID_FIELD

public static final java.lang.String COMMENT_ID_FIELD
Represents the comment identifier field.

See Also:
Constant Field Values

COMMENT_TEXT_FIELD

public static final java.lang.String COMMENT_TEXT_FIELD
Represents the comment text field.

See Also:
Constant Field Values

COMMENTED_TIME_FIELD

public static final java.lang.String COMMENTED_TIME_FIELD
Represents the commented time field.

See Also:
Constant Field Values

LOGGED_TIME_FIELD

public static final java.lang.String LOGGED_TIME_FIELD
Represents the logged time field.

See Also:
Constant Field Values

ACTION_FIELD

public static final java.lang.String ACTION_FIELD
Represents the action field.

See Also:
Constant Field Values

ACTION_DATA_FIELD

public static final java.lang.String ACTION_DATA_FIELD
Represents the action data field.

See Also:
Constant Field Values

RATING_ID_FIELD

public static final java.lang.String RATING_ID_FIELD
Represents the rating identifier field.

See Also:
Constant Field Values

RATED_TIME_FIELD

public static final java.lang.String RATED_TIME_FIELD
Represents the rated time field.

See Also:
Constant Field Values

RATING_FIELD

public static final java.lang.String RATING_FIELD
Represents the rating field.

See Also:
Constant Field Values

USER_ID_FIELD

public static final java.lang.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 © 2011 WSO2 Inc. All Rights Reserved.