SAP ABAP Class CL_DB6_ACTION_SQL_CACHE (SQL Cache Snapshot)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB-DB6 (Application Component) DB2 Universal Database for UNIX / NT
⤷
STU6 (Package) DB6: Performance-Monitor (UNIX/Windows)

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_DB6_ACTION_CONTROLLER | DB6: Abstract Action Controller | 20100519 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DBA_ACTION_CONTROLLER_ALV | DBA Cockpit: Access to ALV object | 20070926 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_DBA_ACTION_CONTROLLER_SLCT | DBA Cockpit: Data Selection | 20070927 |
Properties
Class | CL_DB6_ACTION_SQL_CACHE | |
Short Description | SQL Cache Snapshot | |
Super Class | CL_DB6_ACTION_CONTROLLER | DB6: Abstract Action Controller |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | STU6 | DB6: Performance-Monitor (UNIX/Windows) |
Created | 20050208 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_DBA_ACTION_CONTROLLER_ALV | DBA Cockpit: Access to ALV object | 20070926 | ||
2 | IF_DBA_ACTION_CONTROLLER_SLCT | DBA Cockpit: Data Selection | 20070927 |
Friends
Class CL_DB6_ACTION_SQL_CACHE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_DB6_ALV | DB6: simple ALV abstraction | 20050208 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20050209 | ||
3 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20050208 | ||||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DB6_VIEW_SQLCACHE | DB6: View Data of SQL Cache | 20050208 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | calculate rows read / rows returned to appl. | 20080730 |
2 | ![]() |
Static method | Public | Method | calculate bp page reads per execution | 20080730 |
3 | ![]() |
Static method | Public | Method | calculate bp page reads per row returned to appl. | 20080730 |
4 | ![]() |
Instance method | Private | Method | navigate to Source or EXPLAIN | 20050208 |
5 | ![]() |
Instance method | Private | Method | reselect data from cluster | 20050209 |
6 | ![]() |
Instance method | Private | Method | set ALV Grid attributes | 20050208 |
7 | ![]() |
Instance method | Private | Method | call filter popup | 20050209 |
Events
Class CL_DB6_ACTION_SQL_CACHE has no event.
Types
Class CL_DB6_ACTION_SQL_CACHE has no local type.
Method Signatures
Method CALC_ACCESS_EFFICIENCY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | DB6PMSQC-ACC_EFFICIENCY | Quality of Read Predicate (%) | 20080730 | ||
2 | ![]() |
ROWS_READ | Call by reference | Type reference (TYPE) | DB6PMSQC-RW_READ | rows_read: Rows Read | 20080730 | ||
3 | ![]() |
ROWS_RETURNED | Call by reference | Type reference (TYPE) | DB6PMSQC-ROWS_RETURNED | 20080730 |
Method CALC_ACCESS_EFFICIENCY on class CL_DB6_ACTION_SQL_CACHE has no exception.
Method CALC_BPGETS_PER_EXECUTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NUM_EXECUT | Call by reference | Type reference (TYPE) | DB6PMSQC-NUM_EXECUT | num_executions: Number of Executions | 20080730 | ||
2 | ![]() |
PL_COL_LRS | Call by reference | Type reference (TYPE) | DB6PMSQC-PL_COL_LRS | pool_col_l_reads | 20130617 | ||
3 | ![]() |
PL_D_LRS | Call by reference | Type reference (TYPE) | DB6PMSQC-PL_D_LRS | pool_data_l_reads | 20080730 | ||
4 | ![]() |
PL_I_LRS | Call by reference | Type reference (TYPE) | DB6PMSQC-PL_I_LRS | pool_index_l_reads | 20080730 | ||
5 | ![]() |
PL_TD_LRS | Call by reference | Type reference (TYPE) | DB6PMSQC-PL_TD_LRS | pool_temp_data_l_reads | 20080730 | ||
6 | ![]() |
PL_TEMP_COL_LRS | Call by reference | Type reference (TYPE) | DB6PMSQC-PL_TEMP_COL_LRS | pool_temp_col_l_reads | 20130617 | ||
7 | ![]() |
PL_TEMP_XDA_LRS | Call by reference | Type reference (TYPE) | DB6PMSQC-PL_TEMP_XDA_LRS | pool_temp_xda_l_reads | 20080730 | ||
8 | ![]() |
PL_TI_LRS | Call by reference | Type reference (TYPE) | DB6PMSQC-PL_TI_LRS | pool_temp_index_l_reads | 20080730 | ||
9 | ![]() |
PL_XDA_LRS | Call by reference | Type reference (TYPE) | DB6PMSQC-PL_XDA_LRS | pool_xda_l_reads | 20080730 | ||
10 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | DB6PMSQC-BPGETS_ROWRET | 20080730 |
Method CALC_BPGETS_PER_EXECUTION on class CL_DB6_ACTION_SQL_CACHE has no exception.
Method CALC_BPGETS_PER_ROWRET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PL_COL_LRS | Call by reference | Type reference (TYPE) | DB6PMSQC-PL_COL_LRS | pool_xda_l_reads | 20130614 | ||
2 | ![]() |
PL_D_LRS | Call by reference | Type reference (TYPE) | DB6PMSQC-PL_D_LRS | pool_data_l_reads | 20080730 | ||
3 | ![]() |
PL_I_LRS | Call by reference | Type reference (TYPE) | DB6PMSQC-PL_I_LRS | pool_index_l_reads | 20080730 | ||
4 | ![]() |
PL_TD_LRS | Call by reference | Type reference (TYPE) | DB6PMSQC-PL_TD_LRS | pool_temp_data_l_reads | 20080730 | ||
5 | ![]() |
PL_TEMP_COL_LRS | Call by reference | Type reference (TYPE) | DB6PMSQC-PL_TEMP_COL_LRS | pool_temp_xda_l_reads | 20130614 | ||
6 | ![]() |
PL_TEMP_XDA_LRS | Call by reference | Type reference (TYPE) | DB6PMSQC-PL_TEMP_XDA_LRS | pool_temp_xda_l_reads | 20080730 | ||
7 | ![]() |
PL_TI_LRS | Call by reference | Type reference (TYPE) | DB6PMSQC-PL_TI_LRS | pool_temp_index_l_reads | 20080730 | ||
8 | ![]() |
PL_XDA_LRS | Call by reference | Type reference (TYPE) | DB6PMSQC-PL_XDA_LRS | pool_xda_l_reads | 20080730 | ||
9 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | DB6PMSQC-BPGETS_ROWRET | 20080730 | |||
10 | ![]() |
ROWS_RETURNED | Call by reference | Type reference (TYPE) | DB6PMSQC-ROWS_RETURNED | 20080730 |
Method CALC_BPGETS_PER_ROWRET on class CL_DB6_ACTION_SQL_CACHE has no exception.
Method NAVIGATE_FORWARD Signature
Method NAVIGATE_FORWARD on class CL_DB6_ACTION_SQL_CACHE has no parameter.
Method NAVIGATE_FORWARD on class CL_DB6_ACTION_SQL_CACHE has no exception.
Method RESELECT Signature
Method RESELECT on class CL_DB6_ACTION_SQL_CACHE has no parameter.
Method RESELECT on class CL_DB6_ACTION_SQL_CACHE has no exception.
Method SET_GRID_ATTRIBUTES Signature
Method SET_GRID_ATTRIBUTES on class CL_DB6_ACTION_SQL_CACHE has no parameter.
Method SET_GRID_ATTRIBUTES on class CL_DB6_ACTION_SQL_CACHE has no exception.
Method SHOW_FILTER Signature
Method SHOW_FILTER on class CL_DB6_ACTION_SQL_CACHE has no parameter.
Method SHOW_FILTER on class CL_DB6_ACTION_SQL_CACHE has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 700 |