SAP ABAP Class CL_RSDD_ADBC_SELECT (Wrapper for ADBC Select)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSL_ME (Package) Mawell Engine
⤷
⤷
Properties
| Class | CL_RSDD_ADBC_SELECT | |
| Short Description | Wrapper for ADBC Select | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSL_ME | Mawell Engine |
| Created | 20110526 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSDD_ADBC_SELECT has no forward declaration.
Interfaces
Class CL_RSDD_ADBC_SELECT has no interface implemented.
Friends
Class CL_RSDD_ADBC_SELECT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_SQL_CONNECTION | Database Connection | 20110526 | |||
| 2 | Static Attribute | Private | Object reference (TYPE REF TO) | DATA | 20110526 | ||||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_SQL_RESULT_SET | Resulting Set of an SQL Query | 20110526 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | INT4 | Natural Number | 20110526 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20111220 | ||
| 2 | Static method | Public | Method | 20120308 | ||
| 3 | Static method | Public | Method | Next Record | 20110526 | |
| 4 | Static method | Public | Method | Store Next Package in Prepared Reference | 20110526 | |
| 5 | Static method | Public | Method | 20111220 | ||
| 6 | Static method | Public | Method | 20120418 | ||
| 7 | Static method | Public | Method | Execute Select | 20110526 | |
| 8 | Static method | Public | Method | Execute Select, Return to Prepared Reference | 20110526 | |
| 9 | Static method | Public | Method | Execute Select, Return to Prepared Reference | 20110526 | |
| 10 | Static method | Public | Method | Fetch Value | 20110526 |
Events
Class CL_RSDD_ADBC_SELECT has no event.
Types
Class CL_RSDD_ADBC_SELECT has no local type.
Method Signatures
Method CLOSE Signature
Method CLOSE on class CL_RSDD_ADBC_SELECT has no parameter.
Method CLOSE on class CL_RSDD_ADBC_SELECT has no exception.
Method GET_CONNECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_CONNECTION | Value transfer | Object reference (TYPE REF TO) | CL_SQL_CONNECTION | Datenbankverbindung | 20120308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für SQL Fehler | 20120308 |
Method NEXT Signature
Method NEXT on class CL_RSDD_ADBC_SELECT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ergebnis ist leer | 20110526 | ||
| 2 | Ausnahmeklasse für SQL Fehler | 20110526 |
Method NEXT_PACKAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_FETCHSIZE | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20110526 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ergebnis ist leer | 20110526 | ||
| 2 | Ausnahmeklasse für SQL Fehler | 20110526 |
Method OPEN_CURSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20111220 | ||||
| 2 | I_FETCHSIZE | Call by reference | Type reference (TYPE) | INT4 | 20111220 | ||||
| 3 | I_STATEMENT | Call by reference | Type reference (TYPE) | STRING | 20111220 | ||||
| 4 | RR_RESULT_SET | Value transfer | Object reference (TYPE REF TO) | CL_SQL_RESULT_SET | 20111220 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20111220 |
Method RESET_CONNECTION Signature
Method RESET_CONNECTION on class CL_RSDD_ADBC_SELECT has no parameter.
Method RESET_CONNECTION on class CL_RSDD_ADBC_SELECT has no exception.
Method SELECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STATEMENT | Call by reference | Type reference (TYPE) | STRING | Select-Statement | 20110526 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Leeres Ergebnis | 20110526 | ||
| 2 | Ausnahmeklasse für SQL Fehler | 20110526 |
Method SELECT_INTO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20110526 | ||||
| 2 | I_FETCHSIZE | Call by reference | Type reference (TYPE) | INT4 | Anzahl Sätze pro Fetch | 20110526 | |||
| 3 | I_STATEMENT | Call by reference | Type reference (TYPE) | STRING | 20110526 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für SQL Fehler | 20110526 |
Method SELECT_INTO_WO_PREPARE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20110526 | ||||
| 2 | I_FETCHSIZE | Call by reference | Type reference (TYPE) | INT4 | Anzahl Sätze pro Fetch | 20110526 | |||
| 3 | I_STATEMENT | Call by reference | Type reference (TYPE) | STRING | 20110526 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Ausnahmeklasse für SQL Fehler | 20110526 |
Method VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_VALUE | Value transfer | Type reference (TYPE) | ANY | 20110526 | ||||
| 2 | I_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | Feldname | 20110526 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Leeres Ergebnis | 20110526 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |