org.qi4j.index.sql.support.common
Class DBNames

java.lang.Object
  extended by org.qi4j.index.sql.support.common.DBNames

public class DBNames
extends Object

This is helper class to contain all the SQL constants used throughout the SQL Indexing.


Field Summary
static String ALL_QNAMES_TABLE_NAME
           
static String ALL_QNAMES_TABLE_PK_COLUMN_NAME
           
static String APP_VERSION_PK_COLUMN_NAME
           
static String APP_VERSION_TABLE_NAME
           
static String ENTITY_TABLE_APPLICATION_VERSION_COLUMN_NAME
           
static String ENTITY_TABLE_IDENTITY_COLUMN_NAME
           
static String ENTITY_TABLE_MODIFIED_COLUMN_NAME
           
static String ENTITY_TABLE_NAME
           
static String ENTITY_TABLE_PK_COLUMN_NAME
           
static String ENTITY_TABLE_VERSION_COLUMN_NAME
           
static String ENTITY_TYPES_TABLE_NAME
           
static String ENTITY_TYPES_TABLE_PK_COLUMN_NAME
           
static String ENTITY_TYPES_TABLE_TYPE_NAME_COLUMN_NAME
           
static String ENUM_LOOKUP_TABLE_ENUM_VALUE_NAME
           
static String ENUM_LOOKUP_TABLE_NAME
           
static String ENUM_LOOKUP_TABLE_PK_COLUMN_NAME
           
static String QNAME_TABLE_ASSOCIATION_INDEX_COLUMN_NAME
           
static String QNAME_TABLE_COLLECTION_PATH_COLUMN_NAME
           
static String QNAME_TABLE_COLLECTION_PATH_SEPARATOR
           
static String QNAME_TABLE_COLLECTION_PATH_TOP_LEVEL_NAME
           
static String QNAME_TABLE_NAME_PREFIX
           
static String QNAME_TABLE_PARENT_QNAME_COLUMN_NAME
           
static String QNAME_TABLE_VALUE_COLUMN_NAME
           
static String USED_CLASSES_TABLE_CLASS_NAME_COLUMN_NAME
           
static String USED_CLASSES_TABLE_NAME
           
static String USED_CLASSES_TABLE_PK_COLUMN_NAME
           
static String USED_QNAMES_TABLE_NAME
           
static String USED_QNAMES_TABLE_QNAME_COLUMN_NAME
           
static String USED_QNAMES_TABLE_TABLE_NAME_COLUMN_NAME
           
 
Constructor Summary
DBNames()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QNAME_TABLE_NAME_PREFIX

public static final String QNAME_TABLE_NAME_PREFIX
See Also:
Constant Field Values

QNAME_TABLE_VALUE_COLUMN_NAME

public static final String QNAME_TABLE_VALUE_COLUMN_NAME
See Also:
Constant Field Values

QNAME_TABLE_ASSOCIATION_INDEX_COLUMN_NAME

public static final String QNAME_TABLE_ASSOCIATION_INDEX_COLUMN_NAME
See Also:
Constant Field Values

QNAME_TABLE_PARENT_QNAME_COLUMN_NAME

public static final String QNAME_TABLE_PARENT_QNAME_COLUMN_NAME
See Also:
Constant Field Values

QNAME_TABLE_COLLECTION_PATH_COLUMN_NAME

public static final String QNAME_TABLE_COLLECTION_PATH_COLUMN_NAME
See Also:
Constant Field Values

QNAME_TABLE_COLLECTION_PATH_TOP_LEVEL_NAME

public static final String QNAME_TABLE_COLLECTION_PATH_TOP_LEVEL_NAME
See Also:
Constant Field Values

QNAME_TABLE_COLLECTION_PATH_SEPARATOR

public static final String QNAME_TABLE_COLLECTION_PATH_SEPARATOR
See Also:
Constant Field Values

ALL_QNAMES_TABLE_NAME

public static final String ALL_QNAMES_TABLE_NAME
See Also:
Constant Field Values

ALL_QNAMES_TABLE_PK_COLUMN_NAME

public static final String ALL_QNAMES_TABLE_PK_COLUMN_NAME
See Also:
Constant Field Values

USED_CLASSES_TABLE_NAME

public static final String USED_CLASSES_TABLE_NAME
See Also:
Constant Field Values

USED_CLASSES_TABLE_PK_COLUMN_NAME

public static final String USED_CLASSES_TABLE_PK_COLUMN_NAME
See Also:
Constant Field Values

USED_CLASSES_TABLE_CLASS_NAME_COLUMN_NAME

public static final String USED_CLASSES_TABLE_CLASS_NAME_COLUMN_NAME
See Also:
Constant Field Values

USED_QNAMES_TABLE_NAME

public static final String USED_QNAMES_TABLE_NAME
See Also:
Constant Field Values

USED_QNAMES_TABLE_QNAME_COLUMN_NAME

public static final String USED_QNAMES_TABLE_QNAME_COLUMN_NAME
See Also:
Constant Field Values

USED_QNAMES_TABLE_TABLE_NAME_COLUMN_NAME

public static final String USED_QNAMES_TABLE_TABLE_NAME_COLUMN_NAME
See Also:
Constant Field Values

ENTITY_TYPES_TABLE_PK_COLUMN_NAME

public static final String ENTITY_TYPES_TABLE_PK_COLUMN_NAME
See Also:
Constant Field Values

ENTITY_TYPES_TABLE_TYPE_NAME_COLUMN_NAME

public static final String ENTITY_TYPES_TABLE_TYPE_NAME_COLUMN_NAME
See Also:
Constant Field Values

ENTITY_TYPES_TABLE_NAME

public static final String ENTITY_TYPES_TABLE_NAME
See Also:
Constant Field Values

ENTITY_TABLE_NAME

public static final String ENTITY_TABLE_NAME
See Also:
Constant Field Values

ENTITY_TABLE_PK_COLUMN_NAME

public static final String ENTITY_TABLE_PK_COLUMN_NAME
See Also:
Constant Field Values

ENTITY_TABLE_IDENTITY_COLUMN_NAME

public static final String ENTITY_TABLE_IDENTITY_COLUMN_NAME
See Also:
Constant Field Values

ENTITY_TABLE_MODIFIED_COLUMN_NAME

public static final String ENTITY_TABLE_MODIFIED_COLUMN_NAME
See Also:
Constant Field Values

ENTITY_TABLE_VERSION_COLUMN_NAME

public static final String ENTITY_TABLE_VERSION_COLUMN_NAME
See Also:
Constant Field Values

ENTITY_TABLE_APPLICATION_VERSION_COLUMN_NAME

public static final String ENTITY_TABLE_APPLICATION_VERSION_COLUMN_NAME
See Also:
Constant Field Values

APP_VERSION_TABLE_NAME

public static final String APP_VERSION_TABLE_NAME
See Also:
Constant Field Values

APP_VERSION_PK_COLUMN_NAME

public static final String APP_VERSION_PK_COLUMN_NAME
See Also:
Constant Field Values

ENUM_LOOKUP_TABLE_NAME

public static final String ENUM_LOOKUP_TABLE_NAME
See Also:
Constant Field Values

ENUM_LOOKUP_TABLE_PK_COLUMN_NAME

public static final String ENUM_LOOKUP_TABLE_PK_COLUMN_NAME
See Also:
Constant Field Values

ENUM_LOOKUP_TABLE_ENUM_VALUE_NAME

public static final String ENUM_LOOKUP_TABLE_ENUM_VALUE_NAME
See Also:
Constant Field Values
Constructor Detail

DBNames

public DBNames()