|
IBM DB2 Information Integrator Java API Reference for Developing Wrappers |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.db2.wrapper.CatalogOption
The CatalogOption class represents the base class for options of the catalog objects. This class encapsulates one or more name-value pairs and links to the next option and the previous option.
The CatalogOption class is one of the catalog classes for the Java API.
Field Summary | |
static int |
ADD
Action constant; indicates that the option is added to the catalog. |
static int |
DROP
Action constant; indicates that the option is dropped from the catalog. |
static int |
NONE
Action constant; indicates no action for the option. |
static int |
SET
Action constant; indicates that the option is set to a new value. |
Method Summary | |
int |
getAction()
Retrieve the action for the option. |
java.lang.String |
getName()
Retrieve the name of the option. |
CatalogOption |
getNextOption()
Retrieve the next option in the chain that this option belongs to. |
CatalogOption |
getPrevOption()
Retrieve the previous option in the chain that this option belongs to. |
java.lang.String |
getValue()
Retrieve the option value. |
boolean |
isReserved()
Indicate whether the option is a DB2-reserved option. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int ADD
public static final int DROP
public static final int NONE
public static final int SET
Method Detail |
public final int getAction()
public final java.lang.String getName()
public final CatalogOption getNextOption()
public final CatalogOption getPrevOption()
public java.lang.String getValue()
public final boolean isReserved()
|
IBM DB2 Information Integrator Java API Reference for Developing Wrappers |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
(C)Copyright IBM Corp. 2002. All rights reserved.
Links on this page are made available for your convenience and may take you to non-IBM sites. IBM does not warrant any sample code provided on these sites.