org.compass.core.lucene
Class LuceneEnvironment.JdbcStore.DDL

java.lang.Object
  extended by org.compass.core.lucene.LuceneEnvironment.JdbcStore.DDL
Enclosing class:
LuceneEnvironment.JdbcStore

public abstract class LuceneEnvironment.JdbcStore.DDL
extends Object


Field Summary
static String DELETED_NAME
          The name of the deleted column.
static String LAST_MODIFIED_NAME
          The name of the last modified column.
static String NAME_LENGTH
          The length of the name column.
static String NAME_NAME
          The name of the column name.
static String SIZE_NAME
          The name of the size column.
static String VALUE_LENGTH
          The length (in K) of the value column (for databases that require it).
static String VALUE_NAME
          The name of the value colum.
 
Constructor Summary
LuceneEnvironment.JdbcStore.DDL()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME_NAME

public static final String NAME_NAME
The name of the column name. Defaults to name_.

See Also:
Constant Field Values

NAME_LENGTH

public static final String NAME_LENGTH
The length of the name column. Defaults to 50.

See Also:
Constant Field Values

VALUE_NAME

public static final String VALUE_NAME
The name of the value colum. Defaults to value_.

See Also:
Constant Field Values

VALUE_LENGTH

public static final String VALUE_LENGTH
The length (in K) of the value column (for databases that require it). Defaults to 500 * 1024 K.

See Also:
Constant Field Values

SIZE_NAME

public static final String SIZE_NAME
The name of the size column. Defaults to size_.

See Also:
Constant Field Values

LAST_MODIFIED_NAME

public static final String LAST_MODIFIED_NAME
The name of the last modified column. Defaults to lf_.

See Also:
Constant Field Values

DELETED_NAME

public static final String DELETED_NAME
The name of the deleted column. Defaults to deleted_.

See Also:
Constant Field Values
Constructor Detail

LuceneEnvironment.JdbcStore.DDL

public LuceneEnvironment.JdbcStore.DDL()


Copyright (c) 2004-2008 The Compass Project.