Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.flex.common.sql
Class FlexfieldBindVariable

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.common.sql.BindVariable
      extended by oracle.apps.fnd.applcore.flex.common.sql.FlexfieldBindVariable
All Implemented Interfaces:
java.lang.Cloneable

public class FlexfieldBindVariable
extends BindVariable

A class to model Flexfield bind variables.

Oracle Corp.

Field Summary
static java.lang.String APPLICATION_ID
           
static java.lang.String CONTEXT_CODE
           
static java.lang.String DESCRIPTIVE_FLEXFIELD_CODE
           
static java.lang.String KEY_FLEXFIELD_CODE
           
static java.lang.String SEGMENT_CODE
           
static java.lang.String STRUCTURE_CODE
           
static java.lang.String STRUCTURE_INSTANCE_CODE
           
static java.lang.String VALIDATION_DATE
           
 
Method Summary
 int getSQLType(BindVariableResolver resolver)
          Returns the SQL type of the bind variable value.
 
Methods inherited from class oracle.apps.fnd.applcore.flex.common.sql.BindVariable
clone, create, equals, getName, getPlaceholderName, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

APPLICATION_ID

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

DESCRIPTIVE_FLEXFIELD_CODE

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

CONTEXT_CODE

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

SEGMENT_CODE

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

KEY_FLEXFIELD_CODE

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

STRUCTURE_CODE

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

STRUCTURE_INSTANCE_CODE

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

VALIDATION_DATE

public static final java.lang.String VALIDATION_DATE
See Also:
Constant Field Values
Method Detail

getSQLType

public int getSQLType(BindVariableResolver resolver)
Returns the SQL type of the bind variable value.

Overrides:
getSQLType in class BindVariable
Parameters:
resolver - the bind variable resolver
Returns:
the SQL type of the bind variable value

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.