|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--oracle.owb.mapping.PropDefCommon
|
+--oracle.owb.mapping.PropDefGroupLogical
PropDefGroupLogical defines all group logical properties.
| Field Summary | |
static java.lang.String |
FLAT_FILE$INOUT$SQLLOADER$RECORD_TYPE_VALUES_STRINGLogical property on in/out group of flat_file operator. |
static java.lang.String |
PIVOT$OUTPUT$SQL$ROW_LOCATOR_STRINGLogical property on output group of pivot operator. |
static java.lang.String |
SPLITTER$OUTPUT$SQL$SPLIT_CONDITION_STRINGLogical property on output group of splitter operator. |
static java.lang.String |
TABLE_FUNCTION$INPUT$SQL$INPUT_PARAMETER_TYPE_STRINGLogical property on input group of table_function operator. |
static java.lang.String |
TABLE_FUNCTION$INPUT$SQL$PARAMETER_POSITION_INTEGERLogical property on input group of table_function operator. |
static java.lang.String |
TABLE_FUNCTION$OUTPUT$SQL$RETURN_TABLE_OF_SCALAR_BOOLEANLogical property on output group of table_function operator. |
static java.lang.String |
UNPIVOT$INPUT$SQL$ROW_LOCATOR_STRINGLogical property on input group of unpivot operator. |
static java.lang.String |
UNPIVOT$INPUT$SQL$ROW_LOCATOR_VALUES_STRINGLogical property on input group of unpivot operator. |
| Fields inherited from class oracle.owb.mapping.PropDefCommon |
DEFAULT_BOOLEAN_DOMAIN, DEFAULT_FLOAT_DOMAIN, DEFAULT_INTEGER_DOMAIN, DEFAULT_PROPERTYOWNER_DOMAIN, DEFAULT_STRING_DOMAIN |
| Constructor Summary | |
PropDefGroupLogical() | |
| Method Summary | |
protected static boolean |
containsKey(java.lang.String type, java.lang.String key)containsKey is a boolean checkup to see if this set of property definitions includes the definition for the key. |
protected static oracle.owb.mapping.PropSheetImpl |
getPropSheet(java.lang.String type)getPropSheet Retrieve the property sheet of a property type. |
| Methods inherited from class oracle.owb.mapping.PropDefCommon |
translate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String TABLE_FUNCTION$INPUT$SQL$INPUT_PARAMETER_TYPE_STRING
Description: This property specifies whether the input parameter is a scalar or a ref cursor type
public static final java.lang.String TABLE_FUNCTION$INPUT$SQL$PARAMETER_POSITION_INTEGER
Description: The position of the argument in the table function signature corresponding to this parameter group
public static final java.lang.String UNPIVOT$INPUT$SQL$ROW_LOCATOR_STRING
Description: An expression indicating which attribute within the output group is the row locator.
public static final java.lang.String UNPIVOT$INPUT$SQL$ROW_LOCATOR_VALUES_STRING
Description: A comma-separated expressions that gives the possible values of the row locator within a unpivot group.
public static final java.lang.String FLAT_FILE$INOUT$SQLLOADER$RECORD_TYPE_VALUES_STRING
Description: Record Type Values.
public static final java.lang.String PIVOT$OUTPUT$SQL$ROW_LOCATOR_STRING
Description: An expression indicating which attribute within the output group is the row locator.
public static final java.lang.String TABLE_FUNCTION$OUTPUT$SQL$RETURN_TABLE_OF_SCALAR_BOOLEAN
Description: This property specifies whether the return of the table function is a TABLE of SCALAR or not.
public static final java.lang.String SPLITTER$OUTPUT$SQL$SPLIT_CONDITION_STRING
Description: Condition that defines when to perform the attribute maps for the attributes in this group.
| Constructor Detail |
public PropDefGroupLogical()
| Method Detail |
protected static oracle.owb.mapping.PropSheetImpl getPropSheet(java.lang.String type)
getPropSheet Retrieve the property sheet of a property type.type - A property type.
protected static boolean containsKey(java.lang.String type,
java.lang.String key)
containsKey is a boolean checkup to see if this set of property definitions includes the definition for the key.type - A property type.key - A property key.
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||