com.ibm.pim.interfaces.search
Interface SearchColumnType


public interface SearchColumnType


Field Summary
static int BOOL
          BOOL represents Flag specnode type.
static int CATALOG
          CATALOG represents Catalog entity of WPC.getCatalog() can be used in SearchResultSetfor CATALOG SqlColumnType
static int CATEGORY
          CATEGORY represents Category of Hierarchy.getCategory() can be used in SearchResultSetfor CATEGORY SqlColumnType
static java.lang.String copyright
           
static int DATE
          DATE represents Date specnode type.
static int HIERARCHY
          HIERARCHY represents Category Tree(Hierarchy) entity of WPC.
static int ITEM
          ITEM represents Catalog Item of WPC.getItem() can be used in SearchResultSetfor ITEM SqlColumnType
static int NUMBER
          NUMBER represents Integer and Number specnode type.
static int PK
          PK represents Primary Key of Spec entity of WPC.
static int SPEC
          SPEC represents Spec entity of WPC.getSpec() can be used in SearchResultSetfor SPEC SqlColumnType
static int STRING
          STRING represents String specnode type.
 
Method Summary
 int getType()
          Returns column type which can be compared with one of the column type constants available in this interface
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values

NUMBER

static final int NUMBER
NUMBER represents Integer and Number specnode type. getInt(),getFloat(),getLong(),getDouble() can be used in SearchResultSetfor NUMBER SqlColumnType

See Also:
Constant Field Values

DATE

static final int DATE
DATE represents Date specnode type. getDate() can be used in SearchResultSetfor DATE SqlColumnType

See Also:
Constant Field Values

STRING

static final int STRING
STRING represents String specnode type. getString() can be used in SearchResultSetfor STRING SqlColumnType

See Also:
Constant Field Values

BOOL

static final int BOOL
BOOL represents Flag specnode type. getBoolean() can be used in SearchResultSetfor BOOL SqlColumnType

See Also:
Constant Field Values

ITEM

static final int ITEM
ITEM represents Catalog Item of WPC.getItem() can be used in SearchResultSetfor ITEM SqlColumnType

See Also:
Constant Field Values

CATEGORY

static final int CATEGORY
CATEGORY represents Category of Hierarchy.getCategory() can be used in SearchResultSetfor CATEGORY SqlColumnType

See Also:
Constant Field Values

SPEC

static final int SPEC
SPEC represents Spec entity of WPC.getSpec() can be used in SearchResultSetfor SPEC SqlColumnType

See Also:
Constant Field Values

CATALOG

static final int CATALOG
CATALOG represents Catalog entity of WPC.getCatalog() can be used in SearchResultSetfor CATALOG SqlColumnType

See Also:
Constant Field Values

HIERARCHY

static final int HIERARCHY
HIERARCHY represents Category Tree(Hierarchy) entity of WPC. getHierarchy() can be used in SearchResultSetfor HIERARCHY SqlColumnType

See Also:
Constant Field Values

PK

static final int PK
PK represents Primary Key of Spec entity of WPC.

See Also:
Constant Field Values
Method Detail

getType

int getType()
Returns column type which can be compared with one of the column type constants available in this interface

Returns:
Returns column type