org.firebirdsql.squirrel.util
Interface IndexInfo.IPropertyNames

Enclosing class:
IndexInfo

public static interface IndexInfo.IPropertyNames

JavaBean property names for this class.


Field Summary
static String ACTIVE
           
static String DESCRIPTION
           
static String EXPRESSION_SOURCE
           
static String FOREIGN_KEY_CONSTRAINT
           
static String ID
           
static String NAME
           
static String RELATION_NAME
           
static String SEGMENT_COUNT
           
static String SYSTEM_DEFINED
           
static String UNIQUE
           
 

Field Detail

ACTIVE

static final String ACTIVE
See Also:
Constant Field Values

DESCRIPTION

static final String DESCRIPTION
See Also:
Constant Field Values

EXPRESSION_SOURCE

static final String EXPRESSION_SOURCE
See Also:
Constant Field Values

FOREIGN_KEY_CONSTRAINT

static final String FOREIGN_KEY_CONSTRAINT
See Also:
Constant Field Values

ID

static final String ID
See Also:
Constant Field Values

NAME

static final String NAME
See Also:
Constant Field Values

RELATION_NAME

static final String RELATION_NAME
See Also:
Constant Field Values

SEGMENT_COUNT

static final String SEGMENT_COUNT
See Also:
Constant Field Values

SYSTEM_DEFINED

static final String SYSTEM_DEFINED
See Also:
Constant Field Values

UNIQUE

static final String UNIQUE
See Also:
Constant Field Values


Copyright © 2001-2010. All Rights Reserved.