SAP BI Java SDK

com.sap.ip.bi.sdk.dac.connector
Class IBIRelational.Supports

java.lang.Object
  |
  +--com.sap.ip.bi.sdk.util.impl.BIEnumerationSupports
        |
        +--com.sap.ip.bi.sdk.dac.connector.IBIRelational.Supports
Enclosing class:
IBIRelational

public static final class IBIRelational.Supports
extends com.sap.ip.bi.sdk.util.impl.BIEnumerationSupports

Returns true or false, depending on what kind of features the relational provider supports. This is for type safe enumeration purposes.

Since:
3.50

Field Summary
static IBIRelational.Supports JOIN
          Supports joins of multiple tables (including self-joins).
static IBIRelational.Supports LOCAL_UPDATE
          Supports local updates of the result set.
static IBIRelational.Supports ONLY_SELECT_OPTIONS_STYLE_WHERE
          Supports only WHERE conditions that can be transformed into logically-equivalent SELECT-OPTIONS range tables (see IBISapqSelectOption).
static IBIRelational.Supports SUBSELECT
          Supports subselects (WHERE <coli> IN SELECT …).
static IBIRelational.Supports WRITE_BACK
          Supports updates of the result set that write back through to the data source.
 
Fields inherited from class com.sap.ip.bi.sdk.util.impl.BIEnumerationSupports
catalog, name
 
Methods inherited from class com.sap.ip.bi.sdk.util.impl.BIEnumerationSupports
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

JOIN

public static final IBIRelational.Supports JOIN
Supports joins of multiple tables (including self-joins).

SUBSELECT

public static final IBIRelational.Supports SUBSELECT
Supports subselects (WHERE <coli> IN SELECT …).

ONLY_SELECT_OPTIONS_STYLE_WHERE

public static final IBIRelational.Supports ONLY_SELECT_OPTIONS_STYLE_WHERE
Supports only WHERE conditions that can be transformed into logically-equivalent SELECT-OPTIONS range tables (see IBISapqSelectOption).

LOCAL_UPDATE

public static final IBIRelational.Supports LOCAL_UPDATE
Supports local updates of the result set.

WRITE_BACK

public static final IBIRelational.Supports WRITE_BACK
Supports updates of the result set that write back through to the data source.

SAP BI Java SDK

Copyright © 2004-2006 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.
These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies (SAP Group) for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.