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

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

NUMBER

public 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

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

See Also:
Constant Field Values

STRING

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

See Also:
Constant Field Values

BOOL

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

See Also:
Constant Field Values

ITEM

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

See Also:
Constant Field Values

CATEGORY

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

See Also:
Constant Field Values

SPEC

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

See Also:
Constant Field Values

CATALOG

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

See Also:
Constant Field Values

HIERARCHY

public 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

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

See Also:
Constant Field Values
Method Detail

getType

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

Returns:
Returns column type