Class Method list used by SAP ABAP Class CL_HDB_EXPLAIN_INSTANCE (HDB: Instance / Result of an EXPLAIN execution)
SAP ABAP Class CL_HDB_EXPLAIN_INSTANCE (HDB: Instance / Result of an EXPLAIN execution) is using
# Object Type Object Name Object Description Note
     
1 Class Method  CL_DB6_CON - GET_CONNECTION DB6: Runtime Connection Handling
2 Class Method  CL_DBA_CX_FACTORY - CREATE_DBA_ADBC DBA Cockpit: central exception factory class
3 Class Method  CL_DBA_EXPLAIN_INSTANCE - CONSTRUCTOR General Explain Instance
4 Class Method  CL_DBA_XPLM_COLUMN - CONSTRUCTOR DBA EXPLAIN Model: Table Column
5 Class Method  CL_DBA_XPLM_INDEX - CONSTRUCTOR DBA EXPLAIN Model: Index
6 Class Method  CL_DBA_XPLM_NODEDETAILS - CONSTRUCTOR EXPLAIN detail table
7 Class Method  CL_DBA_XPLM_NODEDETAILS - CONSTRUCTOR EXPLAIN detail table
8 Class Method  CL_DBA_XPLM_NODEDETAILS - CONSTRUCTOR EXPLAIN detail table
9 Class Method  CL_DBA_XPLM_TABLE - CONSTRUCTOR DBA EXPLAIN Model: Table
10 Class Method  CL_DBA_XPL_CATOBJ_NODE - CONSTRUCTOR DBA Explain Catalog Object Node
11 Class Method  CL_DBA_XPL_IXACCESS_NODE - CONSTRUCTOR DBA Explain Catalog Object Node
12 Class Method  CL_DBA_XPL_NODE - CONSTRUCTOR abstract EXPLAIN node
13 Class Method  CL_DBA_XPL_UTIL - FLOAT16_TO_CHAR32 utility class for DB6 EXPLAIN
14 Class Method  CL_DBA_XPL_UTIL - FLOAT16_TO_CHAR32 utility class for DB6 EXPLAIN
15 Class Method  CL_DBA_XPL_UTIL - FLOAT16_TO_CHAR32 utility class for DB6 EXPLAIN
16 Class Method  CL_HDB_ADBC - CONSTRUCTOR HDB: ADBC
17 Class Method  CL_HDB_ADBC - GET_INDEXES HDB: ADBC
18 Class Method  CL_HDB_ADBC - GET_TABLE_COLUMNS HDB: ADBC
19 Class Method  CL_HDB_EXPLAIN_INSTANCE - GET_ACCESS_DETAILS HDB: Instance / Result of an EXPLAIN execution SOURCE me->GET_ACCESS_DETAILS( exporting op_id = -op_id SCHEMA_NAME = schema_name
20 Class Method  CL_HDB_EXPLAIN_INSTANCE - READ_EXPLAIN_TABLES HDB: Instance / Result of an EXPLAIN execution SOURCE read_explain_tables( ).
21 Class Method  CL_HDB_EXPLAIN_INSTANCE - PARSE_XML_AND_BUILD_PLAN_NODES HDB: Instance / Result of an EXPLAIN execution SOURCE PARSE_XML_AND_BUILD_PLAN_NODES( ).
22 Class Method  CL_HDB_EXPLAIN_INSTANCE - GET_NODE_DETAIL_INFO HDB: Instance / Result of an EXPLAIN execution SOURCE node_info = get_node_detail_info( op_id = -op_id ).
23 Class Method  CL_HDB_EXPLAIN_INSTANCE - GET_JOIN_TYPE HDB: Instance / Result of an EXPLAIN execution SOURCE leg_type = me->get_join_type( op_name ) .
24 Class Method  CL_HDB_EXPLAIN_INSTANCE - GET_COST_DETAIL_ELEM HDB: Instance / Result of an EXPLAIN execution SOURCE wa_detail-object = get_cost_detail_elem( op_id = -op_id ).
25 Class Method  CL_HDB_EXPLAIN_INSTANCE - GET_CATALOG_OBJECT_TABLE HDB: Instance / Result of an EXPLAIN execution SOURCE table_ref = GET_CATALOG_OBJECT_TABLE( op_id = -op_id involved_index = involved_indexes involved_columns = involved_columns ).
26 Class Method  CL_HDB_EXPLAIN_INSTANCE - GET_CATALOG_OBJECT_TABLE HDB: Instance / Result of an EXPLAIN execution SOURCE table_ref = GET_CATALOG_OBJECT_TABLE( op_id = -op_id involved_index = involved_indexes involved_columns = involved_columns ).
27 Class Method  CL_HDB_EXPLAIN_INSTANCE - GET_ARGUMENT_DETAIL_ELEM HDB: Instance / Result of an EXPLAIN execution SOURCE wa_detail-object = get_argument_detail_elem( op_id = -op_id ).
28 Class Method  CL_HDB_EXPLAIN_INSTANCE - GET_ACCESS_DETAILS HDB: Instance / Result of an EXPLAIN execution SOURCE TABLE_NAME = table_name changing involved_indexes = involved_indexes involved_columns = involved_columns ).
29 Class Method  CL_HDB_EXPLAIN_INSTANCE - GET_ACCESS_DETAILS HDB: Instance / Result of an EXPLAIN execution SOURCE me->GET_ACCESS_DETAILS( exporting op_id = -op_id SCHEMA_NAME = schema_name
30 Class Method  CL_HDB_EXPLAIN_INSTANCE - GET_ACCESS_DETAILS HDB: Instance / Result of an EXPLAIN execution SOURCE KEY_COLS = key_cols involved_indexes = involved_indexes involved_columns = involved_columns ).
31 Class Method  CL_HDB_EXPLAIN_INSTANCE - GET_ACCESS_DETAILS HDB: Instance / Result of an EXPLAIN execution SOURCE TABLE_NAME = table_name INDEX_NAME = index_name changing KEY_COLCNT = key_colcnt
32 Class Method  CL_HDB_EXPLAIN_INSTANCE - CREATE_XPLM_INDEX HDB: Instance / Result of an EXPLAIN execution SOURCE involved_indexes = CREATE_XPLM_INDEX( TABLE_NAME = table_name SCHEMA_NAME = schema_name involved_columns = involved_columns INDEX_DESCR = res ).
33 Class Method  CL_HDB_EXPLAIN_INSTANCE - CREATE_XPLM_COLUMN HDB: Instance / Result of an EXPLAIN execution SOURCE involved_columns = create_xplm_column( table_name = table_name schema_name = schema_name columns_def = i_tab_cols indexes_def = res ).
34 Class Method  CL_HDB_EXPLAIN_INSTANCE - BUILD_EXPLAIN_NODES HDB: Instance / Result of an EXPLAIN execution SOURCE BUILD_EXPLAIN_NODES( ).
35 Class Method  CL_SQL_CONNECTION - CREATE_STATEMENT Database Connection
36 Class Method  CL_SQL_RESULT_SET - CLOSE Resulting Set of an SQL Query
37 Class Method  CL_SQL_RESULT_SET - NEXT_PACKAGE Resulting Set of an SQL Query
38 Class Method  CL_SQL_RESULT_SET - SET_PARAM_TABLE Resulting Set of an SQL Query
39 Class Method  CL_SQL_STATEMENT - EXECUTE_QUERY SQL statement
40 Class Method  IF_DBA_EXPLAIN_INSTANCE - GET_GENERAL_DETAILS DBA EXPLAIN Model: EXPLAIN instance
41 Class Method  IF_DBA_EXPLAIN_INSTANCE - GET_GENERAL_DETAILS DBA EXPLAIN Model: EXPLAIN instance
42 Class Method  IF_DBA_EXPLAIN_NODE_INFO - SET_PARAMETER DBA Explain Model: Node Summary Info