oracle.owb.mapping
Class PropDefGroupLogical

java.lang.Object
  |
  +--oracle.owb.mapping.PropDefCommon
        |
        +--oracle.owb.mapping.PropDefGroupLogical

public class PropDefGroupLogical
extends PropDefCommon

PropDefGroupLogical defines all group logical properties.


Field Summary
static java.lang.String FLAT_FILE$INOUT$SQLLOADER$RECORD_TYPE_VALUES_STRING
          Logical property on in/out group of flat_file operator.
static java.lang.String PIVOT$OUTPUT$SQL$ROW_LOCATOR_STRING
          Logical property on output group of pivot operator.
static java.lang.String SPLITTER$OUTPUT$SQL$SPLIT_CONDITION_STRING
          Logical property on output group of splitter operator.
static java.lang.String TABLE_FUNCTION$INPUT$SQL$INPUT_PARAMETER_TYPE_STRING
          Logical property on input group of table_function operator.
static java.lang.String TABLE_FUNCTION$INPUT$SQL$PARAMETER_POSITION_INTEGER
          Logical property on input group of table_function operator.
static java.lang.String TABLE_FUNCTION$OUTPUT$SQL$RETURN_TABLE_OF_SCALAR_BOOLEAN
          Logical property on output group of table_function operator.
static java.lang.String UNPIVOT$INPUT$SQL$ROW_LOCATOR_STRING
          Logical property on input group of unpivot operator.
static java.lang.String UNPIVOT$INPUT$SQL$ROW_LOCATOR_VALUES_STRING
          Logical 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
(package private) static void ()
           
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

TABLE_FUNCTION$INPUT$SQL$INPUT_PARAMETER_TYPE_STRING

public static final java.lang.String TABLE_FUNCTION$INPUT$SQL$INPUT_PARAMETER_TYPE_STRING
Logical property on input group of table_function operator. Key name: INPUT_PARAMETER_TYPE.

Description: This property specifies whether the input parameter is a scalar or a ref cursor type


TABLE_FUNCTION$INPUT$SQL$PARAMETER_POSITION_INTEGER

public static final java.lang.String TABLE_FUNCTION$INPUT$SQL$PARAMETER_POSITION_INTEGER
Logical property on input group of table_function operator. Key name: PARAMETER_POSITION.

Description: The position of the argument in the table function signature corresponding to this parameter group


UNPIVOT$INPUT$SQL$ROW_LOCATOR_STRING

public static final java.lang.String UNPIVOT$INPUT$SQL$ROW_LOCATOR_STRING
Logical property on input group of unpivot operator. Key name: ROW_LOCATOR.

Description: An expression indicating which attribute within the output group is the row locator.


UNPIVOT$INPUT$SQL$ROW_LOCATOR_VALUES_STRING

public static final java.lang.String UNPIVOT$INPUT$SQL$ROW_LOCATOR_VALUES_STRING
Logical property on input group of unpivot operator. Key name: ROW_LOCATOR_VALUES.

Description: A comma-separated expressions that gives the possible values of the row locator within a unpivot group.


FLAT_FILE$INOUT$SQLLOADER$RECORD_TYPE_VALUES_STRING

public static final java.lang.String FLAT_FILE$INOUT$SQLLOADER$RECORD_TYPE_VALUES_STRING
Logical property on in/out group of flat_file operator. Key name: RECORD_TYPE_VALUES.

Description: Record Type Values.


PIVOT$OUTPUT$SQL$ROW_LOCATOR_STRING

public static final java.lang.String PIVOT$OUTPUT$SQL$ROW_LOCATOR_STRING
Logical property on output group of pivot operator. Key name: ROW_LOCATOR.

Description: An expression indicating which attribute within the output group is the row locator.


TABLE_FUNCTION$OUTPUT$SQL$RETURN_TABLE_OF_SCALAR_BOOLEAN

public static final java.lang.String TABLE_FUNCTION$OUTPUT$SQL$RETURN_TABLE_OF_SCALAR_BOOLEAN
Logical property on output group of table_function operator. Key name: RETURN_TABLE_OF_SCALAR.

Description: This property specifies whether the return of the table function is a TABLE of SCALAR or not.


SPLITTER$OUTPUT$SQL$SPLIT_CONDITION_STRING

public static final java.lang.String SPLITTER$OUTPUT$SQL$SPLIT_CONDITION_STRING
Logical property on output group of splitter operator. Key name: SPLIT_CONDITION.

Description: Condition that defines when to perform the attribute maps for the attributes in this group.

Constructor Detail

PropDefGroupLogical

public PropDefGroupLogical()
Method Detail

getPropSheet

protected static oracle.owb.mapping.PropSheetImpl getPropSheet(java.lang.String type)
getPropSheet Retrieve the property sheet of a property type.
Parameters:
type - A property type.
Returns:
The property sheet of the type.

containsKey

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.
Parameters:
type - A property type.
key - A property key.
Returns:
true - if this set of properties defines the key; false - if otherwise.

static void ()